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

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

public class VersioningService
extends Object

Versioning Service operations.


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

Method Detail

getAllVersions

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

Throws:
Exception


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