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

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

public final class RepositoryService
extends java.lang.Object

Repository Service operations.


Method Summary
static void getRepositories(CallContext context, CmisService service, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Renders the service document.
static void getTypeChildren(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Renders a type children collection.
static void getTypeDefinition(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Renders a type definition.
static void getTypeDescendants(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Renders a type descendants feed.
 
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 java.lang.Exception
Renders the service document.

Throws:
java.lang.Exception

getTypeChildren

public static void getTypeChildren(CallContext context,
                                   CmisService service,
                                   java.lang.String repositoryId,
                                   javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response)
                            throws java.lang.Exception
Renders a type children collection.

Throws:
java.lang.Exception

getTypeDescendants

public static void getTypeDescendants(CallContext context,
                                      CmisService service,
                                      java.lang.String repositoryId,
                                      javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response)
                               throws java.lang.Exception
Renders a type descendants feed.

Throws:
java.lang.Exception

getTypeDefinition

public static void getTypeDefinition(CallContext context,
                                     CmisService service,
                                     java.lang.String repositoryId,
                                     javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
                              throws java.lang.Exception
Renders a type definition.

Throws:
java.lang.Exception


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