include/workflow/glue.php
\WorkFlowGlue
Package:
Properties

$operator_array= 'array(
'Equals' => '==',
'Is empty' => '==',
'Less Than' => '<',
'More Than' => '>',
'Does not Equal' => '!=',
'Is not empty' => '!=',
)'
Default value
array(
'Equals' => '==',
'Is empty' => '==',
'Less Than' => '<',
'More Than' => '>',
'Does not Equal' => '!=',
'Is not empty' => '!=',
)Details- Type
- n/a

$translateOperators= 'array(
'Is empty' => 'LBL_IS_EMPTY',
'Is not empty' => 'LBL_IS_NOT_EMPTY',
)'
Default value
array(
'Is empty' => 'LBL_IS_EMPTY',
'Is not empty' => 'LBL_IS_NOT_EMPTY',
)Details- Type
- n/a
Methods

build_action_component_list(
$actionshell_id
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $actionshell_id |

build_trigger_actions(
$actionshell_id, $array_position_name, $action_array
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $actionshell_id | ||
| $array_position_name | ||
| $action_array |

build_trigger_alerts(
$alertshell_id, $array_position_name
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $alertshell_id | ||
| $array_position_name |

build_trigger_array_component(
$name, $sub_array
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $name | ||
| $sub_array |

build_trigger_triggers(
$array_position_name, $triggershell_id
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $array_position_name | ||
| $triggershell_id |

compile_action_advanced(
$actionshell_id, $action_component_array
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $actionshell_id | ||
| $action_component_array |

compile_action_basic(
$actionshell_id, $action_component_array
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $actionshell_id | ||
| $action_component_array |

compile_rel_filter(
$target_id, $array_name, $parent_type, $target_component_array
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $target_id | ||
| $array_name | ||
| $parent_type | ||
| $target_component_array |

glue_bool(
$parent_type, $type_object
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $parent_type | ||
| $type_object |

glue_date(
$parent_type, $type_object, $include_same_compare
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $parent_type | ||
| $type_object | ||
| $include_same_compare |

glue_enum_multi(
$parent_type, $type_object
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $parent_type | ||
| $type_object |

glue_normal_expression(
$type_object, $inverse
=
false, $include_same_compare
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $type_object | ||
| $inverse | ||
| $include_same_compare |

glue_normal_type(
$shell_object, $past_object, $future_object
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $shell_object | ||
| $past_object | ||
| $future_object |

glue_time_type(
$shell_object, $future_object
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $shell_object | ||
| $future_object |