VirtualDataObjectTargetMappingglobal interface VirtualDataObjectTargetMapping extends SubscriptionMapping A strategy to marshal data from a Record to a TargetObject. This class extends SubscriptionMapping Methods
performImmediateActionsvoid performImmediateActions(VirtualDataObjectMappingRequest request) Applies information from a Record to a TargetObject. This is called before performBulkActions. Input Parameters
prepareSourcevoid prepareSource(VirtualDataObject.PreparableSource preparableSource) Prepare the given PreparableSource to provide the necessary data for the mapping. Input Parameters
performAfterCommitActionsvoid performAfterCommitActions(VirtualDataObjectMappingRequest request) Perform the necessary actions after the work scope has been committed. Input Parameters
|