|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
•
•
TIBCO ActiveMatrix BusinessWorks provides detailed online help for each XPath function. To provide online help for Java Custom Functions, create a two-dimensional array named HELP_STRINGS in your class. The element containing a string matching the function name is used as the help for that function. See Example Java Function for an example of creating the HELP_STRINGS array.
See TIBCO ActiveMatrix BusinessWorks Process Design for more information about building XPath expressions and using the XPath editor.
For example, if you have class1.method1 and class2.method1, you will need to specify class1 in the Suggested Prefix field when you load class1 into a Java Custom Resource. You would specify class2 in the Suggested Prefix field when loading class2. When using method1 in XPath expressions, you must qualify which method1 you are using by specifying class1:method1 or class2:method1 in the XPath expression. Note: This field is used to locate the file initially, but the file is actually loaded and stored in the repository. Once the file is loaded, it can be removed from its original location in the file system. If you want to change the file stored in the repository, you can use this field to reload a changed file or load a new file for this resource.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |