org.apache.chemistry.opencmis.server.impl.webservices
Class RelationshipService
java.lang.Object
org.apache.chemistry.opencmis.server.impl.webservices.AbstractService
org.apache.chemistry.opencmis.server.impl.webservices.RelationshipService
- All Implemented Interfaces:
- RelationshipServicePort
public class RelationshipService
- extends AbstractService
- implements RelationshipServicePort
CMIS Relationship Service.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipService
public RelationshipService()
getObjectRelationships
public CmisObjectListType getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
throws CmisException
- Specified by:
getObjectRelationships
in interface RelationshipServicePort
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType
- Throws:
CmisException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.