mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Big honkin' merge from head. Sheesh!
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3617 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -66,6 +66,18 @@ public interface NamespaceService extends NamespacePrefixResolver
|
||||
/** Application Model Prefix */
|
||||
public static final String APP_MODEL_PREFIX = "app";
|
||||
|
||||
/** Business Process Model URI */
|
||||
public static final String BPM_MODEL_1_0_URI = "http://www.alfresco.org/model/bpm/1.0";
|
||||
|
||||
/** Business Process Model Prefix */
|
||||
public static final String BPM_MODEL_PREFIX = "bpm";
|
||||
|
||||
/** Workflow Model URI */
|
||||
public static final String WORKFLOW_MODEL_1_0_URI = "http://www.alfresco.org/model/workflow/1.0";
|
||||
|
||||
/** Workflow Model Prefix */
|
||||
public static final String WORKFLOW_MODEL_PREFIX = "wf";
|
||||
|
||||
/** Alfresco View Namespace URI */
|
||||
public static final String REPOSITORY_VIEW_1_0_URI = "http://www.alfresco.org/view/repository/1.0";
|
||||
|
||||
|
Reference in New Issue
Block a user