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

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

public class VersioningService
extends Object

Versioning Service operations.


Method Summary
static void checkOut(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Check Out.
static void deleteAllVersions(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Delete object.
static void getAllVersions(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get all versions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkOut

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

Throws:
Exception

getAllVersions

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

Throws:
Exception

deleteAllVersions

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



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