workflow::install::unregister_implementations (private)

 workflow::install::unregister_implementations

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

Unregister service contract implementations

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: