org.apache.jackrabbit.core.data
Interface MultiDataStoreAware

All Known Implementing Classes:
CachingDataStore, DbDataStore, DerbyDataStore, FileDataStore

public interface MultiDataStoreAware

To use a DataStore within a MultiDataStore it must implement this MultiDataStoreAware Interface. It extends a DataStore to delete a single DataRecord.


Method Summary
 void deleteRecord(DataIdentifier identifier)
          Deletes a single DataRecord based on the given identifier.
 

Method Detail

deleteRecord

void deleteRecord(DataIdentifier identifier)
                  throws DataStoreException
Deletes a single DataRecord based on the given identifier. Delete will only be used by the MoveDataTask.

Parameters:
identifier - data identifier
Throws:
DataStoreException - if the data store could not be accessed, or if the given identifier is invalid


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