ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilWorkflowEngineElement Interface Reference

ilWorkflowEngineElement Interface is part of the petri net based workflow engine. More...

+ Inheritance diagram for ilWorkflowEngineElement:
+ Collaboration diagram for ilWorkflowEngineElement:

Public Member Functions

 getContext ()
 This method returns the context of the element. More...
 
 setName ($name)
 
 getName ()
 

Detailed Description

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.

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

/

Definition at line 18 of file ilWorkflowEngineElement.php.

Member Function Documentation

◆ getContext()

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.

Returns
ilWorkflowEngineElement Reference to a workflow engine element.

Implemented in ilLoggingActivity, ilStaticMethodCallActivity, ilSettingActivity, ilBaseNode, ilEventRaisingActivity, ilSendMailActivity, ilActivationEmitter, ilDataEmitter, ilSimpleEmitter, ilScriptActivity, ilSimpleDetector, ilDataDetector, and ilStopWorkflowActivity.

◆ getName()

◆ setName()


The documentation for this interface was generated from the following file: