mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- moving generic xml parsing utilities out of FormsService and into their own class
- refactoring to generate and regenerate methods to make it easier to use project level overridden properties, and to at some point (soon) make it possible to make error handling for rendering engines more robust - added a web project object to encapsulate web project properties and provide a central location for getting forms and rendering engines with web project level overridden properties - made select default workflow screen match wireframes - using the same workflowdefault type in the wcm model for web projects and forms. - using outputpathpattern aspect consistently - using commons.io to parse paths - using form name rather than noderef as parameter for selected form from content forms dashlet - fixed bug where rendition properties noderef wasn't being properly associated with renditions causing problems with regenerate - using multivalued properties to track renditions - remove weird registerRendition/registerFormInstanceData calls. no longer necessary since generateRendition and regenerate are done within forminstancedata and rendition - adding default workflow parameters as property of Form - adding a unique name property to rendering engine templates to allow for looking one up by name git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4702 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,312 +1,324 @@
|
|||||||
<model name="wca:applicationmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
<model name="wca:applicationmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
||||||
|
|
||||||
<description>Alfresco WCM Application Model</description>
|
<description>Alfresco WCM Application Model</description>
|
||||||
<author>Alfresco</author>
|
<author>Alfresco</author>
|
||||||
<published>2006-11-27</published>
|
<published>2006-11-27</published>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
<imports>
|
<imports>
|
||||||
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
|
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
|
||||||
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
|
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
|
||||||
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
|
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
|
||||||
<import uri="http://www.alfresco.org/model/wcmmodel/1.0" prefix="wcm"/>
|
<import uri="http://www.alfresco.org/model/wcmmodel/1.0" prefix="wcm"/>
|
||||||
</imports>
|
</imports>
|
||||||
|
|
||||||
<namespaces>
|
<namespaces>
|
||||||
<namespace uri="http://www.alfresco.org/model/wcmappmodel/1.0" prefix="wca"/>
|
<namespace uri="http://www.alfresco.org/model/wcmappmodel/1.0" prefix="wca"/>
|
||||||
</namespaces>
|
</namespaces>
|
||||||
|
|
||||||
|
|
||||||
<types>
|
<types>
|
||||||
|
|
||||||
<type name="wca:webfolder">
|
<type name="wca:webfolder">
|
||||||
<title>AVM Website Folder</title>
|
<title>AVM Website Folder</title>
|
||||||
<parent>wcm:avmfolder</parent>
|
<parent>wcm:avmfolder</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<!-- root name of the avm staging stores for this web folder -->
|
<!-- root name of the avm staging stores for this web folder -->
|
||||||
<property name="wca:avmstore">
|
<property name="wca:avmstore">
|
||||||
<title>AVM Store Root</title>
|
<title>AVM Store Root</title>
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
</property>
|
</property>
|
||||||
<property name="wca:defaultwebapp">
|
<property name="wca:defaultwebapp">
|
||||||
<title>Default Webapp</title>
|
<title>Default Webapp</title>
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
<associations>
|
<associations>
|
||||||
<child-association name="wca:webuser">
|
<child-association name="wca:webuser">
|
||||||
<source>
|
<source>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>false</many>
|
<many>false</many>
|
||||||
</source>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>wca:webuser</class>
|
<class>wca:webuser</class>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>true</many>
|
<many>true</many>
|
||||||
</target>
|
</target>
|
||||||
</child-association>
|
</child-association>
|
||||||
<child-association name="wca:webform">
|
<child-association name="wca:webform">
|
||||||
<source>
|
<source>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>false</many>
|
<many>false</many>
|
||||||
</source>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>wca:webform</class>
|
<class>wca:webform</class>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>true</many>
|
<many>true</many>
|
||||||
</target>
|
</target>
|
||||||
</child-association>
|
</child-association>
|
||||||
<child-association name="wca:webworkflowdefaults">
|
<child-association name="wca:webworkflowdefaults">
|
||||||
<source>
|
<source>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>false</many>
|
<many>false</many>
|
||||||
</source>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>wca:webworkflowdefaults</class>
|
<class>wca:webworkflowdefaults</class>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>true</many>
|
<many>true</many>
|
||||||
</target>
|
</target>
|
||||||
</child-association>
|
</child-association>
|
||||||
</associations>
|
</associations>
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
<type name="wca:webuser">
|
<type name="wca:webuser">
|
||||||
<title>Website User Information</title>
|
<title>Website User Information</title>
|
||||||
<parent>sys:base</parent>
|
<parent>sys:base</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:username">
|
<property name="wca:username">
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
<property name="wca:role">
|
<property name="wca:role">
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
<type name="wca:webform">
|
<type name="wca:webform">
|
||||||
<title>Website Web Form</title>
|
<title>Website Web Form</title>
|
||||||
<parent>sys:base</parent>
|
<parent>sys:base</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:formname">
|
<property name="wca:formname">
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
<associations>
|
<associations>
|
||||||
<child-association name="wca:webformtemplate">
|
<child-association name="wca:webformtemplate">
|
||||||
<source>
|
<source>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>false</many>
|
<many>false</many>
|
||||||
</source>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>wca:webformtemplate</class>
|
<class>wca:webformtemplate</class>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>true</many>
|
<many>true</many>
|
||||||
</target>
|
</target>
|
||||||
</child-association>
|
</child-association>
|
||||||
<child-association name="wca:workflowdefaults">
|
<child-association name="wca:workflowdefaults">
|
||||||
<source>
|
<source>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>false</many>
|
<many>false</many>
|
||||||
</source>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>wca:workflowdefaults</class>
|
<class>wca:workflowdefaults</class>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>false</many>
|
<many>false</many>
|
||||||
</target>
|
</target>
|
||||||
</child-association>
|
</child-association>
|
||||||
</associations>
|
</associations>
|
||||||
<mandatory-aspects>
|
<mandatory-aspects>
|
||||||
<aspect>cm:titled</aspect>
|
<aspect>cm:titled</aspect>
|
||||||
<aspect>wca:filenamepattern</aspect>
|
<aspect>wca:outputpathpattern</aspect>
|
||||||
</mandatory-aspects>
|
</mandatory-aspects>
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
<type name="wca:webformtemplate">
|
<type name="wca:webformtemplate">
|
||||||
<title>Website Web Form Template</title>
|
<title>Website Web Form Template</title>
|
||||||
<parent>sys:base</parent>
|
<parent>sys:base</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:engine">
|
<property name="wca:baserenderingenginetemplatename">
|
||||||
<type>d:noderef</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
<property name="wca:baserenderingenginetemplaterenditionproperties">
|
||||||
<mandatory-aspects>
|
<type>d:noderef</type>
|
||||||
<aspect>wca:filenamepattern</aspect>
|
<mandatory>true</mandatory>
|
||||||
</mandatory-aspects>
|
</property>
|
||||||
</type>
|
</properties>
|
||||||
|
<mandatory-aspects>
|
||||||
|
<aspect>wca:outputpathpattern</aspect>
|
||||||
|
</mandatory-aspects>
|
||||||
|
</type>
|
||||||
|
|
||||||
<type name="wca:workflowdefaults">
|
<type name="wca:workflowdefaults">
|
||||||
<title>Workflow Defaults</title>
|
<title>Workflow Defaults</title>
|
||||||
<parent>sys:base</parent>
|
<parent>sys:base</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:workflowname">
|
<property name="wca:workflowname">
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
<property name="wca:defaults">
|
<property name="wca:workflowdefaultproperties">
|
||||||
<type>d:content</type>
|
<type>d:content</type>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<index enabled="false" />
|
<index enabled="false" />
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
<type name="wca:webworkflowdefaults">
|
<type name="wca:webworkflowdefaults">
|
||||||
<title>Web Workflow Defaults</title>
|
<title>Web Workflow Defaults</title>
|
||||||
<parent>wca:workflowdefaults</parent>
|
<parent>wca:workflowdefaults</parent>
|
||||||
<mandatory-aspects>
|
<mandatory-aspects>
|
||||||
<aspect>wca:filenamepattern</aspect>
|
<aspect>wca:filenamepattern</aspect>
|
||||||
</mandatory-aspects>
|
</mandatory-aspects>
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
<type name="wca:renditionproperties">
|
<type name="wca:renditionproperties">
|
||||||
<title>Properties for renditions</title>
|
<title>Properties for renditions</title>
|
||||||
<parent>sys:base</parent>
|
<parent>sys:base</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:outputpathpatternrendition">
|
<property name="wca:mimetypeforrendition">
|
||||||
<title>Type</title>
|
<title>Mimetype for generated assets</title>
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
<property name="wca:mimetypeforrendition">
|
</properties>
|
||||||
<title>Mimetype for generated assets</title>
|
<mandatory-aspects>
|
||||||
<type>d:text</type>
|
<aspect>wca:outputpathpattern</aspect>
|
||||||
<mandatory>true</mandatory>
|
</mandatory-aspects>
|
||||||
</property>
|
</type>
|
||||||
</properties>
|
|
||||||
</type>
|
|
||||||
|
|
||||||
</types>
|
</types>
|
||||||
|
|
||||||
<aspects>
|
<aspects>
|
||||||
|
|
||||||
<aspect name="wca:webapp">
|
<aspect name="wca:webapp">
|
||||||
<title>Webapp</title>
|
<title>Webapp</title>
|
||||||
</aspect>
|
</aspect>
|
||||||
|
|
||||||
<aspect name="wca:filenamepattern">
|
<aspect name="wca:filenamepattern">
|
||||||
<title>Filename Pattern</title>
|
<title>Filename Pattern</title>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:filenamepattern">
|
<property name="wca:filenamepattern">
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
</aspect>
|
</aspect>
|
||||||
|
|
||||||
<!-- An XForms capture form aspect. -->
|
<aspect name="wca:outputpathpattern">
|
||||||
<aspect name="wca:form">
|
<title>Output Path Pattern</title>
|
||||||
<title>XForms Form</title>
|
<properties>
|
||||||
<properties>
|
<property name="wca:outputpathpattern">
|
||||||
<property name="wca:xmlschemarootelementname">
|
<type>d:text</type>
|
||||||
<title>Schema Root Element Name</title>
|
</property>
|
||||||
<type>d:text</type>
|
</properties>
|
||||||
<mandatory>true</mandatory>
|
</aspect>
|
||||||
</property>
|
|
||||||
<property name="wca:xmlschema">
|
|
||||||
<title>Schema</title>
|
|
||||||
<type>d:noderef</type>
|
|
||||||
<mandatory>true</mandatory>
|
|
||||||
</property>
|
|
||||||
<property name="wca:outputpathpatternforminstancedata">
|
|
||||||
<title>Output path pattern for form instance data</title>
|
|
||||||
<type>d:text</type>
|
|
||||||
<mandatory>true</mandatory>
|
|
||||||
</property>
|
|
||||||
<property name="wca:defaultworkflowid">
|
|
||||||
<title>Default Workflow ID</title>
|
|
||||||
<type>d:text</type>
|
|
||||||
<mandatory>false</mandatory>
|
|
||||||
</property>
|
|
||||||
</properties>
|
|
||||||
<associations>
|
|
||||||
<association name="wca:renderingenginetemplates">
|
|
||||||
<title>Form Data Renderers</title>
|
|
||||||
<source>
|
|
||||||
<role>wca:capture</role>
|
|
||||||
<mandatory>false</mandatory>
|
|
||||||
<many>false</many>
|
|
||||||
</source>
|
|
||||||
<target>
|
|
||||||
<class>wca:renderingenginetemplate</class>
|
|
||||||
<role>wca:presentation</role>
|
|
||||||
<mandatory>false</mandatory>
|
|
||||||
<many>true</many>
|
|
||||||
</target>
|
|
||||||
</association>
|
|
||||||
</associations>
|
|
||||||
</aspect>
|
|
||||||
|
|
||||||
<!-- An XML to something else transformer. -->
|
<!-- An XForms capture form aspect. -->
|
||||||
<aspect name="wca:renderingenginetemplate">
|
<aspect name="wca:form">
|
||||||
<title>A Rendering Engine</title>
|
<title>XForms Form</title>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:parentrendereringenginename">
|
<property name="wca:xmlschemarootelementname">
|
||||||
<title>Type</title>
|
<title>Schema Root Element Name</title>
|
||||||
<type>d:text</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
<property name="wca:formsource">
|
<property name="wca:xmlschema">
|
||||||
<title>Form Source</title>
|
<title>Schema</title>
|
||||||
<type>d:noderef</type>
|
<type>d:noderef</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
<associations>
|
<associations>
|
||||||
<child-association name="wca:renditionproperties">
|
<association name="wca:renderingenginetemplates">
|
||||||
<title>Rendition Properties</title>
|
<title>Form Data Renderers</title>
|
||||||
<source>
|
<source>
|
||||||
<role>wca:capture</role>
|
<role>wca:capture</role>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
<many>false</many>
|
<many>false</many>
|
||||||
</source>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<class>wca:renditionproperties</class>
|
<class>wca:renderingenginetemplate</class>
|
||||||
<mandatory>false</mandatory>
|
<role>wca:presentation</role>
|
||||||
<many>true</many>
|
<mandatory>false</mandatory>
|
||||||
</target>
|
<many>true</many>
|
||||||
</child-association>
|
</target>
|
||||||
</associations>
|
</association>
|
||||||
</aspect>
|
<child-association name="wca:formworkflowdefaults">
|
||||||
|
<source>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>false</many>
|
||||||
|
</source>
|
||||||
|
<target>
|
||||||
|
<class>wca:workflowdefaults</class>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>false</many>
|
||||||
|
</target>
|
||||||
|
</child-association>
|
||||||
|
</associations>
|
||||||
|
</aspect>
|
||||||
|
|
||||||
<aspect name="wca:forminstancedata">
|
<!-- An XML to something else transformer. -->
|
||||||
<title>XML file generated by a form</title>
|
<aspect name="wca:renderingenginetemplate">
|
||||||
<properties>
|
<title>A Rendering Engine</title>
|
||||||
<property name="wca:parentform">
|
<properties>
|
||||||
<title>Form that generated this asset</title>
|
<property name="wca:parentrendereringenginename">
|
||||||
<type>d:noderef</type>
|
<title>Type</title>
|
||||||
<mandatory>true</mandatory>
|
<type>d:text</type>
|
||||||
</property>
|
<mandatory>true</mandatory>
|
||||||
<property name="wca:parentformname">
|
</property>
|
||||||
<title>Form that generated this asset</title>
|
<property name="wca:formsource">
|
||||||
<type>d:text</type>
|
<title>Form Source</title>
|
||||||
<mandatory>true</mandatory>
|
<type>d:noderef</type>
|
||||||
</property>
|
<mandatory>true</mandatory>
|
||||||
</properties>
|
</property>
|
||||||
</aspect>
|
</properties>
|
||||||
|
<associations>
|
||||||
|
<child-association name="wca:renditionproperties">
|
||||||
|
<title>Rendition Properties</title>
|
||||||
|
<source>
|
||||||
|
<role>wca:capture</role>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>false</many>
|
||||||
|
</source>
|
||||||
|
<target>
|
||||||
|
<class>wca:renditionproperties</class>
|
||||||
|
<mandatory>false</mandatory>
|
||||||
|
<many>true</many>
|
||||||
|
</target>
|
||||||
|
</child-association>
|
||||||
|
</associations>
|
||||||
|
</aspect>
|
||||||
|
|
||||||
<aspect name="wca:rendition">
|
<aspect name="wca:forminstancedata">
|
||||||
<title>Output file generated by a rendering engine template</title>
|
<title>XML file generated by a form</title>
|
||||||
<properties>
|
<properties>
|
||||||
<property name="wca:parentrenderingenginetemplate">
|
<property name="wca:parentformname">
|
||||||
<title>Form data renderer that generated this asset</title>
|
<title>Form that generated this asset</title>
|
||||||
<type>d:noderef</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</property>
|
</property>
|
||||||
<property name="wca:parentrenditionproperties">
|
<property name="wca:renditions">
|
||||||
<title>Rendition properties used for this rendition</title>
|
<title>Renditions of this form instance data</title>
|
||||||
<type>d:noderef</type>
|
<type>d:text</type>
|
||||||
<mandatory>true</mandatory>
|
<multiple>true</multiple>
|
||||||
</property>
|
</property>
|
||||||
<property name="wca:primaryforminstancedata">
|
</properties>
|
||||||
<title>Primary XML Asset used to generate this asset</title>
|
</aspect>
|
||||||
<type>d:text</type>
|
|
||||||
<mandatory>true</mandatory>
|
<aspect name="wca:rendition">
|
||||||
</property>
|
<title>Output file generated by a rendering engine template</title>
|
||||||
</properties>
|
<properties>
|
||||||
</aspect>
|
<property name="wca:parentrenderingenginetemplate">
|
||||||
</aspects>
|
<title>Form data renderer that generated this asset</title>
|
||||||
|
<type>d:noderef</type>
|
||||||
|
<mandatory>true</mandatory>
|
||||||
|
</property>
|
||||||
|
<property name="wca:parentrenditionproperties">
|
||||||
|
<title>Rendition properties used for this rendition</title>
|
||||||
|
<type>d:noderef</type>
|
||||||
|
<mandatory>true</mandatory>
|
||||||
|
</property>
|
||||||
|
<property name="wca:primaryforminstancedata">
|
||||||
|
<title>Primary XML Asset used to generate this asset</title>
|
||||||
|
<type>d:text</type>
|
||||||
|
<mandatory>true</mandatory>
|
||||||
|
</property>
|
||||||
|
</properties>
|
||||||
|
</aspect>
|
||||||
|
</aspects>
|
||||||
|
|
||||||
</model>
|
</model>
|
||||||
|
@@ -45,12 +45,12 @@ public interface WCMAppModel
|
|||||||
|
|
||||||
// AVM web form template
|
// AVM web form template
|
||||||
static final QName TYPE_WEBFORMTEMPLATE = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "webformtemplate");
|
static final QName TYPE_WEBFORMTEMPLATE = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "webformtemplate");
|
||||||
static final QName PROP_ENGINE = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "engine");
|
static final QName PROP_BASE_RENDERING_ENGINE_TEMPLATE_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "baserenderingenginetemplatename");
|
||||||
|
|
||||||
// AVM workflow defaults
|
// AVM workflow defaults
|
||||||
static final QName TYPE_WORKFLOWDEFAULTS = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "workflowdefaults");
|
static final QName TYPE_WORKFLOW_DEFAULTS = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "workflowdefaults");
|
||||||
static final QName PROP_WORKFLOW_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "workflowname");
|
static final QName PROP_WORKFLOW_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "workflowname");
|
||||||
static final QName PROP_WORKFLOWDEFAULTS = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "defaults");
|
static final QName PROP_WORKFLOW_DEFAULT_PROPERTIES = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "workflowdefaultproperties");
|
||||||
|
|
||||||
// AVM web workflow defaults
|
// AVM web workflow defaults
|
||||||
static final QName TYPE_WEBWORKFLOWDEFAULTS = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "webworkflowdefaults");
|
static final QName TYPE_WEBWORKFLOWDEFAULTS = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "webworkflowdefaults");
|
||||||
@@ -62,13 +62,16 @@ public interface WCMAppModel
|
|||||||
static final QName ASPECT_FILENAMEPATTERN = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "filenamepattern");
|
static final QName ASPECT_FILENAMEPATTERN = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "filenamepattern");
|
||||||
static final QName PROP_FILENAMEPATTERN = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "filenamepattern");
|
static final QName PROP_FILENAMEPATTERN = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "filenamepattern");
|
||||||
|
|
||||||
|
// AVM output path pattern aspect
|
||||||
|
static final QName ASPECT_OUTPUT_PATH_PATTERN = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "outputpathpattern");
|
||||||
|
static final QName PROP_OUTPUT_PATH_PATTERN = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "outputpathpattern");
|
||||||
|
|
||||||
// The XForms data capture form aspect.
|
// The XForms data capture form aspect.
|
||||||
static final QName ASPECT_FORM = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "form");
|
static final QName ASPECT_FORM = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "form");
|
||||||
static final QName PROP_XML_SCHEMA = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "schema");
|
static final QName PROP_XML_SCHEMA = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "schema");
|
||||||
static final QName PROP_XML_SCHEMA_ROOT_ELEMENT_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "xmlschemarootelementname");
|
static final QName PROP_XML_SCHEMA_ROOT_ELEMENT_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "xmlschemarootelementname");
|
||||||
static final QName PROP_OUTPUT_PATH_PATTERN_FORM_INSTANCE_DATA = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "outputpathpatternforminstancedata");
|
|
||||||
static final QName PROP_DEFAULT_WORKFLOW_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "defaultworkflowname");
|
|
||||||
static final QName ASSOC_RENDERING_ENGINE_TEMPLATES = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renderingenginetemplates");
|
static final QName ASSOC_RENDERING_ENGINE_TEMPLATES = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renderingenginetemplates");
|
||||||
|
static final QName ASSOC_FORM_WORKFLOW_DEFAULTS = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "formworkflowdefaults");
|
||||||
|
|
||||||
// An XML to something else tranformer aspect.
|
// An XML to something else tranformer aspect.
|
||||||
static final QName ASPECT_RENDERING_ENGINE_TEMPLATE = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renderingenginetemplate");
|
static final QName ASPECT_RENDERING_ENGINE_TEMPLATE = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renderingenginetemplate");
|
||||||
@@ -77,8 +80,8 @@ public interface WCMAppModel
|
|||||||
static final QName ASSOC_RENDITION_PROPERTIES = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renditionproperties");
|
static final QName ASSOC_RENDITION_PROPERTIES = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renditionproperties");
|
||||||
|
|
||||||
static final QName ASPECT_FORM_INSTANCE_DATA = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "forminstancedata");
|
static final QName ASPECT_FORM_INSTANCE_DATA = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "forminstancedata");
|
||||||
static final QName PROP_PARENT_FORM = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "parentform");
|
|
||||||
static final QName PROP_PARENT_FORM_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "parentformname");
|
static final QName PROP_PARENT_FORM_NAME = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "parentformname");
|
||||||
|
static final QName PROP_RENDITIONS = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renditions");
|
||||||
|
|
||||||
static final QName ASPECT_RENDITION = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "rendition");
|
static final QName ASPECT_RENDITION = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "rendition");
|
||||||
static final QName PROP_PARENT_RENDERING_ENGINE_TEMPLATE = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "parentrenderingenginetemplate");
|
static final QName PROP_PARENT_RENDERING_ENGINE_TEMPLATE = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "parentrenderingenginetemplate");
|
||||||
@@ -86,6 +89,5 @@ public interface WCMAppModel
|
|||||||
static final QName PROP_PRIMARY_FORM_INSTANCE_DATA = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "primaryforminstancedata");
|
static final QName PROP_PRIMARY_FORM_INSTANCE_DATA = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "primaryforminstancedata");
|
||||||
|
|
||||||
static final QName TYPE_RENDITION_PROPERTIES = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renditionproperties");
|
static final QName TYPE_RENDITION_PROPERTIES = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "renditionproperties");
|
||||||
static final QName PROP_OUTPUT_PATH_PATTERN_RENDITION = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "outputpathpatternrendition");
|
|
||||||
static final QName PROP_MIMETYPE_FOR_RENDITION = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "mimetypeforrendition");
|
static final QName PROP_MIMETYPE_FOR_RENDITION = QName.createQName(NamespaceService.WCMAPP_MODEL_1_0_URI, "mimetypeforrendition");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user