Package org.alfresco.opencmis.mapping
Class NameProperty
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractProperty
-
- org.alfresco.opencmis.mapping.NameProperty
-
- All Implemented Interfaces:
CMISPropertyAccessor
public class NameProperty extends AbstractProperty
Get the CMIS object name property.- Author:
- florian.mueller
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.mapping.AbstractProperty
connector, CONTENT_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description NameProperty(ServiceRegistry serviceRegistry, CMISConnector connector)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetMappedProperty()SerializablegetValueInternal(CMISNodeInfo nodeInfo)-
Methods inherited from class org.alfresco.opencmis.mapping.AbstractProperty
createNodeInfo, createNodeInfo, getContentData, getGuid, getName, getServiceRegistry, getValue, getValue, getValue, setValue
-
-
-
-
Constructor Detail
-
NameProperty
public NameProperty(ServiceRegistry serviceRegistry, CMISConnector connector)
Construct- Parameters:
serviceRegistry- ServiceRegistry
-
-
Method Detail
-
getValueInternal
public Serializable getValueInternal(CMISNodeInfo nodeInfo)
- Specified by:
getValueInternalin classAbstractProperty
-
getMappedProperty
public QName getMappedProperty()
- Specified by:
getMappedPropertyin interfaceCMISPropertyAccessor- Overrides:
getMappedPropertyin classAbstractProperty
-
-