Description
Creates a notification of its incoming product(s).
Configuration Variables
notificationIdA string used as the id of the outgoing product. The default notification is an empty string in which case the product id of the incoming product is used instead.A list of product properties (e.g. id, description) from which to include in the product summary that is first added to the outgoing product content. By default, the id property is included in the list and is handled differently than the other properties. The Id attribute is appended to the product id (notificationId), and the other attributes are listed as name=value pairs in the product content.A flag (default=false) to show the incoming product in outline form as plain text and append this outline onto the juggler's product content.A flag (default=false) to show the content type (if BasicProduct) or element size of product (if VectorProduct).The size limit (in characters) for the product content (summary/listing) which is defined by the previous variables. A value of 0 will supress any product summary, a value of -1 will retain the entire summary, and any other value will truncate beyond that number of characters in the summary.
Product
The notifyOfProduct juggler produces a product containing only a notification with its content a listing and/or summary of its aggregate input product. The product will be a BasicProduct if any product is available (regardless of the number of elements), but will be null if no product is available.
How it works
The juggler copies the property list of its input product to the output product content. Next, a summary of the input is built that may consist of a list of input products. The output product content is truncated if it exceeds the limit defined in themaxProductContentSize
variable.
Revised 12 January 1999