ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
setTitle ($a_val) | |
Set title. | |
getTitle () | |
Get title. | |
hasRun () | |
Has run. | |
isFulfilled () | |
Is fulfilled. |
Workflow step.
One step in a series of steps of a workflow.
Definition at line 11 of file class.ilWorkflowStep.php.
ilWorkflowStep::getTitle | ( | ) |
Get title.
Definition at line 28 of file class.ilWorkflowStep.php.
|
abstract |
Has run.
Determine whether the step has already run
Reimplemented in ilBasicDataWS, ilDatabaseSelectionWS, ilDatabaseSelectionWS, ilFinishSetupWS, ilDatabaseSelectionWS, and ilDatabaseSelectionWS.
|
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.
string | title |
Definition at line 18 of file class.ilWorkflowStep.php.
Referenced by ilBasicDataWS\__construct(), ilFinishSetupWS\__construct(), and ilDatabaseSelectionWS\__construct().