public class ObjectDataImpl extends AbstractExtensionData implements ObjectData
| Constructor and Description |
|---|
ObjectDataImpl() |
| 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.
|
void |
setAcl(Acl acl) |
void |
setAllowableActions(AllowableActions allowableActions) |
void |
setChangeEventInfo(ChangeEventInfo changeEventInfo) |
void |
setIsExactAcl(Boolean isExactACL) |
void |
setPolicyIds(PolicyIdList policyIds) |
void |
setProperties(Properties properties) |
void |
setRelationships(List<ObjectData> relationships) |
void |
setRenditions(List<RenditionData> renditions) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic String getId()
ObjectDatagetId in interface ObjectDatanull if the object id is unknownpublic BaseTypeId getBaseTypeId()
ObjectDatagetBaseTypeId in interface ObjectDatanull if the base object type
is unknownpublic Properties getProperties()
ObjectDatagetProperties in interface ObjectDatanull if no properties are knownpublic void setProperties(Properties properties)
public ChangeEventInfo getChangeEventInfo()
ObjectDatagetChangeEventInfo in interface ObjectDatanull if the infos are
unknownpublic void setChangeEventInfo(ChangeEventInfo changeEventInfo)
public List<ObjectData> getRelationships()
ObjectDatagetRelationships in interface ObjectDatanull if no
relationships exist or the relationships are unknownpublic void setRelationships(List<ObjectData> relationships)
public List<RenditionData> getRenditions()
ObjectDatagetRenditions in interface ObjectDatanull if
no renditions exist or the renditions are unknownpublic void setRenditions(List<RenditionData> renditions)
public PolicyIdList getPolicyIds()
ObjectDatagetPolicyIds in interface ObjectDatanull if no policies are applied or
the ids are unknownpublic void setPolicyIds(PolicyIdList policyIds)
public AllowableActions getAllowableActions()
ObjectDatagetAllowableActions in interface ObjectDatanull if the allowable
actions are unknownpublic void setAllowableActions(AllowableActions allowableActions)
public Acl getAcl()
ObjectDatagetAcl in interface ObjectDatanull if the access
control list is unknownpublic void setAcl(Acl acl)
public Boolean isExactAcl()
ObjectDataisExactAcl in interface ObjectDatatrue - exact; false - not exact, other
permission constraints exist; null - unknownpublic void setIsExactAcl(Boolean isExactACL)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.