fferpcore.UpdateTotalChildCorrelationStrategyglobal with sharing class UpdateTotalChildCorrelationStrategy implements ChildCorrelationStrategy Strategy for use with a fferpcore.ChildSubscriptionMapping that updates all child targets that are both existing and in the message. This removes all child targets that only exist externally and creates all child targets that are only in 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) |