Lockbox Apex API Developer Reference

fflbx.LockBoxService

global with sharing class LockBoxService

fflbx.LockBoxService.ILockBoxImportJob

global interface ILockBoxImportJob

Methods

onStart

Iterable<String> onStart(fflbx.LockBoxService.LockBoxImportJobContext lockboxImportJobContext)

onExecute

void onExecute(fflbx.LockBoxService.LockBoxImportJobContext lockboxImportJobContext, List<String> linesToProcess)

onFinish

void onFinish(fflbx.LockBoxService.LockBoxImportJobContext lockboxImportJobContext)

fflbx.LockBoxService.ILockBoxJob

global interface ILockBoxJob

Methods

onStart

Database.QueryLocator onStart(fflbx.LockBoxService.LockBoxJobContext lockBoxContext)

onExecute

void onExecute(fflbx.LockBoxService.LockBoxJobContext lockBoxContext, List<SObject> recordsToProcess)

onFinish

void onFinish(fflbx.LockBoxService.LockBoxJobContext lockBoxContext)

instantiate

void instantiate(fflbx.LockBoxService.LockBoxJobContext lockBoxContext)

fflbx.LockBoxService.LockBoxJobContext

global with sharing class LockBoxJobContext

Methods

getBatchableContext

global Database.BatchableContext getBatchableContext()

setProgressMessage

global void setProgressMessage(String message)

abort

global void abort()

getControlRecordId

global Id getControlRecordId()

getCurrentPhaseIndex

global integer getCurrentPhaseIndex()

setLastPhaseIndex

global void setLastPhaseIndex(integer phaseIndex)

fflbx.LockBoxService.LockBoxImportJobContext

global with sharing class LockBoxImportJobContext

This class contains deprecated items.

Methods

getReceiptId

global Id getReceiptId()

getContentDocId

global Id getContentDocId()

getBatchableContext

global Database.BatchableContext getBatchableContext()

Deprecated

The following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions.

Methods

getAttachmentId

Deprecated:

global Id getAttachmentId()

This method is deprecated as we are using Salesforce Files in place of Attachments.

© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.