Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
ManifoldCF 0.4
-
None
Description
The Alfresco connector support only the UUID to identify contents in ManifoldCF, but Alfresco uses a different ID for contents.
The Node Reference is the unique identifier for nodes in Alfresco and I think that we have to conform this ID in the connector too.
A node reference has the following structure:
<STORE PROTOCOL>://<STORE IDENTIFIER>/<UUID>
The store protocol with the store id build a store reference that could be considered in the same way we have workspaces in the JCR standard.