|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject
org.apache.chemistry.opencmis.client.runtime.TransientRelationshipImpl
public class TransientRelationshipImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject |
---|
AbstractTransientCmisObject.AceChangeHolder |
Field Summary |
---|
Fields inherited from class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject |
---|
acl, addAces, addPolicies, allowableActions, deleteAllVersions, inputExtensions, isMarkedForDelete, isModified, isPropertyUpdateRequired, object, ouputExtensions, policies, properties, relationships, removeAces, removePolicies, renditions, session |
Constructor Summary | |
---|---|
TransientRelationshipImpl()
|
Method Summary | |
---|---|
CmisObject |
getSource()
|
CmisObject |
getSource(OperationContext context)
|
ObjectId |
getSourceId()
Returns the source id of this CMIS relationship (CMIS property cmis:sourceId |
CmisObject |
getTarget()
|
CmisObject |
getTarget(OperationContext context)
|
ObjectId |
getTargetId()
Returns the target id of this CMIS relationship (CMIS property cmis:targetId |
void |
setSourceId(ObjectId id)
|
void |
setTargetId(ObjectId id)
|
Methods inherited from class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject |
---|
addAce, applyPolicy, delete, getAllowableActions, getBaseType, getBaseTypeId, getBinding, getChangeToken, getCmisObject, getCreatedBy, getCreationDate, getId, getInputExtensions, getLastModificationDate, getLastModifiedBy, getLatestChangeToken, getName, getObjectFactory, getObjectId, getOriginalAcl, getOutputExtensions, getPolicies, getProperties, getProperty, getPropertyValue, getRelationships, getRenditions, getRepositoryId, getSession, getType, initialize, isMarkedForDelete, isModified, prepareAcl, prepareProperties, refreshAndReset, removeAce, removePolicy, reset, save, saveACL, saveDelete, savePolicies, saveProperties, setName, setOutputExtensions, setPropertyValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.TransientCmisObject |
---|
addAce, applyPolicy, delete, getAllowableActions, getCmisObject, getInputExtensions, getOriginalAcl, getOutputExtensions, getPolicies, getRelationships, getRenditions, isMarkedForDelete, isModified, refreshAndReset, removeAce, removePolicy, reset, save, setName, setOutputExtensions, setPropertyValue |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectId |
---|
getId |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties |
---|
getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getType |
Constructor Detail |
---|
public TransientRelationshipImpl()
Method Detail |
---|
public CmisObject getSource()
getSource
in interface TransientRelationship
public CmisObject getSource(OperationContext context)
getSource
in interface TransientRelationship
public ObjectId getSourceId()
RelationshipProperties
cmis:sourceId).
- Specified by:
getSourceId
in interface RelationshipProperties
public void setSourceId(ObjectId id)
setSourceId
in interface TransientRelationship
public CmisObject getTarget()
getTarget
in interface TransientRelationship
public CmisObject getTarget(OperationContext context)
getTarget
in interface TransientRelationship
public ObjectId getTargetId()
RelationshipProperties
cmis:targetId).
- Specified by:
getTargetId
in interface RelationshipProperties
public void setTargetId(ObjectId id)
setTargetId
in interface TransientRelationship
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |