|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relationship
CMIS Relationship. Domain Model 2.6
Method Summary | |
---|---|
CmisObject |
getSource()
Gets the source object. |
CmisObject |
getSource(OperationContext context)
Gets the source object using the given OperationContext . |
CmisObject |
getTarget()
Gets the target object. |
CmisObject |
getTarget(OperationContext context)
Gets the target object using the given OperationContext . |
TransientRelationship |
getTransientRelationship()
|
Methods inherited from interface org.apache.chemistry.opencmis.client.api.CmisObject |
---|
addAcl, applyAcl, applyPolicy, delete, getAcl, getAdapter, getAllowableActions, getExtensions, getPolicies, getRefreshTimestamp, getRelationships, getRenditions, getTransientObject, refresh, refreshIfOld, removeAcl, removePolicy, updateProperties, updateProperties |
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 |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.RelationshipProperties |
---|
getSourceId, getTargetId |
Method Detail |
---|
TransientRelationship getTransientRelationship()
CmisObject getSource()
null
will be returned.
CmisObject getSource(OperationContext context)
OperationContext
. If the
source object id is invalid, null
will be returned.
CmisObject getTarget()
null
will be returned.
CmisObject getTarget(OperationContext context)
OperationContext
. If the
target object id is invalid, null
will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |