fflbx.LockBoxServiceglobal with sharing class LockBoxService fflbx.LockBoxService.ILockBoxImportJobglobal interface ILockBoxImportJob Methods
onStartIterable<String> onStart(fflbx.LockBoxService.LockBoxImportJobContext lockboxImportJobContext) onExecutevoid onExecute(fflbx.LockBoxService.LockBoxImportJobContext lockboxImportJobContext, List<String> linesToProcess) onFinishvoid onFinish(fflbx.LockBoxService.LockBoxImportJobContext lockboxImportJobContext) fflbx.LockBoxService.ILockBoxJobglobal interface ILockBoxJob Methods
onStartDatabase.QueryLocator onStart(fflbx.LockBoxService.LockBoxJobContext lockBoxContext) onExecutevoid onExecute(fflbx.LockBoxService.LockBoxJobContext lockBoxContext, List<SObject> recordsToProcess) onFinishvoid onFinish(fflbx.LockBoxService.LockBoxJobContext lockBoxContext) instantiatevoid instantiate(fflbx.LockBoxService.LockBoxJobContext lockBoxContext) fflbx.LockBoxService.LockBoxJobContextglobal with sharing class LockBoxJobContext Methods
getBatchableContextglobal Database.BatchableContext getBatchableContext() setProgressMessageglobal void setProgressMessage(String message) abortglobal void abort() getControlRecordIdglobal Id getControlRecordId() getCurrentPhaseIndexglobal integer getCurrentPhaseIndex() setLastPhaseIndexglobal void setLastPhaseIndex(integer phaseIndex) fflbx.LockBoxService.LockBoxImportJobContextglobal with sharing class LockBoxImportJobContext This class contains deprecated items. Methods
getReceiptIdglobal Id getReceiptId() getContentDocIdglobal Id getContentDocId() getBatchableContextglobal Database.BatchableContext getBatchableContext() DeprecatedThe following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions. MethodsgetAttachmentIdDeprecated: global Id getAttachmentId() This method is deprecated as we are using Salesforce Files in place of Attachments. |