Rule Function resources enable you to write rule functions that you can use in rules, as startup and shutdown actions, and as preprocessors.
Name
(Wizard only) The name to appear as the label for the resource. Names follow Java variable naming restrictions. Do not use any reserved words. Names must be unique within a folder. See Identifiers (Names). (Editor and Wizard) (Editor and Wizard) See the list of valid types for the Scope Section area, next. (Editor and Wizard) If set to yes, the rule function is a virtual rule function. Virtual rule functions have arguments but no body. The Body panel is disabled and so is the Return Type field. The body is provided by a decision table. See TIBCO BusinessEvents Decision Manager User’s Guide. Optionally, enter an alias for the rule function. Used as a short way to refer to the rule function. You can use the alias, for example, to make query strings shorter (if you have the TIBCO BusinessEvents Event Stream Processing add-on). Action Indicates that this rule function can be used only in the Action block of a rule.Action and Condition Indicates that this rule function can be used in the Action and Condition blocks of a rule.Action, Condition and Query Indicates that this rule function can be used in the Action and Condition blocks of a rule, and can also be used in the text of a query (The query language features are available only in TIBCO BusinessEvents Enterprise Suite).Note: Only Action rule functions can be used as start up actions and shutdown actions. The type of the argument. Arguments and return type can be any of the following, including arrays of these datatypes:
•
•
• The Object data type is used to pass parameters between standard and user-defined functions and external Java sources.
Copyright © TIBCO Software Inc. All Rights Reserved.