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
@MTOM
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(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
java.lang.String typeId,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
java.math.BigInteger maxItems,
java.math.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.