fferpcore.ReplaceChildCorrelationStrategyglobal with sharing class ReplaceChildCorrelationStrategy implements ChildCorrelationStrategy Strategy for use with a fferpcore.ChildSubscriptionMapping that removes all child targets already existing and creates all child targets from the message. This class implements the following interfaces: Methods
getCorrelationKeyglobal String getCorrelationKey() getCorrelationMessageKeyglobal List<String> getCorrelationMessageKey() getListIntentglobal fferpcore.Intent getListIntent() initglobal void init(String correlationKey, List<String> correlationMessageKey) processglobal void process(List<fferpcore.ChildCorrelationStrategyRequest> requests, fferpcore.TargetObjectList childTargets) |