public interface ObjectData extends ExtensionsData
Modifier and Type | Method and Description |
---|---|
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.
|
getExtensions, setExtensions
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
- unknown
PolicyIdList getPolicyIds()
null
if no policies are applied or
the ids are unknownList<RenditionData> getRenditions()
null
if
no renditions exist or the renditions are unknownCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.