Foundations Apex API Developer Reference

fferpcore.ImportDatabaseRequest

global inherited sharing class ImportDatabaseRequest

This class represents a request to import a single record via the Import/Export service.

Enums

Option

Available options for an fferpcore.ImportDatabaseRequest

Value Description
CREATE Create a new record. This will modify the unique data if it already exists.
OVERWRITE Overwrite the record. This will completely overwrite any existing record on the org.
IGNORE Do not import the record.

Methods

setOption

global void setOption(fferpcore.ImportDatabaseRequest.Option option)

Sets the action that should be carried out when importing the parent DatabaseRequestContainer

Input Parameters

Name Type Description
option fferpcore.ImportDatabaseRequest.Option The option to select.

Exceptions Thrown

Value Description
Exceptions.ImportExportException An exception is thrown if the option is not valid for this request

getValidOptions

global Set<fferpcore.ImportDatabaseRequest.Option> getValidOptions()

Gets the set of valid options for this request.

Return Value

A set of valid options for this request.

getMessages

global Set<String> getMessages()

Get a list of contextual messages pertaining to this import request.

Return Value

A list of messages.

getName

global String getName()

Get a name to identify what record this import request is importing

Return Value

A name.

getDescription

global String getDescription()

Get the description of the record to be imported

Return Value

A description.

getSObjectType

global SObjectType getSObjectType()

Get the SObjectType for this database request

Return Value

An SObjectType

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