workflow::install::unregister_implementations (private)

 workflow::install::unregister_implementations

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

Unregister service contract implementations

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::install::package_uninstall workflow::install::package_uninstall (private) workflow::install::unregister_implementations workflow::install::unregister_implementations workflow::install::package_uninstall->workflow::install::unregister_implementations acs_sc::impl::delete acs_sc::impl::delete (public) workflow::install::unregister_implementations->acs_sc::impl::delete db_transaction db_transaction (public) workflow::install::unregister_implementations->db_transaction workflow::service_contract::role_assignee_pick_list workflow::service_contract::role_assignee_pick_list (public) workflow::install::unregister_implementations->workflow::service_contract::role_assignee_pick_list workflow::service_contract::role_assignee_subquery workflow::service_contract::role_assignee_subquery (public) workflow::install::unregister_implementations->workflow::service_contract::role_assignee_subquery workflow::service_contract::role_default_assignees workflow::service_contract::role_default_assignees (public) workflow::install::unregister_implementations->workflow::service_contract::role_default_assignees

Testcases:
No testcase defined.
Source code:

    db_transaction {

        acs_sc::impl::delete  -contract_name [workflow::service_contract::role_default_assignees]   -impl_name "Role_DefaultAssignees_CreationUser"

        acs_sc::impl::delete  -contract_name [workflow::service_contract::role_default_assignees]  -impl_name "Role_DefaultAssignees_StaticAssignees"

        acs_sc::impl::delete  -contract_name [workflow::service_contract::role_assignee_pick_list]  -impl_name "Role_PickList_CurrentAssignees"

        acs_sc::impl::delete  -contract_name [workflow::service_contract::role_assignee_subquery]  -impl_name "Role_AssigneeSubquery_RegisteredUsers"

        acs_sc::impl::delete  -contract_name "NotificationType"  -impl_name "WorkflowNotificationType"
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/workflow/tcl/install-procs.xql

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