Package org.alfresco.opencmis.mapping
Class ContentStreamFileNameProperty
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractProperty
-
- org.alfresco.opencmis.mapping.DirectProperty
-
- org.alfresco.opencmis.mapping.ContentStreamFileNameProperty
-
- All Implemented Interfaces:
org.alfresco.opencmis.dictionary.CMISPropertyAccessor
public class ContentStreamFileNameProperty extends DirectProperty
Accessor for CMIS content stream filename property- Since:
- 4.2.4
- Author:
- alex.mukha
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.mapping.AbstractProperty
connector, CONTENT_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ContentStreamFileNameProperty(ServiceRegistry serviceRegistry, CMISConnector connector)
-
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.DirectProperty
getMappedProperty
-
Methods inherited from class org.alfresco.opencmis.mapping.AbstractProperty
createNodeInfo, createNodeInfo, getContentData, getGuid, getName, getServiceRegistry, getValue, getValue, getValue, setValue
-
-
-
-
Constructor Detail
-
ContentStreamFileNameProperty
public ContentStreamFileNameProperty(ServiceRegistry serviceRegistry, CMISConnector connector)
-
-
Method Detail
-
getValueInternal
public java.io.Serializable getValueInternal(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)
- Overrides:
getValueInternalin classDirectProperty
-
-