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

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)

Testcases:
No testcase defined.

workflow::install::create_action_side_effect_service_contract (private)

 workflow::install::create_action_side_effect_service_contract

Testcases:
No testcase defined.

workflow::install::create_activity_log_format_title_service_contract (private)

 workflow::install::create_activity_log_format_title_service_contract

Testcases:
No testcase defined.

workflow::install::create_assignee_pick_list_service_contract (private)

 workflow::install::create_assignee_pick_list_service_contract

Testcases:
No testcase defined.

workflow::install::create_assignee_subquery_service_contract (private)

 workflow::install::create_assignee_subquery_service_contract

Testcases:
No testcase defined.

workflow::install::create_default_assignees_service_contract (private)

 workflow::install::create_default_assignees_service_contract

Testcases:
No testcase defined.

workflow::install::create_get_notification_info_service_contract (private)

 workflow::install::create_get_notification_info_service_contract

Testcases:
No testcase defined.

workflow::install::create_service_contracts (private)

 workflow::install::create_service_contracts

Create the service contracts needed by workflow

Testcases:
No testcase defined.

workflow::install::delete_service_contracts (private)

 workflow::install::delete_service_contracts

Testcases:
No testcase defined.

workflow::install::package_install (private)

 workflow::install::package_install

Workflow package install proc

Testcases:
No testcase defined.

workflow::install::package_uninstall (private)

 workflow::install::package_uninstall

Workflow package uninstall proc

Testcases:
No testcase defined.

workflow::install::register_default_assignees_creation_user_impl (private)

 workflow::install::register_default_assignees_creation_user_impl

Testcases:
No testcase defined.

workflow::install::register_default_assignees_static_assignee_impl (private)

 workflow::install::register_default_assignees_static_assignee_impl

Testcases:
No testcase defined.

workflow::install::register_implementations (private)

 workflow::install::register_implementations

Register service contract implementations

Testcases:
No testcase defined.

workflow::install::register_notification_impl (private)

 workflow::install::register_notification_impl

Testcases:
No testcase defined.

workflow::install::register_notification_types (public)

 workflow::install::register_notification_types

Register workflow notification types

Testcases:
No testcase defined.

workflow::install::register_pick_list_current_assignee_impl (private)

 workflow::install::register_pick_list_current_assignee_impl

Testcases:
No testcase defined.

workflow::install::register_search_query_registered_users_impl (private)

 workflow::install::register_search_query_registered_users_impl

Testcases:
No testcase defined.

workflow::install::unregister_implementations (private)

 workflow::install::unregister_implementations

Unregister service contract implementations

Testcases:
No testcase defined.

workflow::install::unregister_notification_types (public)

 workflow::install::unregister_notification_types

Unregister workflow notification types

Testcases:
No testcase defined.
[ show source ]