See: Description
Interface | Description |
---|---|
ProvenanceAnnotable | |
ProvenanceConfigInterface |
Contains a set of constant field values with are used as tags for the provenance server configuration file.
|
ProvenanceQueryInterface |
ProvenanceQuery provide a set of methods for querying the provenance data.
|
ProvenanceServerInterface |
Provenance server interface define the set of methods through which the provenance data can be stored and queried.
|
ProvenanceStorageInterface |
Provides methods for provenance data annotation: entities creation, causal dependence definition, and provenance annotation inclusion.
|
Class | Description |
---|---|
CentralProvenanceStore |
Provides the functionality for a central provenance store server configuration.
|
DefaultOPMArtifactProvenanceAnnotatableImpl | |
LocalProvenanceStore |
Provides the functionality for a local provenance store server configuration.
|
ProvenanceAdmin |
This class provides the necessary implementation for configuring and
initialising the provenance service.
|
ProvenanceConfigReader |
This class provides methods for reading a provenance config file and generating a local or central provenance store.
|
ProvenanceSecurity |
This class provides the necessary implementation for the security layer.
|
ProvenanceServer |
This class is a default implementation of the ProvenanceServerInterface, providing all the functionality of a
provenance server.
|
ProvenanceServerRemote |
This class extends the ProvenanceServer class to use it as a Java Remote Method Invocation (RMI) object.
|
ProvenanceServerWebService |
This class extends the ProvenanceServer class to use it as a web service.
|
ProvenanceStore |
This class implements the necessary methods for a provenance store server configuration.
|
Exception | Description |
---|---|
NoOpenFileWriterInServer | |
NoProvenanceServerException | |
ProvenanceConfigurationException | |
ProvenanceServerConnectionException |