rss_support::add_subscription (public)
rss_support::add_subscription -summary_context_id summary_context_id \ -impl_name impl_name -owner owner [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -object_type object_type ] \ [ -timeout timeout ] [ -lastbuild lastbuild ] \ [ -context_id context_id ] [ -creation_date creation_date ]
Defined in packages/rss-support/tcl/rss-support-procs.tcl
- Switches:
- -summary_context_id (required)
- object_id to subscribe to
- -impl_name (required)
- RssGenSubscr service contract implementation name
- -owner (required)
- -creation_user (optional)
- -creation_ip (optional)
- -object_type (optional, defaults to
"rss_gen_subscr"
)- object type to create
- -timeout (optional, defaults to
"3600"
)- time between rebuilds of the rss feed
- -lastbuild (optional)
- -context_id (optional)
- object this subscription inherits from
- -creation_date (optional)
- date and time subscription was created
- Returns:
- subscr_id
- Error:
- Author:
- Dave Bauer <dave@thedesignexperience.org>
- Created:
- 2005-01-22
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.