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

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

public final class ObjectService
extends Object

Object Service operations.


Method Summary
static void createDocument(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          createDocument.
static void createFolder(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          createFolder.
static void getContentStream(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getContentStream.
static void getObject(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          getObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDocument

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

Throws:
Exception

createFolder

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

Throws:
Exception

getObject

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

Throws:
Exception

getContentStream

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

Throws:
Exception


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