Package org.alfresco.opencmis.dictionary
Interface CMISPropertyAccessor
public interface CMISPropertyAccessor
CMIS Property Accessor (get and set property values)
- Author:
- davidc
-
Method Summary
Modifier and TypeMethodDescriptioncreateNodeInfo(AssociationRef assocRef) Creates a node info object form the given association ref.createNodeInfo(NodeRef nodeRef) Creates a node info object form the given node ref.Get the (directly) mapped Alfresco property (if a direct mapping exists)getName()Get the CMIS Property NamegetValue(CMISNodeInfo nodeInfo) Get the property value for a node or an associationvoidsetValue(NodeRef nodeRef, Serializable value) Set the property value for a node
-
Method Details
-
getName
String getName()Get the CMIS Property Name- Returns:
- String
-
getMappedProperty
QName getMappedProperty()Get the (directly) mapped Alfresco property (if a direct mapping exists)- Returns:
- QName
-
setValue
Set the property value for a node- Parameters:
nodeRef- NodeRefvalue- Serializable
-
getValue
Get the property value for a node or an association- Parameters:
nodeInfo- CMISNodeInfo- Returns:
- Serializable
-
createNodeInfo
Creates a node info object form the given node ref. -
createNodeInfo
Creates a node info object form the given association ref.
-