fferpcore.ConditionalTransformMappingglobal with sharing class ConditionalTransformMapping implements TransformMapping A transparent mapping that wraps an alternate fferpcore.TransformMapping instance, which makes the application of the internal mapping dependent on a condition key. This class implements the following interfaces: Methods
ConditionalTransformMappingglobal ConditionalTransformMapping(List<String> conditionKey, fferpcore.TransformMapping mapping) Create a ConditionalTransformMapping. Input Parameters
ConditionalTransformMappingglobal ConditionalTransformMapping(String conditionKey, fferpcore.TransformMapping mapping) Create a ConditionalTransformMapping. Input Parameters
withNegationglobal fferpcore.ConditionalTransformMapping withNegation() Inverts the boolean value of the condition. When specified the source data value must evaluate to false for the mapping to be applied. getMappingglobal fferpcore.TransformMapping getMapping() Return ValueThe alternate mapping instance that provides the mapping behaviour. |