You are here: Transaction Rules > Transaction Elements > Math Element > PROCESS

PROCESS

Description

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

Element 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>

 

Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices