pse.AutoAssignCoordinatorCallableglobal without sharing class AutoAssignCoordinatorCallable implements Callable asist-ignore-begin:[ApexClassWithoutSharing] Auto Assignment is considered a system process which is enqueued as part of the Resource_Request__c trigger handler. The coordinator needs to have visibility of all resource requests to effectively coordinate their matching when nominated for auto-assign. Therefore it needs to execute outside of the sharing context. Methods
AutoAssignCoordinatorCallableglobal AutoAssignCoordinatorCallable() callglobal Object call(String asyncJobRecordId, Map<String, Object> args) pse.AutoAssignCoordinatorCallable.FinalizeCallableglobal with sharing class FinalizeCallable implements Callable MethodsFinalizeCallableglobal FinalizeCallable() |