|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
FileDataRecord
Data record that is based on a normal file. |
| Methods in org.apache.jackrabbit.core.data that return DataRecord | |
|---|---|
DataRecord |
DataStore.addRecord(InputStream stream)
Creates a new data record. |
DataRecord |
FileDataStore.addRecord(InputStream input)
Creates a new data record. |
DataRecord |
DataStore.getRecord(DataIdentifier identifier)
Returns the identified data record. |
DataRecord |
FileDataStore.getRecord(DataIdentifier identifier)
Returns the record with the given identifier. |
DataRecord |
DataStore.getRecordIfStored(DataIdentifier identifier)
Check if a record for the given identifier exists, and return it if yes. |
DataRecord |
FileDataStore.getRecordIfStored(DataIdentifier identifier)
Check if a record for the given identifier exists, and return it if yes. |
| 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)
Creates a new data record. |
DataRecord |
DbDataStore.getRecord(DataIdentifier identifier)
Returns the identified data record. |
DataRecord |
DbDataStore.getRecordIfStored(DataIdentifier identifier)
Check if a record for the given identifier exists, and return it if yes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||