Package org.alfresco.utility.data
Class CustomObjectTypeProperties
- java.lang.Object
-
- org.alfresco.utility.data.CustomObjectTypeProperties
-
public class CustomObjectTypeProperties extends java.lang.ObjectUse this class if you want to update the properties of a CMIS Document of CMIS Folder You can use this class in correlation withDataContent.createCustomContent(org.alfresco.utility.model.ContentModel, String, CustomObjectTypeProperties)
-
-
Constructor Summary
Constructors Constructor Description CustomObjectTypeProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomObjectTypePropertiesaddProperty(java.lang.String key, java.lang.Object value)voidapplyPropertiesTo(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject)
-
-
-
Method Detail
-
addProperty
public CustomObjectTypeProperties addProperty(java.lang.String key, java.lang.Object value)
-
applyPropertiesTo
public void applyPropertiesTo(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject)
-
-