workflow::action::get_privileges (public)

 workflow::action::get_privileges -action_id action_id

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

Return the assigned role of the given action

Switches:
-action_id
(required)
The action_id of the action.
Returns:
List of privileges that give permission to do this action

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

Testcases:
No testcase defined.
Source code:
    return [get_from_request_cache $action_id "privileges"]
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: