1.6.40 Custom dialog
In the Custom dialog, set up the Java program (transformation function) to be invoked from the custom function.
This dialog is displayed when you perform one of the following operations:
-
Right click the custom function and select [Setting]
-
Double click the custom function
The following figure shows the [Custom] dialog:
|
|
- Organization of this subsection
(1) Displayed items
- [Function name]
-
Displays the function name. If you want to change to any name, specify within 64 characters. You can use NCName definition characters of XML schema.
- [jar file]
-
Displays the jar file that contains the method selected in the [Select Transformation Function] dialog.
- [Select transformation function] button
-
Displays the [Select Transformation function] dialog. For details about the [Select Transformation Function] dialog, see "1.6.43 Select Transformation Function dialog".
- [Class]
-
Displays the class containing the method selected in the [Select Transformation Function] dialog.
- [Method]
-
Displays the method that is selected in the Select Transformation Function dialog. Displayed in the format for the method name (argument-1, argument-2, ...) format.
- [Return type]
-
Displays the type of return value for the method of transformation function selected in the [Select Transformation Function] dialog.
- [Argument type]
-
Displays the type of argument for the method of transformation function selected in the [Select Transformation Function] dialog. Does not display if there is no argument.
- [Method description]
-
Displays the comment of the method that is selected in the [Select Transformation Function] dialog.
- [Arguments]
-
- [Argument name]
-
Displays the argument name of the method that is selected in the [Select Transformation Function] dialog.
- [Input value]
-
Select the value to be entered in the argument of method.
- [Select node] button
-
Displays the [Select Node] dialog. For details about the [Select Node] dialog, see "1.6.8 Select Node Dialog (Data Transformation)".
- [Set Node Condition] button
-
Displays the [Set Node Condition] dialog. For details about the [Set Node Condition] dialog, see "1.6.11 Set Node Condition Dialog".
- [Select function] button
-
Displays the [Select function] dialog. For details about the [Select function] dialog, see "1.6.9 Select function dialog".
- [increase input value] button
-
Increases the position of the value selected in [Input value] by 1.
- [Decrease input value] button
-
Decreases the position of the value selected in [Input value] by 1.
- [Remove input value] button
-
Displays the [Remove Input Value] dialog. For details about the [Remove Input Value] dialog, see "1.6.44 Remove Input Value dialog".
- [Explanation of argument]
-
Displays the comment of the argument selected in the [Select Transformation Function] dialog.
- [OK] button
-
Commits the specified contents and closes the dialog.
- [Cancel] button
-
Cancels the specified contents and closes the dialog.
(2) Operations that can be performed in this dialog
You can perform the following operations with the [Custom] dialog:
-
Selecting the method of the transformation function to be invoked from the custom function
-
Selecting the value entered in the argument of the method of the transformation function to be invoked from the custom function
For details about how to set the custom function, see "6.5 Processing value or node in which function is used" in "Service Platform Basic Development Guide".