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

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

public class DiscoveryService
extends Object

Discovery Service operations.


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

Method Detail

query

public static void query(CallContext context,
                         CmisService service,
                         String repositoryId,
                         javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response)
                  throws Exception
Query.

Throws:
Exception

getContentChanges

public static void getContentChanges(CallContext context,
                                     CmisService service,
                                     String repositoryId,
                                     javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
                              throws Exception
Get content changes.

Throws:
Exception


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