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

All Superinterfaces:
CmisObjectProperties, ObjectId, RelationshipProperties, TransientCmisObject

public interface TransientRelationship
extends TransientCmisObject, RelationshipProperties


Method Summary
 CmisObject getSource()
           
 CmisObject getSource(OperationContext context)
           
 CmisObject getTarget()
           
 CmisObject getTarget(OperationContext context)
           
 void setSourceId(ObjectId id)
           
 void setTargetId(ObjectId id)
           
 
Methods inherited from interface org.apache.chemistry.opencmis.client.api.TransientCmisObject
addAce, applyPolicy, delete, getAllowableActions, getCmisObject, getInputExtensions, getOriginalAcl, getOutputExtensions, getPolicies, getRelationships, getRenditions, isMarkedForDelete, isModified, refreshAndReset, removeAce, removePolicy, reset, save, setName, setOutputExtensions, setPropertyValue
 
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

getSource

CmisObject getSource()

getSource

CmisObject getSource(OperationContext context)

setSourceId

void setSourceId(ObjectId id)

getTarget

CmisObject getTarget()

getTarget

CmisObject getTarget(OperationContext context)

setTargetId

void setTargetId(ObjectId id)


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