fferpcore.TransformMappingglobal interface TransformMapping A mapping used by the transform service to populate data on the target record from data on the source record. It is also used by the FDN Mappings component to define managed mappings that cannot be changed by the user. Methods
getNodesList<MessageDescription.Node> getNodes(fferpcore.Context sourceContext) Input Parameters
Return ValueThe message nodes that dictate how the mapping obtains the data from the source object. getSubscriptionMappingSubscriptionMapping getSubscriptionMapping(List<String> messageKey) Input Parameters
Return ValueThe subscription mapping that dicates how the mapping updates the target object. |