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

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.impl.atompub.RelationshipService

public class RelationshipService
extends Object

Relationship Service operations.


Method Summary
static void getObjectRelationships(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get object relationships.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObjectRelationships

public static void getObjectRelationships(CallContext context,
                                          CmisService service,
                                          String repositoryId,
                                          javax.servlet.http.HttpServletRequest request,
                                          javax.servlet.http.HttpServletResponse response)
                                   throws Exception
Get object relationships.

Throws:
Exception


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