Uses of Interface
org.apache.jackrabbit.core.data.DataStore

Packages that use DataStore
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.config   
org.apache.jackrabbit.core.data   
org.apache.jackrabbit.core.data.db   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.bundle.util   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.value   
 

Uses of DataStore in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return DataStore
 DataStore RepositoryImpl.getDataStore()
           
 

Uses of DataStore in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return DataStore
 DataStore RepositoryConfig.getDataStore()
          Creates and returns the configured data store.
 

Uses of DataStore in org.apache.jackrabbit.core.data
 

Classes in org.apache.jackrabbit.core.data that implement DataStore
 class FileDataStore
          Simple file-based data store.
 

Methods in org.apache.jackrabbit.core.data that return DataStore
 DataStore GarbageCollector.getDataStore()
           
 DataStore DataStoreFactory.getDataStore()
          Creates, initializes, and returns a DataStore instance for use by the repository.
 

Uses of DataStore in org.apache.jackrabbit.core.data.db
 

Classes in org.apache.jackrabbit.core.data.db that implement DataStore
 class DbDataStore
          A data store implementation that stores the records in a database using JDBC.
 

Uses of DataStore in org.apache.jackrabbit.core.nodetype
 

Constructors in org.apache.jackrabbit.core.nodetype with parameters of type DataStore
NodeTypeManagerImpl(NodeTypeRegistry ntReg, SessionImpl session, DataStore store)
          Creates a new NodeTypeManagerImpl instance.
 

Uses of DataStore in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence that return DataStore
 DataStore PMContext.getDataStore()
          Returns the data store
 

Constructors in org.apache.jackrabbit.core.persistence with parameters of type DataStore
PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore)
          Creates a new PMContext.
 

Uses of DataStore in org.apache.jackrabbit.core.persistence.bundle.util
 

Fields in org.apache.jackrabbit.core.persistence.bundle.util declared as DataStore
protected  DataStore ItemStateBinding.dataStore
          Data store for binary properties.
 

Constructors in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type DataStore
BundleBinding(ErrorHandling errorHandling, BLOBStore blobStore, StringIndex nsIndex, StringIndex nameIndex, DataStore dataStore)
          Creates a new bundle binding
ItemStateBinding(ErrorHandling errorHandling, BLOBStore blobStore, StringIndex nsIndex, StringIndex nameIndex, DataStore dataStore)
          Creates a new item state binding
 

Uses of DataStore in org.apache.jackrabbit.core.state
 

Constructors in org.apache.jackrabbit.core.state with parameters of type DataStore
PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore)
          Deprecated.  
 

Uses of DataStore in org.apache.jackrabbit.core.value
 

Methods in org.apache.jackrabbit.core.value with parameters of type DataStore
static InternalValue InternalValue.create(DataStore store, String id)
          Create a binary object with the given identifier.
static InternalValue InternalValue.create(Value value, NamePathResolver resolver, DataStore store)
          Create a new internal value from the given JCR value.
static InternalValue InternalValue.createTemporary(InputStream value, DataStore store)
          Create an internal value that is backed by a temporary file (if data store usage is disabled or the store is null) or in the data store if it is not null and enabled.
 void InternalValue.store(DataStore dataStore)
          Store a value in the data store.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.