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)
|
java.lang.String |
getName()
Get the CMIS Property Name
|
java.io.Serializable |
getValue(org.alfresco.service.cmr.repository.AssociationRef assocRef)
Get the property value for an association
|
java.io.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,
java.io.Serializable value)
Set the property value for a node
|
java.lang.String getName()
org.alfresco.service.namespace.QName getMappedProperty()
java.io.Serializable getValue(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - void setValue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.io.Serializable value)
nodeRef - java.io.Serializable getValue(org.alfresco.service.cmr.repository.AssociationRef assocRef)
nodeRef - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.