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

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

Uses of ObjectStore in org.apache.chemistry.opencmis.inmemory.query
 

Methods in org.apache.chemistry.opencmis.inmemory.query with parameters of type ObjectStore
 ObjectList InMemoryQueryProcessor.query(TypeManager tm, ObjectStore objectStore, String user, String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount)
          Main entry function to process a query from discovery service
 

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

Methods in org.apache.chemistry.opencmis.inmemory.server with parameters of type ObjectStore
protected  StoredObject BaseServiceValidatorImpl.checkExistingObjectId(ObjectStore objStore, String objectId)
           
protected  StoredObject AbstractServiceImpl.checkExistingObjectId(ObjectStore objStore, String objectId)
           
 

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

Methods in org.apache.chemistry.opencmis.inmemory.storedobj.api that return ObjectStore
 ObjectStore StoreManager.getObjectStore(String repositoryId)
          get the object store for the given repository id.
 

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

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.impl that implement ObjectStore
 class ObjectStoreImpl
          The object store is the central core of the in-memory repository.
 

Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl that return ObjectStore
 ObjectStore StoreManagerImpl.getObjectStore(String repositoryId)
           
 



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