ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilWorkflowStep Class Reference

Workflow step. More...

+ Inheritance diagram for ilWorkflowStep:
+ Collaboration diagram for ilWorkflowStep:

Public Member Functions

 setTitle ($a_val)
 Set title.
 getTitle ()
 Get title.
 hasRun ()
 Has run.
 isFulfilled ()
 Is fulfilled.

Detailed Description

Workflow step.

One step in a series of steps of a workflow.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 11 of file class.ilWorkflowStep.php.

Member Function Documentation

ilWorkflowStep::getTitle ( )

Get title.

Returns
string title

Definition at line 28 of file class.ilWorkflowStep.php.

References $title.

{
return $this->title;
}
ilWorkflowStep::hasRun ( )
abstract

Has run.

Determine whether the step has already run

Reimplemented in ilBasicDataWS, ilDatabaseSelectionWS, ilDatabaseSelectionWS, ilFinishSetupWS, ilDatabaseSelectionWS, and ilDatabaseSelectionWS.

ilWorkflowStep::isFulfilled ( )
abstract

Is fulfilled.

Check whether all conditions are met/data is available needed be the step. Please note that this can already be the case before the step has run. In this case it is presented (by the standard workflow behaviour) to the user, to confirm.

Reimplemented in ilBasicDataWS, ilDatabaseSelectionWS, ilDatabaseSelectionWS, ilFinishSetupWS, ilDatabaseSelectionWS, and ilDatabaseSelectionWS.

ilWorkflowStep::setTitle (   $a_val)

Set title.

Parameters
stringtitle

Definition at line 18 of file class.ilWorkflowStep.php.

Referenced by ilBasicDataWS\__construct(), ilFinishSetupWS\__construct(), and ilDatabaseSelectionWS\__construct().

{
$this->title = $a_val;
}

+ Here is the caller graph for this function:


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