Foundations Apex API Developer Reference

fferpcore.DeclarativeTransformRequest

global inherited sharing virtual class DeclarativeTransformRequest extends TransformService.TransformRequest

An implementation of a fferpcore.TransformService.TransformRequest to support the advanced use case of generating records from custom data types.

This class extends fferpcore.TransformService.TransformRequest

Methods

DeclarativeTransformRequest

global DeclarativeTransformRequest(fferpcore.TransformSourceData data, fferpcore.DataTargetRoot target, String process)

Create a DeclarativeTransformRequest.

Input Parameters

Name Type Description
data fferpcore.TransformSourceData An extension of TransformSourceData containing the source data to be processed.
target fferpcore.DataTargetRoot An implementation of DataTargetRoot, in which the result of the transformation will be stored.
process String The name of the mapping process containing the required managed or custom mappings.
© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.