- Publicity: Public Only All
install-procs.tcl
Procedures for initializing service contracts etc. for the workflow package. Should only be executed once upon installation.
- Location:
- packages/workflow/tcl/install-procs.tcl
- Created:
- 13 January 2003
- Authors:
- Lars Pind <lars@collaboraid.biz>
- Peter Marklund <peter@collaboraid.biz>
- CVS Identification:
$Id: install-procs.tcl,v 1.9 2008/06/25 22:36:56 donb Exp $
Procedures in this file
- workflow::install::after_upgrade (private)
- workflow::install::create_action_side_effect_service_contract (private)
- workflow::install::create_activity_log_format_title_service_contract (private)
- workflow::install::create_assignee_pick_list_service_contract (private)
- workflow::install::create_assignee_subquery_service_contract (private)
- workflow::install::create_default_assignees_service_contract (private)
- workflow::install::create_get_notification_info_service_contract (private)
- workflow::install::create_service_contracts (private)
- workflow::install::delete_service_contracts (private)
- workflow::install::package_install (private)
- workflow::install::package_uninstall (private)
- workflow::install::register_default_assignees_creation_user_impl (private)
- workflow::install::register_default_assignees_static_assignee_impl (private)
- workflow::install::register_implementations (private)
- workflow::install::register_notification_impl (private)
- workflow::install::register_notification_types (public)
- workflow::install::register_pick_list_current_assignee_impl (private)
- workflow::install::register_search_query_registered_users_impl (private)
- workflow::install::unregister_implementations (private)
- workflow::install::unregister_notification_types (public)
Detailed information
workflow::install::after_upgrade (private)
workflow::install::after_upgrade -from_version_name from_version_name \ -to_version_name to_version_name
Workflow package after upgrade callback proc
- Switches:
- -from_version_name (required)
- -to_version_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::create_action_side_effect_service_contract (private)
workflow::install::create_action_side_effect_service_contract
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::create_activity_log_format_title_service_contract (private)
workflow::install::create_activity_log_format_title_service_contract
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::create_assignee_pick_list_service_contract (private)
workflow::install::create_assignee_pick_list_service_contract
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::create_assignee_subquery_service_contract (private)
workflow::install::create_assignee_subquery_service_contract
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::create_default_assignees_service_contract (private)
workflow::install::create_default_assignees_service_contract
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::create_get_notification_info_service_contract (private)
workflow::install::create_get_notification_info_service_contract
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::create_service_contracts (private)
workflow::install::create_service_contracts
Create the service contracts needed by workflow
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::delete_service_contracts (private)
workflow::install::delete_service_contracts
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::package_install (private)
workflow::install::package_install
Workflow package install proc
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::package_uninstall (private)
workflow::install::package_uninstall
Workflow package uninstall proc
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::register_default_assignees_creation_user_impl (private)
workflow::install::register_default_assignees_creation_user_impl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::register_default_assignees_static_assignee_impl (private)
workflow::install::register_default_assignees_static_assignee_impl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::register_implementations (private)
workflow::install::register_implementations
Register service contract implementations
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::register_notification_impl (private)
workflow::install::register_notification_impl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::register_notification_types (public)
workflow::install::register_notification_types
Register workflow notification types
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::register_pick_list_current_assignee_impl (private)
workflow::install::register_pick_list_current_assignee_impl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::register_search_query_registered_users_impl (private)
workflow::install::register_search_query_registered_users_impl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::unregister_implementations (private)
workflow::install::unregister_implementations
Unregister service contract implementations
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
workflow::install::unregister_notification_types (public)
workflow::install::unregister_notification_types
Unregister workflow notification types
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.