02-16-2009 04:16 AM
02-16-2009 06:03 AM
02-16-2009 07:24 AM
02-19-2009 04:36 AM
03-02-2009 04:19 AM
03-26-2010 05:50 AM
04-14-2010 12:21 PM
Contenu de la suite (taille 50 Mo environ) :
* Alfresco Version Community Network 1.4 Preview.
* Serveur Internet Tomcat.
* Base de données Hypersonic SQL.
* Intelliant OCR 1.1 préintégré.
* Utilitaire destiné à faciliter l'accès aux principales fonctions d'Alfresco, intégré à la barre des tâches de Windows.
06-28-2010 03:53 AM
<bean id="programTransformOCR" class="org.alfresco.repo.action.scheduled.CronScheduledQueryBasedTemplateActionDefinition">
<property name="transactionMode">
<value>ISOLATED_TRANSACTIONS</value>
</property>
<property name="compensatingActionMode">
<value>IGNORE</value>
</property>
<property name="searchService">
<ref bean="SearchService"/>
</property>
<property name="templateService">
<ref bean="TemplateService"/>
</property>
<property name="queryLanguage">
<value>lucene</value>
</property>
<property name="stores">
<list>
<value>workspace://SpacesStore</value>
</list>
</property>
<!– Find all nodes that do not have the aspect –>
<property name="queryTemplate">
<value>+PATH:"/app:company_home/cm:Clientes/*//*" +TYPE:"{custom.model}Recorte" +@\{http\://www.alfresco.org/model/content/1.0\}content.mimetype:image/tiff</value>
</property>
<property name="cronExpression">
<!–<value>0 */3 * * * ?</value>–>
<value>0 0 21 * * ?</value>
<!–<value>0 0 14 ? * SAT</value>–>
</property>
<property name="jobName">
<value>jobA</value>
</property>
<property name="jobGroup">
<value>jobGroup</value>
</property>
<property name="triggerName">
<value>triggerA</value>
</property>
<property name="triggerGroup">
<value>triggerGroup</value>
</property>
<!– Inject the scheduler - the trigger will be registered with this scheduler –>
<property name="scheduler">
<ref bean="schedulerFactory"/>
</property>
<property name="actionService">
<ref bean="ActionService"/>
</property>
<property name="templateActionModelFactory">
<ref bean="templateActionModelFactory"/>
</property>
<property name="templateActionDefinition">
<ref bean="transformPdfOCR"/>
</property>
<property name="transactionService">
<ref bean="TransactionService"/>
</property>
<property name="runAsUser">
<value>admin</value>
</property>
</bean>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.