public interface CMISPropertyAccessor
Modifier and Type | Method and Description |
---|---|
CMISNodeInfo |
createNodeInfo(AssociationRef assocRef)
Creates a node info object form the given association ref.
|
CMISNodeInfo |
createNodeInfo(NodeRef nodeRef)
Creates a node info object form the given node ref.
|
QName |
getMappedProperty()
Get the (directly) mapped Alfresco property (if a direct mapping exists)
|
String |
getName()
Get the CMIS Property Name
|
Serializable |
getValue(CMISNodeInfo nodeInfo)
Get the property value for a node or an association
|
void |
setValue(NodeRef nodeRef,
Serializable value)
Set the property value for a node
|
String getName()
QName getMappedProperty()
void setValue(NodeRef nodeRef, Serializable value)
nodeRef
- NodeRefvalue
- SerializableSerializable getValue(CMISNodeInfo nodeInfo)
nodeInfo
- CMISNodeInfoCMISNodeInfo createNodeInfo(NodeRef nodeRef)
CMISNodeInfo createNodeInfo(AssociationRef assocRef)
Copyright © 2005–2019 Alfresco Software. All rights reserved.