bug_tracker::install::unregister_implementations (private)

 bug_tracker::install::unregister_implementations

Defined in packages/bug-tracker/tcl/install-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 bug_tracker::install::package_uninstall bug_tracker::install::package_uninstall (private) bug_tracker::install::unregister_implementations bug_tracker::install::unregister_implementations bug_tracker::install::package_uninstall->bug_tracker::install::unregister_implementations acs_sc::impl::delete acs_sc::impl::delete (public) bug_tracker::install::unregister_implementations->acs_sc::impl::delete db_transaction db_transaction (public) bug_tracker::install::unregister_implementations->db_transaction workflow::service_contract::action_side_effect workflow::service_contract::action_side_effect (public) bug_tracker::install::unregister_implementations->workflow::service_contract::action_side_effect workflow::service_contract::activity_log_format_title workflow::service_contract::activity_log_format_title (public) bug_tracker::install::unregister_implementations->workflow::service_contract::activity_log_format_title workflow::service_contract::notification_info workflow::service_contract::notification_info (public) bug_tracker::install::unregister_implementations->workflow::service_contract::notification_info

Testcases:
No testcase defined.
Source code:
    db_transaction {

        acs_sc::impl::delete  -contract_name [workflow::service_contract::action_side_effect]  -impl_name "CaptureResolutionCode"

        acs_sc::impl::delete  -contract_name [workflow::service_contract::activity_log_format_title]  -impl_name "FormatLogTitle"

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

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

        acs_sc::impl::delete  -contract_name [workflow::service_contract::notification_info]  -impl_name "BugNotificationInfo"
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/bug-tracker/tcl/install-procs.xql

[ hide source ]
Show another procedure: