Modifier and Type | Class and Description |
---|---|
protected class |
ExecutionMonitorPanel.ExecutionMonitorRecording
A class to monitor workflow execution by receiving provenance events.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFiringRecording<T>
Base class for Recordings with simple firing semantics.
|
class |
TextFileRecording
A provenance Recording that writes to a text file.
|
class |
XMLRecording
Deprecated.
This no longer works. For XML output, use ProvRecording.
|
Modifier and Type | Method and Description |
---|---|
Recording |
ProvenanceRecorder.getRecording()
Get the current recording.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Recording> |
ProvenanceRecorder.getFuturisticPiggybacks(Recording recording)
Return list of recordings that receive provenance events from all
ProvenanceRecorders created in the future.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvenanceRecorder.addPiggyback(Recording recording)
Add the specified recording to the list of recordings notified
for each provenance event.
|
static void |
ProvenanceRecorder.addPiggybackForFuture(Recording recording)
Add the specified recording to the list of recordings that receive
provenance events from all ProvenanceRecorders created in the
future.
|
static java.util.List<Recording> |
ProvenanceRecorder.getFuturisticPiggybacks(Recording recording)
Return list of recordings that receive provenance events from all
ProvenanceRecorders created in the future.
|
void |
ProvenanceRecorder.removePiggyback(Recording recording)
Remove the specified recording from the list of recordings
notified for each provenance event.
|
static void |
ProvenanceRecorder.removePiggybackForFuture(Recording recording)
Remove the specified recording from the list of recordings that
receive provenance events from all ProvenanceRecorders created
in the future.
|
Constructor and Description |
---|
RecordPlayer(Queryable queryable,
Recording recording)
Create a new RecordPlayer using a Queryable as the source,
and Recording for the output.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenProvenanceModelXML
Deprecated.
This recording output is no longer used. Instead, use ProvRecording.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvRecording
A Recording for PROV output.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLRecording
SQL Implementation of Recording using SDM SPA schema.
|
class |
SQLRecordingV7
SQL Implementation of Recording using SDM SPA schema.
|
class |
SQLRecordingV8
SQL provenance output.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRun.resetExecId(int newExecId,
Recording r)
Assign new execId to a run, and entityId revision.
|
void |
WorkflowRun.resetType(java.lang.String workflowRunType,
Recording r) |
void |
WorkflowRun.rollRevision(KeplerLSID lsid,
Recording recording)
Whenever a run is changed, update revision in OM,
update run's execLSID, and update workflow_exec lsid in provenance.
|
Modifier and Type | Class and Description |
---|---|
class |
WebViewRecording |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowRunManagerRecording
Receive provenance events and update the WorkflowRunManager GUI.
|
Modifier and Type | Method and Description |
---|---|
int |
WorkflowRunManager.deleteRuns(Recording recording,
java.util.List<KeplerLSID> lsids,
boolean authenticate)
Delete runs in provenance and from local list.
|