predefined namespace prefixes?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 07:21 AM
We're using the CMIS interface, from Drupal. We created workflows that process content from users. There's a number of questions we have. One concerns referencing custom types like
what does "M2TypeDefinition.name - serialized as D|F|R|P/{prefix}_localName" mean? (from http://wiki.alfresco.com/wiki/CMIS_Model_Mapping#Meta_Model_Mapping)
and
is there any additional information on this D|F|R|P scheme? "D:" seems to be required as a namespace prefix to be able to reference custom types, and what do the other prefixes mean?
what does "M2TypeDefinition.name - serialized as D|F|R|P/{prefix}_localName" mean? (from http://wiki.alfresco.com/wiki/CMIS_Model_Mapping#Meta_Model_Mapping)
and
is there any additional information on this D|F|R|P scheme? "D:" seems to be required as a namespace prefix to be able to reference custom types, and what do the other prefixes mean?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 12:29 PM
Hi,
All document types (derived from cm:content) are prefixed with “D:”. Folder types (derived from cm:folder) are prefixed with “F:”. Relationships (associations) are prefixed with ”R:” and Policies (aspect types) are prefixed “P:”.
The prefixes are followed by the prefix and name of your custom type.
Florian
All document types (derived from cm:content) are prefixed with “D:”. Folder types (derived from cm:folder) are prefixed with “F:”. Relationships (associations) are prefixed with ”R:” and Policies (aspect types) are prefixed “P:”.
The prefixes are followed by the prefix and name of your custom type.
Florian
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 05:06 AM
The prefixes are followed by the prefix
Right.
I was surprised that we couldn't find this info in the documentation. But, thanks for the reply. If there's anything we can do to help update the documentation, please let me know.
dagdag
Christine
