Foundations Apex API Developer Reference

fferpcore.TransformFilter

global interface TransformFilter

A strategy for filtering data within the transform service.

Methods

matches

Boolean matches(fferpcore.TransformFilterRequest request)

Input Parameters

Name Type Description
request fferpcore.TransformFilterRequest The data corresponding to a single item.

Return Value

True if the data meets the filter criteria.

getRequiredSourceFields

TransformFilterSourceFields getRequiredSourceFields()

Return Value

The source fields required to verify that the data matches the filter.

© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.