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

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

public final class NavigationService
extends Object

Navigation Service operations.


Method Summary
static void getCheckedOutDocs(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Checked Out Collection GET.
static void getChildren(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Children Collection GET.
static void getDescendants(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Descendants feed GET.
static void getFolderTree(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Folder tree feed GET.
static void getObjectParents(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Object parents feed GET.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChildren

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

Throws:
Exception

getDescendants

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

Throws:
Exception

getFolderTree

public static void getFolderTree(CallContext context,
                                 CmisService service,
                                 String repositoryId,
                                 javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
                          throws Exception
Folder tree feed GET.

Throws:
Exception

getObjectParents

public static void getObjectParents(CallContext context,
                                    CmisService service,
                                    String repositoryId,
                                    javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response)
                             throws Exception
Object parents feed GET.

Throws:
Exception

getCheckedOutDocs

public static void getCheckedOutDocs(CallContext context,
                                     CmisService service,
                                     String repositoryId,
                                     javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
                              throws Exception
Checked Out Collection GET.

Throws:
Exception


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