Package org.alfresco.opencmis.mapping
Class NodeRefProperty
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractProperty
-
- org.alfresco.opencmis.mapping.NodeRefProperty
-
- All Implemented Interfaces:
CMISPropertyAccessor
public class NodeRefProperty extends AbstractProperty
Get the CMIS object id property.
-
-
Field Summary
Fields Modifier and Type Field Description static StringNodeRefPropertyId-
Fields inherited from class org.alfresco.opencmis.mapping.AbstractProperty
connector, CONTENT_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description NodeRefProperty(ServiceRegistry serviceRegistry, CMISConnector connector)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializablegetValueInternal(CMISNodeInfo nodeInfo)-
Methods inherited from class org.alfresco.opencmis.mapping.AbstractProperty
createNodeInfo, createNodeInfo, getContentData, getGuid, getMappedProperty, getName, getServiceRegistry, getValue, getValue, getValue, setValue
-
-
-
-
Field Detail
-
NodeRefPropertyId
public static final String NodeRefPropertyId
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NodeRefProperty
public NodeRefProperty(ServiceRegistry serviceRegistry, CMISConnector connector)
Construct- Parameters:
serviceRegistry- ServiceRegistry
-
-
Method Detail
-
getValueInternal
public Serializable getValueInternal(CMISNodeInfo nodeInfo)
- Specified by:
getValueInternalin classAbstractProperty
-
-