You can set extensions at different levels of object.
'org.apache.chemistry.opencmis.commons.enums.ExtensionLevel' enum provides
below constants to attach extensions at different levels.
a.
OBJECT("object"), //
b.
PROPERTIES("properties"), //
c.
ALLOWABLE_ACTIONS("allowableActions"),
//
d.
ACL("acl"), //
e.
POLICIES("policies"), //
f.
CHANGE_EVENT("changeEvent");
No comments:
Post a Comment