fferpcore.ChildCorrelationStrategyglobal interface ChildCorrelationStrategy The way in which existing child records are matched with those in the message, and subsequently updated. Methods
getCorrelationKeyString getCorrelationKey() Return ValueThe location of the correlation data in the target. getCorrelationMessageKeyList<String> getCorrelationMessageKey() Return ValueThe location of the correlation data in the message. initvoid init(String correlationKey, List<String> messageKey) Initialise the correlation strategy with the specified data. Input Parameters
processvoid process(List<fferpcore.ChildCorrelationStrategyRequest> requests, fferpcore.TargetObjectList childTargets) Input Parameters
|