Package org.alfresco.opencmis.mapping
Class IsPrivateWorkingCopy
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractProperty
-
- org.alfresco.opencmis.mapping.IsPrivateWorkingCopy
-
- All Implemented Interfaces:
CMISPropertyAccessor
public class IsPrivateWorkingCopy extends AbstractProperty
'cmis:isPrivateWokringCopy' property accessor for CMIS 1.1 (MNT-11631)- Author:
- Dmitry Velichkevich
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.mapping.AbstractProperty
connector, CONTENT_PROPERTY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIsPrivateWorkingCopy(ServiceRegistry serviceRegistry, CMISConnector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
IsPrivateWorkingCopy
protected IsPrivateWorkingCopy(ServiceRegistry serviceRegistry, CMISConnector connector)
-
-
Method Detail
-
getValueInternal
protected Serializable getValueInternal(CMISNodeInfo nodeInfo)
- Specified by:
getValueInternalin classAbstractProperty
-
-