View Source Arke.Boundary.ArkeManager (Arke v0.3.3)

This module manage the gen servers for the element specified in Arke.Core.Arke

Link to this section Summary

Link to this section Functions

Link to this function

add_link(unit, parameter_id, child_id, metadata)

View Source
Link to this function

add_link(unit_id, project, parameter_id, child_id, metadata)

View Source
Link to this function

before_create(unit, project)

View Source
Link to this function

call_func(unit, func, opts)

View Source
Link to this function

call_func(unit_id, project, func, opts)

View Source

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

create(unit, project, opts)

View Source
Link to this function

get_all(project \\ :arke_system)

View Source
Link to this function

get_link(unit, parameter_id)

View Source
Link to this function

get_link(unit_id, project, parameter_id)

View Source
Link to this function

get_parameter(unit, parameter_id)

View Source
Link to this function

get_parameter(unit, project, parameter_id)

View Source
Link to this function

remove(unit_id, project)

View Source
Link to this function

remove_link(unit, parameter_id, child_id)

View Source
Link to this function

remove_link(unit_id, project, parameter_id, child_id)

View Source
Link to this function

update(unit_id, project, new_unit)

View Source
Link to this function

update_parameter(unit_id, parameter_id, project, metadata)

View Source