Uses of Interface
org.apache.chemistry.opencmis.commons.spi.PolicyService

Packages that use PolicyService
org.apache.chemistry.opencmis.commons.impl.server   
org.apache.chemistry.opencmis.commons.server OpenCMIS server interfaces. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.jcr   
org.apache.chemistry.opencmis.server.support   
 

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

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

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

Subinterfaces of PolicyService in org.apache.chemistry.opencmis.commons.server
 interface CmisService
          OpenCMIS server interface.
 

Uses of PolicyService in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return PolicyService
 PolicyService CmisBinding.getPolicyService()
          Gets a Policy Service interface object.
 

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

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

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

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



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