Package org.alfresco.opencmis.mapping
Class ObjectTypeIdProperty
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractProperty
-
- org.alfresco.opencmis.mapping.ObjectTypeIdProperty
-
- All Implemented Interfaces:
CMISPropertyAccessor
public class ObjectTypeIdProperty extends AbstractProperty
Get the CMIS object type id property- Author:
- florian.mueller
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.mapping.AbstractProperty
connector, CONTENT_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ObjectTypeIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector, CMISDictionaryService dictionaryService)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
-
-
-
-
Constructor Detail
-
ObjectTypeIdProperty
public ObjectTypeIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector, CMISDictionaryService dictionaryService)
Construct- Parameters:
serviceRegistry- ServiceRegistryconnector- CMISConnectordictionaryService- CMISDictionaryService
-
-
Method Detail
-
getValueInternal
public Serializable getValueInternal(CMISNodeInfo nodeInfo)
- Specified by:
getValueInternalin classAbstractProperty
-
-