Package org.alfresco.opencmis.mapping
Class NodeRefProperty
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractProperty
-
- org.alfresco.opencmis.mapping.NodeRefProperty
-
- All Implemented Interfaces:
org.alfresco.opencmis.dictionary.CMISPropertyAccessor
public class NodeRefProperty extends AbstractProperty
Get the CMIS object id property.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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 java.io.SerializablegetValueInternal(org.alfresco.opencmis.dictionary.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 java.lang.String NodeRefPropertyId
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NodeRefProperty
public NodeRefProperty(ServiceRegistry serviceRegistry, CMISConnector connector)
Construct- Parameters:
serviceRegistry- ServiceRegistry
-
-
Method Detail
-
getValueInternal
public java.io.Serializable getValueInternal(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)
- Specified by:
getValueInternalin classAbstractProperty
-
-