Defining External API - Java Programs

Define this object by specifying the types of parameters to be sent and received (boolean, string, object or number), as well as the properties of the Java program to be called (classpath, class, and method).

If you haven't already created this object, see Creating External API - Java Programs.

The following steps take place in the External API-Java Program editor, which has these sections: Parameters and Java Program Properties.

  1. Under the Parameters section, click Add to create a new property to be passed as the input in your Ruleset . You must provide a name, input and type (boolean, string, object or number). Repeat as necessary for each parameter. Clarify currently supports the use of up to 99 parameters.
  2. Under the Java Program Properties section, add the Classpath, Class, and Method using the available buttons. This provides the necessary instruction to successfully call the define Java program.
    Note: Please note that Java programs must already exist prior to integration with Clarify
  3. Click Save to complete this task.