Professional Services Automation Apex API Developer Reference

pse.AutoAssignMatchJobCallable

global 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

AutoAssignMatchJobCallable

global AutoAssignMatchJobCallable()

call

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

pse.AutoAssignMatchJobCallable.FinalizeCallable

global with sharing class FinalizeCallable implements Callable

Methods

FinalizeCallable

global FinalizeCallable()

call

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

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