fferpcore.AppendChildCorrelationStrategyglobal with sharing class AppendChildCorrelationStrategy implements ChildCorrelationStrategy Strategy for use with a fferpcore.ChildSubscriptionMapping that ignores all existing child targets and inserts 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 correlationTargetKey, List<String> correlationMessageKey) processglobal void process(List<fferpcore.ChildCorrelationStrategyRequest> requests, fferpcore.TargetObjectList childTargets) |