Uses of Interface
org.apache.chemistry.opencmis.inmemory.storedobj.api.CmisServiceValidator

Packages that use CmisServiceValidator
org.apache.chemistry.opencmis.inmemory.server   
org.apache.chemistry.opencmis.inmemory.storedobj.api   
org.apache.chemistry.opencmis.inmemory.storedobj.impl   
 

Uses of CmisServiceValidator in org.apache.chemistry.opencmis.inmemory.server
 

Classes in org.apache.chemistry.opencmis.inmemory.server that implement CmisServiceValidator
 class BaseServiceValidatorImpl
           
 

Fields in org.apache.chemistry.opencmis.inmemory.server declared as CmisServiceValidator
protected  CmisServiceValidator InMemoryAbstractServiceImpl.validator
           
 

Constructors in org.apache.chemistry.opencmis.inmemory.server with parameters of type CmisServiceValidator
InMemoryAbstractServiceImpl(StoreManager storeManager, CmisServiceValidator validator)
           
 

Uses of CmisServiceValidator in org.apache.chemistry.opencmis.inmemory.storedobj.api
 

Methods in org.apache.chemistry.opencmis.inmemory.storedobj.api that return CmisServiceValidator
 CmisServiceValidator StoreManager.getServiceValidator()
          get a permission and parameter validating instance
 

Uses of CmisServiceValidator in org.apache.chemistry.opencmis.inmemory.storedobj.impl
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.impl that implement CmisServiceValidator
 class InMemoryServiceValidatorImpl
           
 

Fields in org.apache.chemistry.opencmis.inmemory.storedobj.impl declared as CmisServiceValidator
protected  CmisServiceValidator StoreManagerImpl.validator
           
 

Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl that return CmisServiceValidator
 CmisServiceValidator StoreManagerImpl.getServiceValidator()
           
 



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