|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.ObjectDataImpl
public class ObjectDataImpl
ObjectData implementation.
Constructor Summary | |
---|---|
ObjectDataImpl()
|
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. |
java.lang.String |
getId()
Returns the object id. |
PolicyIdList |
getPolicyIds()
Returns the ids of the applied policies. |
Properties |
getProperties()
Returns the object properties. |
java.util.List<ObjectData> |
getRelationships()
Returns the relationships from and to this object. |
java.util.List<RenditionData> |
getRenditions()
Returns the renditions of this object. |
java.lang.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(java.lang.Boolean isExactACL)
|
void |
setPolicyIds(PolicyIdList policyIds)
|
void |
setProperties(Properties properties)
|
void |
setRelationships(java.util.List<ObjectData> relationships)
|
void |
setRenditions(java.util.List<RenditionData> renditions)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData |
---|
getExtensions, setExtensions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Constructor Detail |
---|
public ObjectDataImpl()
Method Detail |
---|
public java.lang.String getId()
ObjectData
getId
in interface ObjectData
null
if the object id is unknownpublic BaseTypeId getBaseTypeId()
ObjectData
getBaseTypeId
in interface ObjectData
null
if the base object type
is unknownpublic Properties getProperties()
ObjectData
getProperties
in interface ObjectData
null
if no properties are knownpublic void setProperties(Properties properties)
public ChangeEventInfo getChangeEventInfo()
ObjectData
getChangeEventInfo
in interface ObjectData
null
if the infos are
unknownpublic void setChangeEventInfo(ChangeEventInfo changeEventInfo)
public java.util.List<ObjectData> getRelationships()
ObjectData
getRelationships
in interface ObjectData
null
if no
relationships exist or the relationships are unknownpublic void setRelationships(java.util.List<ObjectData> relationships)
public java.util.List<RenditionData> getRenditions()
ObjectData
getRenditions
in interface ObjectData
null
if
no renditions exist or the renditions are unknownpublic void setRenditions(java.util.List<RenditionData> renditions)
public PolicyIdList getPolicyIds()
ObjectData
getPolicyIds
in interface ObjectData
null
if no policies are applied or
the ids are unknownpublic void setPolicyIds(PolicyIdList policyIds)
public AllowableActions getAllowableActions()
ObjectData
getAllowableActions
in interface ObjectData
null
if the allowable
actions are unknownpublic void setAllowableActions(AllowableActions allowableActions)
public Acl getAcl()
ObjectData
getAcl
in interface ObjectData
null
if the access
control list is unknownpublic void setAcl(Acl acl)
public java.lang.Boolean isExactAcl()
ObjectData
isExactAcl
in interface ObjectData
true - exact; false
- not exact, other
permission constraints exist; null
- unknown
public void setIsExactAcl(java.lang.Boolean isExactACL)
public java.lang.String toString()
toString
in class AbstractExtensionData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |