public class WorkflowRunManagerRecording extends Recording
_containerFullName, _containerLSID, _containerName, _debugPrint, _debugWriter, _machineStr, _recorder, _recorderContainer, _stateSerializer
Constructor and Description |
---|
WorkflowRunManagerRecording(WorkflowRunManager manager)
Construct a new WorkflowRunManagerRecording.
|
Modifier and Type | Method and Description |
---|---|
void |
executionError(Nameable source,
java.lang.Throwable throwable,
KeplerLSID execLSID)
update WRM table after an execution gives an error.
|
void |
executionImported(KeplerLSID execLSID)
update WRM table after an execution has been imported.
|
void |
executionStart(KeplerLSID execLSID)
update WRM table to see a run as it's running.
|
void |
executionStop(KeplerLSID execLSID)
update WRM table after an execution finishes.
|
void |
renamedWorkflow(NamedObj namedObj,
KeplerLSID oldLSID,
KeplerLSID newLSID,
java.lang.String oldName,
java.lang.String newName)
A workflow was renamed.
|
void |
tagAdded(TagEvent event)
update WRM table after a run tag has been added.
|
void |
tagRemoved(TagEvent event)
update WRM table after a run tag has been removed.
|
_debug, _debug, _debugWrite, _debugWrite, _error, _getExceptionMessage, _getNameableFullName, _needWorkflowContents, _updateContainerName, _warn, actorFire, actorFire, addFileForLastExecution, attributeChanged, changeExecutionLSID, customProvEvent, disconnect, evolutionStart, evolutionStop, executionError, executionImported, executionStart, executionStart, executionStart, executionStop, executionStop, executionStop, generateParameters, getContainer, getQueryable, portEvent, portEvent, refillPortEvent, regActor, regContents, regDirector, regLink, regParameter, regPort, regRelation, remove, removeLink, removeStateSerializer, rename, setContainer, setContainerLSID, setContainerName, setDebugWriter, setStateSerializer, specificationStart, specificationStop
public WorkflowRunManagerRecording(WorkflowRunManager manager) throws RecordingException
RecordingException
public void renamedWorkflow(NamedObj namedObj, KeplerLSID oldLSID, KeplerLSID newLSID, java.lang.String oldName, java.lang.String newName)
renamedWorkflow
in class Recording
namedObj
- the workflowoldLSID
- the previous LSIDnewLSID
- the new lsidoldName
- the previous namenewName
- the new nameWorkflowRenameListener
public void executionStart(KeplerLSID execLSID)
executionStart
in class Recording
public void executionError(Nameable source, java.lang.Throwable throwable, KeplerLSID execLSID) throws RecordingException
executionError
in class Recording
RecordingException
public void executionStop(KeplerLSID execLSID)
executionStop
in class Recording
public void executionImported(KeplerLSID execLSID)
executionImported
in class Recording
public void tagAdded(TagEvent event) throws RecordingException
tagAdded
in class Recording
RecordingException
public void tagRemoved(TagEvent event) throws RecordingException
tagRemoved
in class Recording
RecordingException