public interface Relationship extends CmisObject, RelationshipProperties
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
Support for transient objects will be removed in the future.
|
addAcl, applyAcl, applyPolicy, delete, delete, getAcl, getAdapter, getAllowableActions, getExtensions, getPolicies, getRefreshTimestamp, getRelationships, getRenditions, getTransientObject, refresh, refreshIfOld, removeAcl, removePolicy, setAcl, updateProperties, updateProperties
findObjectType, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getDescription, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getSecondaryTypes, getType
getSourceId, getTargetId
@Deprecated 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.Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.