Professional Services Automation Apex API Developer Reference

pse.BasePostActionCallable

global without sharing abstract class BasePostActionCallable implements Callable

asist-ignore-begin:[ApexClassWithoutSharing]
This class is invoked via the Async API Framework. Post action callables are always chained from the pse.TopMatchAllocatorCallable and are part of the wider matching system. Refer to the pse.TopMatchAllocatorCallable for more information on why we execute without sharing.

Methods

call

global Object call(String asyncJobRecordId, Map<String, Object> args)

executePostAction

global abstract void executePostAction(pse.BasePostActionCallable.Params params)

executePostActionFinalizer

global abstract void executePostActionFinalizer(String asyncJobRecordId, Map<String, Object> args)

pse.BasePostActionCallable.FinalizeCallable

global with sharing class FinalizeCallable implements Callable

Methods

FinalizeCallable

global FinalizeCallable()

call

global Object call(String asyncJobRecordId, Map<String, Object> args)

pse.BasePostActionCallable.Params

global with sharing class Params

pse.BasePostActionCallable.TopMatchAllocatorMeta

global with sharing class TopMatchAllocatorMeta

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