![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Do not enter the catalog name (which appears in the list of catalog functions in the Catalog Functions view, and looks like a top-level folder). Type a period at the end of the folder name. A popup window shows all folders and functions within the folder whose name you typed. For example type Database. to see a list of all functions in the Database folder.
2. See Overview of Catalog Functions for descriptions of the various function catalogs, and an explanation of the decorations that appear on many function names.To use a global variable in the rule editor, use one of the System.getGlobalVariableAs* functions. For example:System.getGlobalVariableAsString("Hostname", "Localhost")See Working with Global Variables for more details about global variables.See Chapter 21, Mapping and Transforming Data for a reference to using the Function Argument Mapper.
2.
3. Control-click the text "xslt://" to display a hypertext link. Click the link to open the Function Argument Mapping Wizard.
• Type the name of a mapper function category into the Actions or Conditions areas, then type an open parenthesis ( "(" ) TIBCO BusinessEvents displays "xslt://". Control-click to open the Function Argument Mapping Wizard.
• Type the entire string to specify the function category path and name, followed by ("xslt://"). Then control-click the text "xslt://" to open the Function Argument Mapping Wizard.See Chapter 21, Mapping and Transforming Data for full details on using the wizard. This section provides summary information only.
1. In the Function section, take appropriate action. For example, if you are using Instance.createInstance(), you would click the browse icon () to the right of the Entity Path field and select a concept type so you can create an instance of it.
2. Select a resource and click Apply.
3. Select the Input tab. TIBCO BusinessEvents displays a list of variables associated with the project on the left and a list of properties for the selected resource type on the right.
6.
7. Click OK.
Array index difference In the TIBCO BusinessEvents language, array indexes start from zero (0). However, in XSLT and XPath languages, they start from one (1). It’s important to remember this difference when using the rule language in the rule editor, and when working in the XSLT mapper and the XPath builder.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |