Check worflow definition when importing definition. More...
Public Member Functions | |
__construct ($className, $famName) | |
getErrorMessage () | |
getError () | |
verifyWorkflowClass () | |
verifyWorkflowComplete () | |
checkActivities () | |
checkTransitions () | |
checkTransitionModels () | |
checkAskAttributes () | |
checkIsAWorkflow () | |
checkPrefix () | |
checkClassName () | |
checkFileName () | |
getWorkflowClassFile () | |
Static Public Member Functions | |
static | checkPhpClass ($name) |
Data Fields | |
const | maxSqlColumn = 1600 |
const | numberAttributeTransition = 4 |
const | numberAttributeState = 12 |
Check worflow definition when importing definition.
Verify several point for the integrity of a workflow
Definition at line 12 of file CheckWorkflow.php.
__construct | ( | $className, | |
$famName | |||
) |
string | $className | workflow class name |
string | $famName | workflow family name |
Definition at line 65 of file CheckWorkflow.php.
checkActivities | ( | ) |
Definition at line 147 of file CheckWorkflow.php.
checkAskAttributes | ( | ) |
checkClassName | ( | ) |
checkFileName | ( | ) |
checkIsAWorkflow | ( | ) |
|
static |
Definition at line 342 of file CheckWorkflow.php.
checkPrefix | ( | ) |
Definition at line 314 of file CheckWorkflow.php.
checkTransitionModels | ( | ) |
Definition at line 193 of file CheckWorkflow.php.
checkTransitions | ( | ) |
Definition at line 164 of file CheckWorkflow.php.
getError | ( | ) |
Definition at line 112 of file CheckWorkflow.php.
getErrorMessage | ( | ) |
Definition at line 107 of file CheckWorkflow.php.
getWorkflowClassFile | ( | ) |
verifyWorkflowClass | ( | ) |
verify php workflow class name
Definition at line 120 of file CheckWorkflow.php.
verifyWorkflowComplete | ( | ) |
verify validity with attributes
Definition at line 138 of file CheckWorkflow.php.
const maxSqlColumn = 1600 |
max column for a table in postgresql
Definition at line 33 of file CheckWorkflow.php.
const numberAttributeState = 12 |
number of attributes contructed by state
Definition at line 41 of file CheckWorkflow.php.
const numberAttributeTransition = 4 |
number of attributes contructed by transition
Definition at line 37 of file CheckWorkflow.php.