Uses of Enum Class
com.broadleafcommerce.scheduledjob.domain.ScheduledJobExecutionStatus
Packages that use ScheduledJobExecutionStatus
Package
Description
-
Uses of ScheduledJobExecutionStatus in com.broadleafcommerce.scheduledjob.domain
Methods in com.broadleafcommerce.scheduledjob.domain that return ScheduledJobExecutionStatusModifier and TypeMethodDescriptionstatic ScheduledJobExecutionStatus
Returns the enum constant of this class with the specified name.static ScheduledJobExecutionStatus[]
ScheduledJobExecutionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ScheduledJobExecutionStatus in com.broadleafcommerce.scheduledjob.service
Methods in com.broadleafcommerce.scheduledjob.service with parameters of type ScheduledJobExecutionStatusModifier and TypeMethodDescriptionDefaultScheduledJobExecutionDetailService.updateScheduledJobExecutionDetailStatusAndTime
(@NonNull String contextId, @NonNull ScheduledJobExecutionStatus status, @NonNull ScheduledJobExecutionDetailTimingType scheduledJobExecutionDetailTimingType, @NonNull Instant time, ScheduledJobExecutionDetailMessageType messageType, String message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ScheduledJobExecutionDetailService.updateScheduledJobExecutionDetailStatusAndTime
(String contextId, ScheduledJobExecutionStatus status, ScheduledJobExecutionDetailTimingType scheduledJobExecutionDetailTimingType, Instant time, ScheduledJobExecutionDetailMessageType messageType, String message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Updates theScheduledJobExecutionDetail
with the supplied values of status, time and message