|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Bindet dbxapp-Module als ausführbare Bausteine in einen Workflow ein. Mehr ...
Öffentliche Methoden | |
| parse_bind_ref ($bind_ref) | |
| load_bind_record ($bind_ref) | |
| apply_bind_ref (array $definition) | |
| record_id_from_values (array $definition, array $values) | |
| load_record (array $definition, $rid=0) | |
| options_from_source (array $source, array $values=array(), $include_id=0) | |
| enrich_definition (array $definition, array $values=array()) | |
| prefill_start (array $definition, $rid=0) | |
| automate_need (array $definition, array $need, array $values) | |
| render_step_context (array $definition, array $need, array $values) | |
| render_form_value (array $definition, array $need, array $values) | |
| format_value_label (array $definition, array $need, $value) | |
| render_final_status (array $definition, array $values, string $instance_status, int $completed, int $total, array $missing_labels) | |
| apply_finish (array $definition, array $values) | |
Bindet dbxapp-Module als ausführbare Bausteine in einen Workflow ein.
| dbx\dbxWorkflow\dbxWorkflowModule::apply_bind_ref | ( | array | $definition | ) |
Benutzt $row, load_bind_record() und dbx\dbxWorkflow\dbxWorkflowValue\read_json().
Wird benutzt von apply_finish(), enrich_definition(), format_value_label(), prefill_start(), render_final_status(), render_form_value() und render_step_context().
| dbx\dbxWorkflow\dbxWorkflowModule::apply_finish | ( | array | $definition, |
| array | $values ) |
Benutzt $html, $options, $profile, apply_bind_ref(), load_record() und record_id_from_values().
| dbx\dbxWorkflow\dbxWorkflowModule::automate_need | ( | array | $definition, |
| array | $need, | ||
| array | $values ) |
Benutzt if.
| dbx\dbxWorkflow\dbxWorkflowModule::enrich_definition | ( | array | $definition, |
| array | $values = array() ) |
Benutzt apply_bind_ref(), options_from_source() und record_id_from_values().
| dbx\dbxWorkflow\dbxWorkflowModule::format_value_label | ( | array | $definition, |
| array | $need, | ||
| $value ) |
Benutzt apply_bind_ref() und load_record().
| dbx\dbxWorkflow\dbxWorkflowModule::load_bind_record | ( | $bind_ref | ) |
Benutzt $rows und parse_bind_ref().
Wird benutzt von apply_bind_ref().
| dbx\dbxWorkflow\dbxWorkflowModule::load_record | ( | array | $definition, |
| $rid = 0 ) |
Benutzt $row.
Wird benutzt von apply_finish(), format_value_label(), prefill_start(), render_form_value() und render_step_context().
| dbx\dbxWorkflow\dbxWorkflowModule::options_from_source | ( | array | $source, |
| array | $values = array(), | ||
| $include_id = 0 ) |
| dbx\dbxWorkflow\dbxWorkflowModule::parse_bind_ref | ( | $bind_ref | ) |
Wird benutzt von load_bind_record().
| dbx\dbxWorkflow\dbxWorkflowModule::prefill_start | ( | array | $definition, |
| $rid = 0 ) |
Benutzt apply_bind_ref() und load_record().
| dbx\dbxWorkflow\dbxWorkflowModule::record_id_from_values | ( | array | $definition, |
| array | $values ) |
Wird benutzt von apply_finish(), enrich_definition(), render_form_value() und render_step_context().
| dbx\dbxWorkflow\dbxWorkflowModule::render_final_status | ( | array | $definition, |
| array | $values, | ||
| string | $instance_status, | ||
| int | $completed, | ||
| int | $total, | ||
| array | $missing_labels ) |
Benutzt apply_bind_ref().
| dbx\dbxWorkflow\dbxWorkflowModule::render_form_value | ( | array | $definition, |
| array | $need, | ||
| array | $values ) |
Benutzt $field, apply_bind_ref(), load_record() und record_id_from_values().
| dbx\dbxWorkflow\dbxWorkflowModule::render_step_context | ( | array | $definition, |
| array | $need, | ||
| array | $values ) |
Benutzt $options, apply_bind_ref(), load_record() und record_id_from_values().