fferpcore.FieldSubscriptionMappingglobal inherited sharing class FieldSubscriptionMapping implements SubscriptionMapping, VirtualDataObjectTargetMapping Implementation of a fferpcore.SubscriptionMapping to populate a field on the fferpcore.TargetObject with data from the message. This class implements the following interfaces: Methods
FieldSubscriptionMappingglobal FieldSubscriptionMapping(String targetKey, List<String> messageKey) Construct a FieldSubscriptionMapping. Input Parameters
prepareglobal void prepare(fferpcore.DataTarget dt) performImmediateActionsglobal void performImmediateActions(fferpcore.ApplyMappingRequest2 request) performBulkActionsglobal void performBulkActions() disableOutputToglobal void disableOutputTo(Set<String> output) isDisabledglobal Boolean isDisabled() getTargetFieldsglobal Set<String> getTargetFields() getMessageKeysglobal List<List<String>> getMessageKeys() getTransformTableIdglobal String getTransformTableId() isDeclarativeglobal Boolean isDeclarative() setDeclarativeglobal void setDeclarative(Boolean value) getChildrenglobal List<fferpcore.SubscriptionMapping> getChildren() canHaveChildrenglobal Boolean canHaveChildren() |