Foundations Apex API Developer Reference

fferpcore.VirtualDataObjectProviderService

global with sharing class VirtualDataObjectProviderService

Functionality concerning VirtualDataObject.Provider.

Methods

getProvider

global static fferpcore.VirtualDataObject.Provider getProvider(fferpcore.VirtualDataObject.ProviderKey providerKey, Set<String> recordIds, SharingModel sharingModel)

Get an instance of a Provider for the given ProviderKey and Record IDs.

Input Parameters

Name Type Description
providerKey fferpcore.VirtualDataObject.ProviderKey Key containing the virtual object and provider.
recordIds Set<String> IDs of the associated records.
sharingModel SharingModel Policy around sharing rules to be used by the Provider.

Return Value

An instance of a VirtualDataObject.Provider.

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