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

Packages that use DataRecord
org.apache.jackrabbit.core.data   
org.apache.jackrabbit.core.data.db   
 

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

Classes in org.apache.jackrabbit.core.data that implement DataRecord
 class AbstractDataRecord
          Abstract data record base class.
 class CachingDataRecord
          CachingDataRecord which stores reference to CachingDataStore.
 class FileDataRecord
          Data record that is based on a normal file.
 

Methods in org.apache.jackrabbit.core.data that return DataRecord
 DataRecord MultiDataStore.addRecord(InputStream stream)
          Creates a new data record in the primary data store.
 DataRecord FileDataStore.addRecord(InputStream input)
          Creates a new data record.
 DataRecord DataStore.addRecord(InputStream stream)
          Creates a new data record.
 DataRecord CachingDataStore.addRecord(InputStream input)
          Creates a new data record in Backend.
 DataRecord MultiDataStore.getRecord(DataIdentifier identifier)
          Returns the identified data record from the primary data store.
 DataRecord DataStore.getRecord(DataIdentifier identifier)
          Returns the identified data record.
 DataRecord CachingDataStore.getRecord(DataIdentifier identifier)
           
 DataRecord AbstractDataStore.getRecord(DataIdentifier identifier)
           
 DataRecord MultiDataStore.getRecordFromReference(String reference)
           
 DataRecord DataStore.getRecordFromReference(String reference)
          Returns the record that matches the given binary reference.
 DataRecord AbstractDataStore.getRecordFromReference(String reference)
           
 DataRecord MultiDataStore.getRecordIfStored(DataIdentifier identifier)
          Check if a record for the given identifier exists in the primary data store.
 DataRecord FileDataStore.getRecordIfStored(DataIdentifier identifier)
          Get a data record for the given identifier.
 DataRecord DataStore.getRecordIfStored(DataIdentifier identifier)
          Check if a record for the given identifier exists, and return it if yes.
 DataRecord CachingDataStore.getRecordIfStored(DataIdentifier identifier)
          Get a data record for the given identifier or null it data record doesn't exist in Backend
 

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

Classes in org.apache.jackrabbit.core.data.db that implement DataRecord
 class DbDataRecord
          Data record that is stored in a database
 

Methods in org.apache.jackrabbit.core.data.db that return DataRecord
 DataRecord DbDataStore.addRecord(InputStream stream)
           
 DataRecord DbDataStore.getRecordIfStored(DataIdentifier identifier)
           
 



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