fferpcore.ihcc_IProcessContextglobal interface ihcc_IProcessContext Interface representing the context passed to integrations in the processMessages call. Methods
getProcessLimitsihcc_IProcessLimits getProcessLimits() Retrieves the process limits associated with this process context. getWithSharingUnitOfWorkihcc_ISObjectUnitOfWork getWithSharingUnitOfWork(List<Schema.SObjectType> SObjectTypes) Gets a Unit of Work that will respect the process limits associated with this process context in "with sharing" mode. getWithoutSharingUnitOfWorkihcc_ISObjectUnitOfWork getWithoutSharingUnitOfWork(List<Schema.SObjectType> SObjectTypes) Gets a Unit of Work that will respect the process limits associated with this process context in "without sharing" mode. getInheritedSharingUnitOfWorkihcc_ISObjectUnitOfWork getInheritedSharingUnitOfWork(List<Schema.SObjectType> SObjectTypes) Gets a Unit of Work that will respect the process limits associated with this process context in "inherited sharing" mode. getHttpihcc_IHttp getHttp() Gets a Http instance that will respect the process limits associated with this process context. |