public interface CMISPropertyAccessor
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.namespace.QName |
getMappedProperty()
Get the (directly) mapped Alfresco property (if a direct mapping exists)
|
String |
getName()
Get the CMIS Property Name
|
Serializable |
getValue(org.alfresco.service.cmr.repository.AssociationRef assocRef)
Get the property value for an association
|
Serializable |
getValue(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get the property value for a node or an association
|
void |
setValue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Serializable value)
Set the property value for a node
|
String getName()
org.alfresco.service.namespace.QName getMappedProperty()
Serializable getValue(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - void setValue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Serializable value)
nodeRef - Serializable getValue(org.alfresco.service.cmr.repository.AssociationRef assocRef)
nodeRef - Copyright © 2005–2014 Alfresco Software. All rights reserved.