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