org.apache.chemistry.opencmis.server.impl.webservices
Class RelationshipService

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.impl.webservices.AbstractService
      extended by org.apache.chemistry.opencmis.server.impl.webservices.RelationshipService
All Implemented Interfaces:
RelationshipServicePort

public class RelationshipService
extends AbstractService
implements RelationshipServicePort

CMIS Relationship Service.


Field Summary
 
Fields inherited from class org.apache.chemistry.opencmis.server.impl.webservices.AbstractService
CALL_CONTEXT_MAP
 
Constructor Summary
RelationshipService()
           
 
Method Summary
 CmisObjectListType getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, String filter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 
Methods inherited from class org.apache.chemistry.opencmis.server.impl.webservices.AbstractService
closeService, convertException, createContext, getService, getServiceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipService

public RelationshipService()
Method Detail

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.