org.apache.chemistry.opencmis.client.bindings.spi.local
Class RelationshipServiceImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.local.AbstractLocalService
      extended by org.apache.chemistry.opencmis.client.bindings.spi.local.RelationshipServiceImpl
All Implemented Interfaces:
RelationshipService

public class RelationshipServiceImpl
extends AbstractLocalService
implements RelationshipService


Constructor Summary
RelationshipServiceImpl(BindingSession session, CmisServiceFactory factory)
          Constructor.
 
Method Summary
 ObjectList getObjectRelationships(java.lang.String repositoryId, java.lang.String objectId, java.lang.Boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, java.lang.String typeId, java.lang.String filter, java.lang.Boolean includeAllowableActions, java.math.BigInteger maxItems, java.math.BigInteger skipCount, ExtensionsData extension)
          Gets all or a subset of relationships associated with an independent object.
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.local.AbstractLocalService
createCallContext, getService, getServiceFactory, getSession, setServiceFactory, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipServiceImpl

public RelationshipServiceImpl(BindingSession session,
                               CmisServiceFactory factory)
Constructor.

Method Detail

getObjectRelationships

public ObjectList getObjectRelationships(java.lang.String repositoryId,
                                         java.lang.String objectId,
                                         java.lang.Boolean includeSubRelationshipTypes,
                                         RelationshipDirection relationshipDirection,
                                         java.lang.String typeId,
                                         java.lang.String filter,
                                         java.lang.Boolean includeAllowableActions,
                                         java.math.BigInteger maxItems,
                                         java.math.BigInteger skipCount,
                                         ExtensionsData extension)
Description copied from interface: RelationshipService
Gets all or a subset of relationships associated with an independent object.

Specified by:
getObjectRelationships in interface RelationshipService


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