pse.AutoAssignMatchJobCallableglobal without sharing class AutoAssignMatchJobCallable implements Callable asist-ignore-begin:[ApexClassWithoutSharing] This callable is invoked by the Resource_Request__c trigger handler and Auto Assignment is seen as a system process. Therefore we do not enforce sharing rules so despite the context of the callable, the system has access to all records to make any staffing decisions. Methods
AutoAssignMatchJobCallableglobal AutoAssignMatchJobCallable() callglobal Object call(String asyncJobRecordId, Map<String, Object> args) pse.AutoAssignMatchJobCallable.FinalizeCallableglobal with sharing class FinalizeCallable implements Callable MethodsFinalizeCallableglobal FinalizeCallable() callglobal Object call(String asyncJobRecordId, Map<String, Object> params) |