apm::convert_type (public)

 apm::convert_type -package_id package_id \
    -old_package_key old_package_key -new_package_key new_package_key

Defined in packages/acs-tcl/tcl/apm-procs.tcl

Convert a package instance to a new type, doing the proper instantiate and mount callbacks and parameter creation.

Switches:
-package_id
(required)
The package instance to convert.
-old_package_key
(required)
The package key we're converting from.
-new_package_key
(required)
The new subsite type we're converting to.

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-subsite/www/admin/subsite-convert-type.tcl packages/acs-subsite/ www/admin/subsite-convert-type.tcl apm::convert_type apm::convert_type packages/acs-subsite/www/admin/subsite-convert-type.tcl->apm::convert_type apm_invoke_callback_proc apm_invoke_callback_proc (public) apm::convert_type->apm_invoke_callback_proc apm_package_inherit_order apm_package_inherit_order (public) apm::convert_type->apm_package_inherit_order apm_parameter_sync apm_parameter_sync (public) apm::convert_type->apm_parameter_sync db_1row db_1row (public) apm::convert_type->db_1row db_dml db_dml (public) apm::convert_type->db_dml

Testcases:
No testcase defined.
[ show source ]
Show another procedure: