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 | Interface and Description |
---|---|
interface |
ProvenanceServerInterface
Provenance server interface define the set of methods through which the provenance data can be stored and queried.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvenanceServer
This class is a default implementation of the ProvenanceServerInterface, providing all the functionality of a
provenance server.
|
class |
ProvenanceServerRemote
This class extends the ProvenanceServer class to use it as a Java Remote Method Invocation (RMI) object.
|
class |
ProvenanceServerWebService
This class extends the ProvenanceServer class to use it as a web service.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvenancePersistenceManager
This class contains a set of methods for provenance data storage.
|