org.apache.chemistry.opencmis.client.bindings.spi.webservices
Class RelationshipServiceImpl
java.lang.Object
org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractWebServicesService
org.apache.chemistry.opencmis.client.bindings.spi.webservices.RelationshipServiceImpl
- All Implemented Interfaces:
- RelationshipService
public class RelationshipServiceImpl
- extends AbstractWebServicesService
- implements RelationshipService
Relationship Service Web Services client.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipServiceImpl
public RelationshipServiceImpl(BindingSession session,
AbstractPortProvider portProvider)
- Constructor.
getObjectRelationships
public ObjectList getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
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.