Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 17 Rule Templates : Rule Template Editor Reference

Rule Template Editor Reference
The rule template, rule, and rule function editors are similar. This section focuses on the form-based editor. You can adapt the information to apply to the different blocks of code in the source editor.
 
A name used to refer to the scope element or variable in the Pre-conditions (when) and Action Context (actionContext) sections of the rule. Aliases must be valid identifiers See Identifier Naming Requirements.
Each line in the Pre-conditions area is a single expression. Expressions can be local variable declarations, method calls and so on, as well as expressions that evaluates to true or false such as are found in regular rules. Each line is joined to the others with an implicit and an operator.
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved