- Publicity: Public Only All
application-link-procs.tcl
Procs of application linking
- Location:
- packages/acs-tcl/tcl/application-link-procs.tcl
- Created:
- 2005-05-23
- Author:
- Timo Hentschel <timo@timohentschel.de>
Procedures in this file
- application_link::delete_links (public)
- application_link::get (public)
- application_link::get_linked (public)
- application_link::new (public)
Detailed information
application_link::delete_links (public)
application_link::delete_links -package_id package_id
Delete application links for all packages linking to the given package_id.
- Switches:
- -package_id (required)
- Package ID that you want application links removed from.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
application_link::get (public)
application_link::get -package_id package_id
Retrieves a list of package_ids for all applications linked to the given package_id.
- Switches:
- -package_id (required)
- Returns:
- List of linked package ids.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
application_link::get_linked (public)
application_link::get_linked -from_package_id from_package_id \ -to_package_key to_package_key
Gets the ID for the application linked to from_package_id and matches the to_package_key.
- Switches:
- -from_package_id (required)
- Object ID of linked-from application.
- -to_package_key (required)
- Package key of linked-to application.
- Returns:
- package_id of linked package.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
application_link::new (public)
application_link::new -this_package_id this_package_id \ -target_package_id target_package_id
Create a new link between this_package_id and target_package_id.
- Switches:
- -this_package_id (required)
- ID of the package that you want linked to the target package.
- -target_package_id (required)
- The ID of the target package.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.