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. |
addAcl, applyAcl, applyPolicy, delete, delete, getAcl, getAdapter, getAllowableActions, getExtensions, getPermissionsForPrincipal, getPermissonsForPrincipal, getPolicies, getRefreshTimestamp, getRelationships, getRenditions, hasAllowableAction, refresh, refreshIfOld, removeAcl, removePolicy, rename, rename, setAcl, updateProperties, updatePropertiesfindObjectType, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getDescription, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getSecondaryTypes, getTypegetSourceId, getTargetIdCmisObject 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-2015 The Apache Software Foundation. All Rights Reserved.