public interface Relationship extends CmisObject, RelationshipProperties
See Domain Model 2.6
| 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() |
addAcl, applyAcl, applyPolicy, delete, delete, getAcl, getAdapter, getAllowableActions, getExtensions, getPolicies, getRefreshTimestamp, getRelationships, getRenditions, getTransientObject, refresh, refreshIfOld, removeAcl, removePolicy, setAcl, updateProperties, updatePropertiesgetBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getTypegetSourceId, getTargetIdTransientRelationship 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-2012 The Apache Software Foundation. All Rights Reserved.