BPXE.Engine.Model (bpxe v0.4.0)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.handle_continue/2
.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Link to this function
add_category(pid, attrs, body \\ nil)
Link to this function
add_collaboration(pid, attrs, body \\ nil)
Link to this function
add_correlation_property(pid, attrs, body \\ nil)
Link to this function
add_data_store(pid, attrs, body \\ nil)
Link to this function
add_end_point(pid, attrs, body \\ nil)
Link to this function
add_error(pid, attrs, body \\ nil)
Link to this function
add_escalation(pid, attrs, body \\ nil)
Link to this function
add_event_definition(pid, attrs, body \\ nil)
Link to this function
add_global_business_rule_task(pid, attrs, body \\ nil)
Link to this function
add_global_manual_task(pid, attrs, body \\ nil)
Link to this function
add_global_script_task(pid, attrs, body \\ nil)
Link to this function
add_global_task(pid, attrs, body \\ nil)
Link to this function
add_global_user_task(pid, attrs, body \\ nil)
Link to this function
add_interface(pid, attrs, body \\ nil)
Link to this function
add_item_definition(pid, attrs, body \\ nil)
Link to this function
add_message(pid, attrs, body \\ nil)
Link to this function
add_partner_entity(pid, attrs, body \\ nil)
Link to this function
add_partner_role(pid, attrs, body \\ nil)
Link to this function
add_process(pid, attrs, body \\ nil)
Link to this function
add_resource(pid, attrs, body \\ nil)
Link to this function
add_signal(pid, attrs, body \\ nil)
Link to this function
call_service(pid, name, request, timeout \\ nil)
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
commit_state(model, generation, id)
Link to this function
config(pid)
Link to this function
find_service(pid, name)
Link to this function
handle_continue(atom, state)
Callback implementation for GenServer.handle_continue/2
.
Link to this function
init(config)
Callback implementation for GenServer.init/1
.
Link to this function
model(pid)
Link to this function
processes(pid)
Link to this function
provision_process(pid, process_id)
Link to this function
provision_processes(pid)
Link to this function
register_service(pid, name, service)
Link to this function
restore_state(model)
Link to this function
save_state(model, generation, id, pid, state)
Link to this function
start(pid)
Link to this function
start(pid, process_id)
Link to this function
start_link(config \\ [])
Link to this function