PROCESS
Process is to execute custom Java class configuration from within the Math. Custom calculations and Math can be performed with the use of extension and Process math variables and return the result to OIPA. You may also pass math variables as parameters to other Java classes.
TYPE=PROCESS |
||
---|---|---|
Element | Attribute | Attribute Value |
<MathVariable> |
TYPE |
PROCESS |
|
OBJECT |
The name of the of the class name of the extension. For example: SampleExtension. |
|
NameSpace |
The package the class resides in. For example: com.oracle.oipa.ext |
<Parameters> |
||
<Parameter> |
NAME |
A required name value. |
VALUE | Variable name defined in a prior math statement, literal value or expression that results in an appropriate data type. Drop down box selection. |
XML Example
<MathVariable VARIABLENAME="ExampleMV" TYPE="PROCESS" DATATYPE="DATATYPE" NAMESPACE="com.example.package" OBJECT="ClassName" ISARRAY="Yes|No">
<Parameters>
<Parameter NAME="InputVar" TYPE="INPUT">LiteralVariableName</Parameter>
<Parameter NAME="OutputVar" TYPE="OUTPUT">VariableName</Parameter>
</Parameters>
</MathVariable>