org.apache.chemistry.opencmis.commons.spi
Interface RelationshipService

All Known Subinterfaces:
CmisService
All Known Implementing Classes:
CmisServiceWrapper

public interface RelationshipService

Relationship Service interface.

See CMIS 1.0 specification for details on the operations, parameters, exceptions and the domain model.


Method Summary
 ObjectList getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, String typeId, String filter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
          Gets all or a subset of relationships associated with an independent object.
 

Method Detail

getObjectRelationships

ObjectList getObjectRelationships(String repositoryId,
                                  String objectId,
                                  Boolean includeSubRelationshipTypes,
                                  RelationshipDirection relationshipDirection,
                                  String typeId,
                                  String filter,
                                  Boolean includeAllowableActions,
                                  BigInteger maxItems,
                                  BigInteger skipCount,
                                  ExtensionsData extension)
Gets all or a subset of relationships associated with an independent object.



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