To get an object from a list, you will add the getter method that returns the evaluated value, then add the data collector to that method.
Please review the following steps as well as the reference (For example, it is assumed that getActionType
and getResultMessage
are implemented.)
<Example>
Name: MyDataCollector
Class: with a class name that equals MyApplication.mynamespace.myclass
Method Name: Mymethod
Match Conditions:
Collect Data From: Method Parameter @index:0
Operation on Method Parameter: Use Getter Chain: getActionType()
Equals: Settle
and click the Save button.
<Example>
Display Name: MyDataCollector
Collect Data From : Method Parameter @index:0
Operation on Method Parameter: Use Getter Chain: getResultMessage()
and click the Save button.