Uses of Class
com.broadleafcommerce.common.messaging.domain.ScheduledJobExecutionDetailRef
Packages that use ScheduledJobExecutionDetailRef
-
Uses of ScheduledJobExecutionDetailRef in com.broadleafcommerce.common.messaging.domain
Methods in com.broadleafcommerce.common.messaging.domain that return ScheduledJobExecutionDetailRefModifier and TypeMethodDescriptionScheduledJobRef.getLastExecutionDetail()
A reference to the latest scheduled job execution detail of the current scheduled jobMethods in com.broadleafcommerce.common.messaging.domain with parameters of type ScheduledJobExecutionDetailRefModifier and TypeMethodDescriptionvoid
ScheduledJobRef.setLastExecutionDetail
(ScheduledJobExecutionDetailRef lastExecutionDetail) A reference to the latest scheduled job execution detail of the current scheduled jobConstructors in com.broadleafcommerce.common.messaging.domain with parameters of type ScheduledJobExecutionDetailRefModifierConstructorDescriptionScheduledJobRef
(String type, List<ScheduledJobDetailRef> detailRefs, String tenantId, Instant lastExecuted, String jobId, boolean trackExecutionDetails, ScheduledJobExecutionDetailRef lastExecutionDetail) ScheduledJobRef
(String type, List<ScheduledJobDetailRef> details, String tenantId, Instant lastExecuted, String jobId, boolean trackExecutionDetails, ScheduledJobExecutionDetailRef lastExecutionDetail, Map<String, Object> additionalParameters)