org.apache.chemistry.opencmis.server.impl.browser
Class RepositoryService

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.impl.browser.RepositoryService

public final class RepositoryService
extends Object

Repository Service operations.


Method Summary
static void getLastResult(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getLastResult.
static void getRepositories(CallContext context, CmisService service, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getRepositories.
static void getRepositoryInfo(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getRepositoryInfo.
static void getTypeChildren(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getTypeChildren.
static void getTypeDefintion(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getTypeDefintion.
static void getTypeDescendants(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getTypeDescendants.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRepositories

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

Throws:
Exception

getRepositoryInfo

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

Throws:
Exception

getLastResult

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

Throws:
Exception

getTypeChildren

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

Throws:
Exception

getTypeDescendants

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

Throws:
Exception

getTypeDefintion

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

Throws:
Exception


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