workflow::install::register_pick_list_current_assignee_impl (private)

 workflow::install::register_pick_list_current_assignee_impl

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

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::install::register_implementations workflow::install::register_implementations (private) workflow::install::register_pick_list_current_assignee_impl workflow::install::register_pick_list_current_assignee_impl workflow::install::register_implementations->workflow::install::register_pick_list_current_assignee_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) workflow::install::register_pick_list_current_assignee_impl->acs_sc::impl::new_from_spec workflow::service_contract::role_assignee_pick_list workflow::service_contract::role_assignee_pick_list (public) workflow::install::register_pick_list_current_assignee_impl->workflow::service_contract::role_assignee_pick_list

Testcases:
No testcase defined.
Source code:

    set spec {
        name "Role_PickList_CurrentAssignees"
        aliases {
            GetObjectType workflow::impl::acs_object
            GetPrettyName workflow::impl::role_assignee_pick_list::current_assignees::pretty_name
            GetPickList   workflow::impl::role_assignee_pick_list::current_assignees::get_pick_list 
        }  
    }

    lappend spec contract_name [workflow::service_contract::role_assignee_pick_list]
    lappend spec owner workflow

    acs_sc::impl::new_from_spec -spec $spec
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/workflow/tcl/install-procs.xql

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