Foundations Apex API Developer Reference

fferpcore.TransformFilterSourceFields

global inherited sharing class TransformFilterSourceFields

A collection of source fields that are used by a transform filter.

Methods

TransformFilterSourceFields

global TransformFilterSourceFields()

withSourceKey

global fferpcore.TransformFilterSourceFields withSourceKey(List<String> sourceKey)

Add a source key to the collection.

Input Parameters

Name Type Description
sourceKey List<String> The field path that forms the source key.

Return Value

The TransformFilterSourceFields instance to allow further method calls.

getSourceKeys

global List<List<String>> getSourceKeys()

Return Value

All the source keys added to the collection.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.