|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectData
Base object for CMIS documents, folders, relationships and policies.
| Method Summary | |
|---|---|
Acl |
getAcl()
Returns the access control list. |
AllowableActions |
getAllowableActions()
Returns the allowable actions. |
BaseTypeId |
getBaseTypeId()
Returns the base object type. |
ChangeEventInfo |
getChangeEventInfo()
Returns the change event infos. |
String |
getId()
Returns the object id. |
PolicyIdList |
getPolicyIds()
Returns the ids of the applied policies. |
Properties |
getProperties()
Returns the object properties. |
List<ObjectData> |
getRelationships()
Returns the relationships from and to this object. |
List<RenditionData> |
getRenditions()
Returns the renditions of this object. |
Boolean |
isExactAcl()
Returns if the access control list reflects the exact permission set in the repository. |
| Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
|---|
getExtensions, setExtensions |
| Method Detail |
|---|
String getId()
null if the object id is unknownBaseTypeId getBaseTypeId()
null if the base object type
is unknownProperties getProperties()
null if no properties are knownAllowableActions getAllowableActions()
null if the allowable
actions are unknownList<ObjectData> getRelationships()
null if no
relationships exist or the relationships are unknownChangeEventInfo getChangeEventInfo()
null if the infos are
unknownAcl getAcl()
null if the access
control list is unknownBoolean isExactAcl()
true - exact; false - not exact, other
permission constraints exist; null - unknownPolicyIdList getPolicyIds()
null if no policies are applied or
the ids are unknownList<RenditionData> getRenditions()
null if
no renditions exist or the renditions are unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||