AppendChildCorrelationStrategyglobal with sharing class AppendChildCorrelationStrategy implements ChildCorrelationStrategy Strategy for use with a 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 Intent getListIntent() initglobal void init(String correlationTargetKey, List<String> correlationMessageKey) processglobal void process(List<ChildCorrelationStrategyRequest> requests, TargetObjectList childTargets) |