workflow::action::get_allowed_roles (public)

 workflow::action::get_allowed_roles -action_id action_id

Defined in packages/workflow/tcl/action-procs.tcl

Return the allowed roles of the given action

Switches:
-action_id
(required)
The action_id of the action.
Returns:
List of role_id of the allowed roles

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::case::action::permission_p workflow::case::action::permission_p (public) workflow::action::get_allowed_roles workflow::action::get_allowed_roles workflow::case::action::permission_p->workflow::action::get_allowed_roles workflow::action::get_from_request_cache workflow::action::get_from_request_cache (private) workflow::action::get_allowed_roles->workflow::action::get_from_request_cache

Testcases:
No testcase defined.
Source code:
    return [get_from_request_cache $action_id "allowed_role_ids"]
Generic XQL file:
packages/workflow/tcl/action-procs.xql

PostgreSQL XQL file:
packages/workflow/tcl/action-procs-postgresql.xql

Oracle XQL file:
packages/workflow/tcl/action-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: