public class ITSDefaultDataStore extends Object implements IITSDataStore
| Constructor and Description |
|---|
ITSDefaultDataStore() |
| Modifier and Type | Method and Description |
|---|---|
ITSLQICollection |
getLQIByURI(String uri)
Fetch LQI metadata by URI.
|
ITSProvenanceCollection |
getProvByURI(String uri)
Fetch Provenance metadata by URI.
|
Collection<String> |
getStoredLQIURIs()
Return a list of stored LQI metadata URIs.
|
Collection<String> |
getStoredProvURIs()
Return a list of stored Provenance metadata URIs.
|
void |
initialize(String identifier)
Setup IITSDataStore with an identifier marking each time a new file
is opened for parsing.
|
void |
save(ITSLQICollection lqi)
Store LQI metadata.
|
void |
save(ITSProvenanceCollection prov)
Store Provenance metadata.
|
public void initialize(String identifier)
IITSDataStoreinitialize in interface IITSDataStorepublic ITSLQICollection getLQIByURI(String uri)
IITSDataStoregetLQIByURI in interface IITSDataStorepublic ITSProvenanceCollection getProvByURI(String uri)
IITSDataStoregetProvByURI in interface IITSDataStorepublic void save(ITSLQICollection lqi)
IITSDataStoresave in interface IITSDataStorepublic void save(ITSProvenanceCollection prov)
IITSDataStoresave in interface IITSDataStorepublic Collection<String> getStoredLQIURIs()
IITSDataStoregetStoredLQIURIs in interface IITSDataStorepublic Collection<String> getStoredProvURIs()
IITSDataStoregetStoredProvURIs in interface IITSDataStoreCopyright © 2022. All rights reserved.