public interface SharedDataStore
| Modifier and Type | Interface and Description |
|---|---|
static class |
SharedDataStore.Type
Explicitly identifies the type of the data store
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadataRecord(InputStream stream,
String name)
Adds the root record.
|
void |
deleteAllMetadataRecords(String prefix)
Deletes all records matching the given prefix.
|
boolean |
deleteMetadataRecord(String name)
Deletes the root record represented by the given parameters.
|
List<DataRecord> |
getAllMetadataRecords(String prefix)
Gets the all root records.
|
DataRecord |
getMetadataRecord(String name)
Retrieves the metadata record with the given name
|
SharedDataStore.Type |
getType()
Gets the type.
|
void addMetadataRecord(InputStream stream, String name) throws DataStoreException
stream - the streamname - the name of the root recordDataStoreException - the data store exceptionDataRecord getMetadataRecord(String name)
name - the name of the recordList<DataRecord> getAllMetadataRecords(String prefix)
boolean deleteMetadataRecord(String name)
name - the name of the root recordvoid deleteAllMetadataRecords(String prefix)
prefix - metadata type identifierSharedDataStore.Type getType()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"