Predefined Methods
This section describes the pre-defined methods available per object. These pre-defined methods can be divided into two categories: methods that are available on all or many objects, called generic methods, and methods that are only available on particular objects, called specific methods.
lookUpPerson
Looks up the person in the system based on the input parameters passed.
Availability
This method is available in the dynamic logic (groovy script)
Parameters
In / Out | Type | Description |
---|---|---|
In |
String |
Code of the person |
Out |
person |
Person |
getSystemProperty
Returns the value of the property whose key is passed as input.
Availability
This method is available in the dynamic logic (groovy script).
Parameters
In / Out | Type | Description |
---|---|---|
In |
String |
Key of the property |
Out |
String |
Value of the property |
Please refer to the Claims Development Guide for the list of other available generic methods.
Search Methods
Please refer to the Claims Development Guide for the list of available search methods. |
Object Methods
In this section, the methods are described that are only available on specific objects. For each method, the following information is given:
-
The purpose of the method.
-
On which object(s) the method can be called.
-
Description of the parameters.
-
An example of the usage.
addMessage
Adds a message to an authorization.
Availability
This method is available for Authorization. Its purpose is to have the possibility to add a message through function dynamic logic:
Parameters
In / Out | Type | Description |
---|---|---|
In |
String |
Message code. Mandatory |
In |
Object[] |
Message arguments. Optional |
addBasket
Adds a basket to an authorization.
Availability
This method is available for Authorization. Its purpose is to have the possibility to add a basket through function dynamic logic:
Parameters
In / Out | Type | Description |
---|---|---|
In |
String |
Basket code. Mandatory |
In |
Date |
Authorization basket start date. Mandatory |
In |
Date |
Authorization basket end date. Optional |