org.apache.chemistry.opencmis.client.api
Interface Relationship

All Superinterfaces:
CmisObject, ObjectId

public interface Relationship
extends CmisObject

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.
 
Methods inherited from interface org.apache.chemistry.opencmis.client.api.CmisObject
addAcl, applyAcl, applyPolicy, delete, getAcl, getAcl, getAllowableActions, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getExtensions, getLastModificationDate, getLastModifiedBy, getName, getPolicies, getProperties, getProperty, getPropertyMultivalue, getPropertyValue, getRefreshTimestamp, getRelationships, getRelationships, getRenditions, getType, isChanged, refresh, refreshIfOld, removeAcl, removePolicy, setName, setProperty, setPropertyMultivalue, updateProperties, updateProperties
 
Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectId
getId
 

Method Detail

getSource

CmisObject getSource()
Gets the source object.


getSource

CmisObject getSource(OperationContext context)
Gets the source object using the given OperationContext.


getTarget

CmisObject getTarget()
Gets the target object.


getTarget

CmisObject getTarget(OperationContext context)
Gets the target object using the given OperationContext.



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.