public interface IITSDataStore
| 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.
|
void initialize(String identifier)
Collection<String> getStoredLQIURIs()
Collection<String> getStoredProvURIs()
ITSLQICollection getLQIByURI(String uri)
ITSProvenanceCollection getProvByURI(String uri)
void save(ITSLQICollection lqi)
void save(ITSProvenanceCollection prov)
Copyright © 2022. All rights reserved.