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
ChangeEventInfo 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
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.