mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
DM NodeService automatically adds aspects when properties or associations are added to a node
- AVM NodeService not covered. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14328 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,6 +40,7 @@ public final class StoreRef implements EntityRef, Serializable
|
||||
public static final String PROTOCOL_WORKSPACE = "workspace";
|
||||
public static final String PROTOCOL_ARCHIVE = "archive";
|
||||
public static final String PROTOCOL_AVM = "avm";
|
||||
public static final String PROTOCOL_TEST = "test";
|
||||
|
||||
public static final StoreRef STORE_REF_WORKSPACE_SPACESSTORE = new StoreRef(PROTOCOL_WORKSPACE, "SpacesStore");
|
||||
public static final StoreRef STORE_REF_ARCHIVE_SPACESSTORE = new StoreRef(PROTOCOL_ARCHIVE, "SpacesStore");
|
||||
|
Reference in New Issue
Block a user