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, specificationStoppublic WorkflowRunManagerRecording(WorkflowRunManager manager) throws RecordingException
RecordingExceptionpublic void renamedWorkflow(NamedObj namedObj, KeplerLSID oldLSID, KeplerLSID newLSID, java.lang.String oldName, java.lang.String newName)
renamedWorkflow in class RecordingnamedObj - the workflowoldLSID - the previous LSIDnewLSID - the new lsidoldName - the previous namenewName - the new nameWorkflowRenameListenerpublic void executionStart(KeplerLSID execLSID)
executionStart in class Recordingpublic void executionError(Nameable source, java.lang.Throwable throwable, KeplerLSID execLSID) throws RecordingException
executionError in class RecordingRecordingExceptionpublic void executionStop(KeplerLSID execLSID)
executionStop in class Recordingpublic void executionImported(KeplerLSID execLSID)
executionImported in class Recordingpublic void tagAdded(TagEvent event) throws RecordingException
tagAdded in class RecordingRecordingExceptionpublic void tagRemoved(TagEvent event) throws RecordingException
tagRemoved in class RecordingRecordingException