Uses of Interface
org.apache.chemistry.opencmis.commons.server.CallContext

Packages that use CallContext
org.apache.chemistry.opencmis.commons.server OpenCMIS server interfaces. 
org.apache.chemistry.opencmis.jcr   
org.apache.chemistry.opencmis.server.shared   
 

Uses of CallContext in org.apache.chemistry.opencmis.commons.server
 

Methods in org.apache.chemistry.opencmis.commons.server with parameters of type CallContext
 CmisService CmisServiceFactory.getService(CallContext context)
          Returns a CmisService object for the given CallContext.
 

Uses of CallContext in org.apache.chemistry.opencmis.jcr
 

Methods in org.apache.chemistry.opencmis.jcr that return CallContext
 CallContext JcrService.getCallContext()
           
 

Methods in org.apache.chemistry.opencmis.jcr with parameters of type CallContext
protected  JcrService JcrServiceFactory.createJcrService(JcrRepository jcrRepository, CallContext context)
          Create a JcrService from a JcrRepositoryJcrRepository> and CallContext.
 CmisService JcrServiceFactory.getService(CallContext context)
           
 void JcrService.setCallContext(CallContext context)
           
 

Uses of CallContext in org.apache.chemistry.opencmis.server.shared
 

Methods in org.apache.chemistry.opencmis.server.shared that return CallContext
static CallContext HttpUtils.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext servletContext, String binding, CallContextHandler callContextHandler)
          Creates a CallContext object from a servlet request.
 

Methods in org.apache.chemistry.opencmis.server.shared with parameters of type CallContext
 boolean Dispatcher.dispatch(String resource, String httpMethod, CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Find the appropriate method an call it.
 



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