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

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

public final class ObjectService
extends Object

Object Service operations.


Method Summary
static void create(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create.
static void createRelationship(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create relationship.
static void deleteContentStream(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Delete content stream.
static void deleteObject(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Delete object.
static void deleteTree(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Delete tree.
static void getAllowableActions(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Allowable Actions.
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.
static void getObjectByPath(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          objectByPath URI template.
static void setContentStream(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Set content stream.
static void updateProperties(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          UpdateProperties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

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

Throws:
Exception

createRelationship

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

Throws:
Exception

deleteObject

public static void deleteObject(CallContext context,
                                CmisService service,
                                String repositoryId,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
Delete object.


deleteContentStream

public static void deleteContentStream(CallContext context,
                                       CmisService service,
                                       String repositoryId,
                                       javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.http.HttpServletResponse response)
Delete content stream.


setContentStream

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

Throws:
Exception

deleteTree

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

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

getObjectByPath

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

Throws:
Exception

getAllowableActions

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

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

updateProperties

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

Throws:
Exception


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