mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- adding a primitive select default workflow screen
- improved output path expressions - got the details screen pretty much in sync with wireframes. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4358 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -97,10 +97,15 @@
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
<property name="wcm:outputpathpatternforforminstancedata">
|
||||
<title>Type</title>
|
||||
<title>Output path pattern for form instance data</title>
|
||||
<type>d:text</type>
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
<property name="wcm:defaultworkflowid">
|
||||
<title>Default Workflow ID</title>
|
||||
<type>d:text</type>
|
||||
<mandatory>false</mandatory>
|
||||
</property>
|
||||
</properties>
|
||||
<associations>
|
||||
<association name="wcm:renderingenginetemplates">
|
||||
|
@@ -42,6 +42,7 @@ public interface WCMModel
|
||||
public static final QName PROP_XML_SCHEMA = QName.createQName(NamespaceService.WCM_MODEL_1_0_URI, "schema");
|
||||
public static final QName PROP_XML_SCHEMA_ROOT_ELEMENT_NAME = QName.createQName(NamespaceService.WCM_MODEL_1_0_URI, "xmlschemarootelementname");
|
||||
public static final QName PROP_OUTPUT_PATH_PATTERN_FOR_FORM_INSTANCE_DATA = QName.createQName(NamespaceService.WCM_MODEL_1_0_URI, "outputpathpatternforforminstancedata");
|
||||
public static final QName PROP_DEFAULT_WORKFLOW_ID = QName.createQName(NamespaceService.WCM_MODEL_1_0_URI, "defaultworkflowid");
|
||||
public static final QName ASSOC_RENDERING_ENGINE_TEMPLATES = QName.createQName(NamespaceService.WCM_MODEL_1_0_URI, "renderingenginetemplates");
|
||||
|
||||
// An XML to something else tranformer aspect.
|
||||
|
Reference in New Issue
Block a user