ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
ilWorkflowEngineElement Interface is part of the petri net based workflow engine. More...
Public Member Functions | |
getContext () | |
This method returns the context of the element. More... | |
setName ($name) | |
getName () | |
ilWorkflowEngineElement Interface is part of the petri net based workflow engine.
It describes the mandatory members all elements throughout the workflow engine have in common. This interface is part of all elements, used within the workflows. This excludes the workflow instance itself.
/
Definition at line 18 of file ilWorkflowEngineElement.php.
ilWorkflowEngineElement::getContext | ( | ) |
This method returns the context of the element.
Due to the hierarchical structure of the workflow engine, this is a reference to the parent object. Using this, the caller can traverse through the tree of elements.
Implemented in ilLoggingActivity, ilStaticMethodCallActivity, ilSettingActivity, ilBaseNode, ilEventRaisingActivity, ilSendMailActivity, ilActivationEmitter, ilDataEmitter, ilSimpleEmitter, ilScriptActivity, ilSimpleDetector, ilDataDetector, and ilStopWorkflowActivity.
ilWorkflowEngineElement::getName | ( | ) |
Implemented in ilLoggingActivity, ilStaticMethodCallActivity, ilSettingActivity, ilDataDetector, ilSimpleDetector, ilBaseNode, ilEventRaisingActivity, ilDataEmitter, ilActivationEmitter, ilSendMailActivity, ilSimpleEmitter, ilScriptActivity, and ilStopWorkflowActivity.
ilWorkflowEngineElement::setName | ( | $name | ) |
string | $name |
Implemented in ilLoggingActivity, ilStaticMethodCallActivity, ilSettingActivity, ilDataDetector, ilSimpleDetector, ilBaseNode, ilEventRaisingActivity, ilDataEmitter, ilActivationEmitter, ilSendMailActivity, ilSimpleEmitter, ilScriptActivity, and ilStopWorkflowActivity.