Constructor and Description |
---|
ExportRunsToKAR(Queryable q,
KeplerLSID wfLSID)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultQuery
A default implementation of Queryable.
|
Modifier and Type | Method and Description |
---|---|
static Queryable |
ProvenanceRecorder.getDefaultQueryable(NamedObj namedObj)
Get a queryable from the default provenance recorder for a NamedObj.
|
Queryable |
RecordPlayer.getQueryable()
Get the queryable.
|
Queryable |
Recording.getQueryable(boolean allowReconnectWF)
Get a Queryable connected to the Recording output.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Recording.changeExecutionLSID(int execId,
KeplerLSID newExecLSID,
Queryable q)
Change execution LSID for an execution Id.
|
Constructor and Description |
---|
RecordPlayer(Queryable queryable)
Create a new RecordPlayer using a Queryable as the source
and no Recording output.
|
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 |
ProvQuery
A class to query provenance in PROV serializations.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLQueryV8
Implementation of query interface for SQL v8.
|
Modifier and Type | Field and Description |
---|---|
protected Queryable |
SQLRecordingV8._queryable
Queryable connection.
|
Modifier and Type | Method and Description |
---|---|
Queryable |
SQLRecordingV8.getQueryable(boolean allowReconnectWF)
Get a Queryable connected to the Recording output.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SQLRecordingV8.changeExecutionLSID(int execId,
KeplerLSID newExecLSID,
Queryable q)
Change execution LSID for an execution Id.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticReportItemImage.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId) |
void |
StaticReportItemLabel.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId) |
void |
StaticReportItemHR.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId) |
void |
StaticReportItemText.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId) |
void |
StaticReportItem.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
void |
DynamicReportItem.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame)
Retrieves values for a given execution
|
abstract void |
Item.generateValues(Queryable queryable,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
static ReportInstance |
ReportAssembler.populateReport(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
static ReportInstance |
ReportAssembler.populateReportWithLatest(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
TableauFrame tableauFrame) |
Modifier and Type | Method and Description |
---|---|
static Queryable |
ProvenanceUtil.getQueryable(KeplerLSID lsid,
TableauFrame tf) |
Modifier and Type | Method and Description |
---|---|
static WorkflowRun |
WorkflowRunUtil.lookupWorkflowRun(KeplerLSID workflowRunLSID,
Queryable queryable) |
Modifier and Type | Field and Description |
---|---|
protected Queryable |
ProvenanceHandler._queryable |
Modifier and Type | Method and Description |
---|---|
Queryable |
WorkflowRunManager.getQueryable() |