ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 162 of file class.ilWorkflowScaffold.php.
References $bpmn2_array, array, and registerRequire().
ilWorkflowScaffold::addAuxilliaryMethod | ( | $auxilliary_method | ) |
string | $auxilliary_method |
Definition at line 157 of file class.ilWorkflowScaffold.php.
ilWorkflowScaffold::getConstructorMethodContent | ( | ) |
Definition at line 172 of file class.ilWorkflowScaffold.php.
References $constructor_method_content.
ilWorkflowScaffold::getPHP | ( | ) |
Definition at line 188 of file class.ilWorkflowScaffold.php.
References getRequires(), and getStartEventInfo().
ilWorkflowScaffold::getRequires | ( | ) |
Definition at line 44 of file class.ilWorkflowScaffold.php.
References $requires.
Referenced by getPHP().
ilWorkflowScaffold::getStartEventInfo | ( | ) |
Definition at line 87 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 219 of file class.ilWorkflowScaffold.php.
References $end, 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 63 of file class.ilWorkflowScaffold.php.
References array.
Referenced by ilStartEventElement\getPHP().
ilWorkflowScaffold::registerStartSignalRef | ( | $start_event_ref | ) |
string | $start_event_ref |
Definition at line 71 of file class.ilWorkflowScaffold.php.
References array.
Referenced by ilStartEventElement\getPHP().
ilWorkflowScaffold::registerStartTimerRef | ( | $start_event_ref | ) |
string | $start_event_ref |
Definition at line 79 of file class.ilWorkflowScaffold.php.
References array.
Referenced by ilStartEventElement\getPHP().
ilWorkflowScaffold::setConstructorMethodContent | ( | $constructor_method_content | ) |
mixed | $constructor_method_content |
Definition at line 180 of file class.ilWorkflowScaffold.php.
References $constructor_method_content.
ilWorkflowScaffold::setWorkflowName | ( | $workflow_name | ) |
mixed | $workflow_name |
Definition at line 149 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 58 of file class.ilWorkflowScaffold.php.
ilWorkflowScaffold::$workflow_name |
Definition at line 29 of file class.ilWorkflowScaffold.php.
Referenced by setWorkflowName().