workflow::role::get_workflow_id_not_cached (private)

 workflow::role::get_workflow_id_not_cached -role_id role_id

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

This is a proc that should only be used internally by the workflow API, applications should use workflow::role::get_workflow_id instead.

Switches:
-role_id
(required)
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::role::get_all_info_not_cached workflow::role::get_all_info_not_cached (private) workflow::role::get_workflow_id_not_cached workflow::role::get_workflow_id_not_cached workflow::role::get_all_info_not_cached->workflow::role::get_workflow_id_not_cached workflow::role::get_workflow_id workflow::role::get_workflow_id (public) workflow::role::get_workflow_id->workflow::role::get_workflow_id_not_cached db_string db_string (public) workflow::role::get_workflow_id_not_cached->db_string

Testcases:
No testcase defined.
Source code:
    return [db_string select_workflow_id {}]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="workflow::role::get_workflow_id_not_cached.select_workflow_id">
    <querytext>
        select workflow_id
        from workflow_roles
        where role_id = :role_id
    </querytext>
</fullquery>
packages/workflow/tcl/role-procs.xql

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