mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Checkpoint of WCM workflow package support.
Setting titled and uifacets via AVMService instead of through AVMNodeService. 1000 file import takes ~5 minutes. Awful but better than before. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3995 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1045,6 +1045,7 @@
|
||||
<prop key="hasAspect">${server.transaction.mode.readOnly}</prop>
|
||||
<prop key="getContentDataForWrite">${server.transaction.mode.default}</prop>
|
||||
<prop key="getFileOutputStream">${server.transaction.mode.default}</prop>
|
||||
<prop key="getAVMSystemStore">${server.transaction.mode.default}</prop>
|
||||
<prop key="get*">${server.transaction.mode.readOnly}</prop>
|
||||
<prop key="lookup">${server.transaction.mode.readOnly}</prop>
|
||||
<prop key="*">${server.transaction.mode.default}</prop>
|
||||
|
@@ -12,7 +12,8 @@
|
||||
<controller>
|
||||
<variable name="assignee" access="write" mapped-name="wcmwf:assignee"/>
|
||||
<variable name="description" access="write" mapped-name="wcmwf:description"/>
|
||||
<variable name="sourcePath" access="write" mapped-name="wcmwf:sourcePath"/>
|
||||
<variable name="storeName" access="write" mapped-name="wcmwf:storeName"/>
|
||||
<variable name="package" access="write" mapped-name="bpm:package"/>
|
||||
<variable name="workflowcontext" access="write" mapped-name="bpm:context"/>
|
||||
</controller>
|
||||
</task>
|
||||
@@ -27,7 +28,8 @@
|
||||
<task name="wcmwf:review" swimlane="assignee">
|
||||
<controller>
|
||||
<variable name="description" access="read,required" mapped-name="wcmwf:description"/>
|
||||
<variable name="sourcePath" access="read,required" mapped-name="wcmwf:sourcePath"/>
|
||||
<variable name="storeName" access="read,required" mapped-name="wcmwf:storeName"/>
|
||||
<variable name="package" access="read,required" mapped-name="bpm:package"/>
|
||||
<variable name="workflowcontext" access="read,required" mapped-name="bpm:context"/>
|
||||
</controller>
|
||||
</task>
|
||||
|
@@ -22,8 +22,8 @@
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
|
||||
<property name="wcmwf:sourcePath">
|
||||
<title>Source Sandbox Path</title>
|
||||
<property name="wcmwf:storeName">
|
||||
<title>Sandbox Store Name</title>
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
</properties>
|
||||
|
Reference in New Issue
Block a user