• 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

Detailed information

workflow::install::register_notification_types (public)

 workflow::install::register_notification_types

Register workflow notification types

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::install::package_install workflow::install::package_install (private) workflow::install::register_notification_types workflow::install::register_notification_types workflow::install::package_install->workflow::install::register_notification_types acs_sc::impl::get_id acs_sc::impl::get_id (public) workflow::install::register_notification_types->acs_sc::impl::get_id db_dml db_dml (public) workflow::install::register_notification_types->db_dml notification::type::new notification::type::new (public) workflow::install::register_notification_types->notification::type::new

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):
%3 workflow::install::package_uninstall workflow::install::package_uninstall (private) workflow::install::unregister_notification_types workflow::install::unregister_notification_types workflow::install::package_uninstall->workflow::install::unregister_notification_types db_transaction db_transaction (public) workflow::install::unregister_notification_types->db_transaction notification::type::delete notification::type::delete (public) workflow::install::unregister_notification_types->notification::type::delete

Testcases:
No testcase defined.
[ show source ]