|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.server.impl.atompub.NavigationService
public final class NavigationService
Navigation Service operations.
Method Summary | |
---|---|
static void |
getCheckedOutDocs(CallContext context,
CmisService service,
java.lang.String repositoryId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Checked Out Collection GET. |
static void |
getChildren(CallContext context,
CmisService service,
java.lang.String repositoryId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Children Collection GET. |
static void |
getDescendants(CallContext context,
CmisService service,
java.lang.String repositoryId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Descendants feed GET. |
static void |
getFolderTree(CallContext context,
CmisService service,
java.lang.String repositoryId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Folder tree feed GET. |
static void |
getObjectParents(CallContext context,
CmisService service,
java.lang.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 |
---|
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
java.lang.Exception
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
java.lang.Exception
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
java.lang.Exception
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
java.lang.Exception
public static void getCheckedOutDocs(CallContext context, CmisService service, java.lang.String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |