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

Packages that use CmisService
org.apache.chemistry.opencmis.commons.impl.server   
org.apache.chemistry.opencmis.commons.server OpenCMIS server interfaces. 
org.apache.chemistry.opencmis.jcr   
org.apache.chemistry.opencmis.server.shared   
org.apache.chemistry.opencmis.server.support   
 

Uses of CmisService in org.apache.chemistry.opencmis.commons.impl.server
 

Classes in org.apache.chemistry.opencmis.commons.impl.server that implement CmisService
 class org.apache.chemistry.opencmis.commons.impl.server.AbstractCmisService
           
 

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

Methods in org.apache.chemistry.opencmis.commons.server that return CmisService
 CmisService CmisServiceFactory.getService(CallContext context)
          Returns a CmisService object for the given CallContext.
 

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

Classes in org.apache.chemistry.opencmis.jcr that implement CmisService
 class JcrService
          JCR service implementation.
 

Methods in org.apache.chemistry.opencmis.jcr that return CmisService
 CmisService JcrServiceFactory.getService(CallContext context)
           
 

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

Methods in org.apache.chemistry.opencmis.server.shared with parameters of type CmisService
 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.
 

Uses of CmisService in org.apache.chemistry.opencmis.server.support
 

Classes in org.apache.chemistry.opencmis.server.support with type parameters of type CmisService
 class CmisServiceWrapper<T extends CmisService>
          Service wrapper.
 

Classes in org.apache.chemistry.opencmis.server.support that implement CmisService
 class CmisServiceWrapper<T extends CmisService>
          Service wrapper.
 



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