org.xcmis.spi
Interface RelationshipData

All Superinterfaces:
ObjectData

public interface RelationshipData
extends ObjectData

2.1.6. Relationship object. Implementation Compatibility: the support for relationship objects is optional, and may be discovered via the "Get Type Children" service. (2.1.2 Object)

Version:
$Id: $
Author:
Andrey Parfonov

Method Summary
 String getSourceId()
           
 String getTargetId()
           
 
Methods inherited from interface org.xcmis.spi.ObjectData
accept, applyPolicy, getACL, getBaseType, getChangeToken, getContentStream, getCreatedBy, getCreationDate, getLastModificationDate, getLastModifiedBy, getName, getObjectId, getParent, getParents, getPolicies, getProperties, getProperties, getProperty, getRelationships, getTypeDefinition, getTypeId, removePolicy, setACL, setProperties, setProperty
 

Method Detail

getSourceId

String getSourceId()
Returns:
id of source object of this relationship. This is shortcut to 'cmis:sourceId' property

getTargetId

String getTargetId()
Returns:
id of target object of this relationship. This is shortcut to 'cmis:targetId' property


Copyright © 2010 eXo Platform SAS. All Rights Reserved.