ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilWorkflowScaffold. More...
Public Member Functions | |
registerRequire ($require) | |
getRequires () | |
registerStartEventRef ($start_event_ref) | |
registerStartSignalRef ($start_event_ref) | |
registerStartTimerRef ($start_event_ref) | |
getStartEventInfo () | |
setWorkflowName ($workflow_name) | |
addAuxilliaryMethod ($auxilliary_method) | |
__construct ($bpmn2_array) | |
getConstructorMethodContent () | |
setConstructorMethodContent ($constructor_method_content) | |
getPHP () | |
getTimeDateEventDefinition ($start_event_ref) | |
Data Fields | |
$requires = array() | |
$constructor_method_content | |
$bpmn2_array | |
$auxilliary_methods | |
$workflow_name | |
$start_event_refs | |
ilWorkflowScaffold::__construct | ( | $bpmn2_array | ) |
Definition at line 170 of file class.ilWorkflowScaffold.php.
References $bpmn2_array, array, and registerRequire().
ilWorkflowScaffold::addAuxilliaryMethod | ( | $auxilliary_method | ) |
string | $auxilliary_method |
Definition at line 165 of file class.ilWorkflowScaffold.php.
ilWorkflowScaffold::getConstructorMethodContent | ( | ) |
Definition at line 180 of file class.ilWorkflowScaffold.php.
References $constructor_method_content.
ilWorkflowScaffold::getPHP | ( | ) |
Definition at line 196 of file class.ilWorkflowScaffold.php.
References getRequires(), and getStartEventInfo().
ilWorkflowScaffold::getRequires | ( | ) |
Definition at line 45 of file class.ilWorkflowScaffold.php.
References $requires.
Referenced by getPHP().
ilWorkflowScaffold::getStartEventInfo | ( | ) |
Definition at line 89 of file class.ilWorkflowScaffold.php.
References $code, array, ilBPMN2ParserUtils\extractILIASEventDefinitionFromProcess(), and getTimeDateEventDefinition().
Referenced by getPHP().
ilWorkflowScaffold::getTimeDateEventDefinition | ( | $start_event_ref | ) |
string | $start_event_ref |
Definition at line 228 of file class.ilWorkflowScaffold.php.
References $start, array, and date.
Referenced by getStartEventInfo().
ilWorkflowScaffold::registerRequire | ( | $require | ) |
string | $require |
Definition at line 34 of file class.ilWorkflowScaffold.php.
Referenced by __construct(), ilCallActivityElement\getPHP(), ilComplexGatewayElement\getPHP(), ilServiceTaskElement\getPHP(), ilSendTaskElement\getPHP(), ilScriptTaskElement\getPHP(), ilReceiveTaskElement\getPHP(), ilManualTaskElement\getPHP(), ilParallelGatewayElement\getPHP(), ilInclusiveGatewayElement\getPHP(), ilExclusiveGatewayElement\getPHP(), ilEventBasedGatewayElement\getPHP(), ilIntermediateCatchEventElement\getPHP(), ilSequenceFlowElement\getPHP(), ilStartEventElement\getPHP(), ilEndEventElement\getPHP(), ilIntermediateThrowEventElement\getPHP(), ilAssociationElement\getPHP(), and ilTaskElement\getPHP().
ilWorkflowScaffold::registerStartEventRef | ( | $start_event_ref | ) |
string | $start_event_ref |
Definition at line 65 of file class.ilWorkflowScaffold.php.
References array.
Referenced by ilStartEventElement\getPHP().
ilWorkflowScaffold::registerStartSignalRef | ( | $start_event_ref | ) |
string | $start_event_ref |
Definition at line 73 of file class.ilWorkflowScaffold.php.
References array.
Referenced by ilStartEventElement\getPHP().
ilWorkflowScaffold::registerStartTimerRef | ( | $start_event_ref | ) |
string | $start_event_ref |
Definition at line 81 of file class.ilWorkflowScaffold.php.
References array.
Referenced by ilStartEventElement\getPHP().
ilWorkflowScaffold::setConstructorMethodContent | ( | $constructor_method_content | ) |
mixed | $constructor_method_content |
Definition at line 188 of file class.ilWorkflowScaffold.php.
References $constructor_method_content.
ilWorkflowScaffold::setWorkflowName | ( | $workflow_name | ) |
mixed | $workflow_name |
Definition at line 157 of file class.ilWorkflowScaffold.php.
References $workflow_name.
ilWorkflowScaffold::$auxilliary_methods |
Definition at line 26 of file class.ilWorkflowScaffold.php.
ilWorkflowScaffold::$bpmn2_array |
Definition at line 23 of file class.ilWorkflowScaffold.php.
Referenced by __construct().
ilWorkflowScaffold::$constructor_method_content |
Definition at line 20 of file class.ilWorkflowScaffold.php.
Referenced by getConstructorMethodContent(), and setConstructorMethodContent().
ilWorkflowScaffold::$requires = array() |
Definition at line 17 of file class.ilWorkflowScaffold.php.
Referenced by getRequires().
ilWorkflowScaffold::$start_event_refs |
Definition at line 60 of file class.ilWorkflowScaffold.php.
ilWorkflowScaffold::$workflow_name |
Definition at line 29 of file class.ilWorkflowScaffold.php.
Referenced by setWorkflowName().