Package | Description |
---|---|
eu.transformproject.provenance.service |
Provides the classes necessary to configure and install this provenance service.
|
eu.transformproject.provenance.storage |
Provides the classes necessary to store the opm graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
CentralProvenanceStore
Provides the functionality for a central provenance store server configuration.
|
class |
LocalProvenanceStore
Provides the functionality for a local provenance store server configuration.
|
Modifier and Type | Method and Description |
---|---|
static ProvenanceStore |
ProvenanceStore.factory(java.lang.String location,
java.lang.String name,
java.lang.String shortName,
java.lang.String descr,
java.lang.String url,
java.lang.String dbname,
java.lang.String userName,
java.lang.String password,
java.lang.String owlURIbase,
Ontologies ontologies,
java.lang.String provDir,
java.lang.String timeServer,
java.lang.String serverType,
java.lang.String serverURL,
java.lang.String serverName) |
ProvenanceStore |
ProvenanceServer.getProvConfig() |
static ProvenanceStore |
ProvenanceAdmin.getProvenanceStore(java.lang.String provStoreName) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ProvenanceStore> |
ProvenanceConfigReader.getLocalzones() |
Modifier and Type | Method and Description |
---|---|
static void |
ProvenanceAdmin.createLocalProvenanceZone(ProvenanceStore provdb,
java.lang.String dbscript) |
static ProvenanceServer |
ProvenanceServer.getSimpleInstance(ProvenanceStore provConfig) |
Constructor and Description |
---|
ProvenanceServer(ProvenanceStore provConfig) |
ProvenanceServerRemote(ProvenanceStore provdb) |
ProvenanceServerWebService(ProvenanceStore provdb) |
Modifier and Type | Method and Description |
---|---|
void |
ProvenanceDBStorage.createLocalProvenanceZone(ProvenanceStore provdb,
java.lang.String dbscript) |