Package org.alfresco.utility.data
Class CustomObjectTypeProperties
java.lang.Object
org.alfresco.utility.data.CustomObjectTypeProperties
Use this class if you want to update the properties of a CMIS Document of CMIS Folder
You can use this class in correlation with
DataContent.createCustomContent(org.alfresco.utility.model.ContentModel, String, CustomObjectTypeProperties)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProperty(String key, Object value) voidapplyPropertiesTo(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject)
-
Constructor Details
-
CustomObjectTypeProperties
public CustomObjectTypeProperties()
-
-
Method Details
-
addProperty
-
applyPropertiesTo
public void applyPropertiesTo(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject)
-