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

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

public final class NavigationService
extends java.lang.Object

Navigation Service operations.


Method Summary
static void getChildren(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getChildren.
static void getDescendants(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getDescendants.
static void getFolderTree(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getFolderTree.
static void getObjectParents(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getObjectParents.
 
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,
                               java.lang.String repositoryId,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws java.lang.Exception
getChildren.

Throws:
java.lang.Exception

getDescendants

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

Throws:
java.lang.Exception

getFolderTree

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

Throws:
java.lang.Exception

getObjectParents

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

Throws:
java.lang.Exception


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