Uses of Enum Class
org.kie.kogito.jobs.service.model.JobStatus
Packages that use JobStatus
Package
Description
-
Uses of JobStatus in org.kie.kogito.jobs.service.adapter
Methods in org.kie.kogito.jobs.service.adapter that return JobStatusModifier and TypeMethodDescriptionstatic JobStatusJobDetailsAdapter.StatusAdapter.from(org.kie.kogito.jobs.service.api.Job.State state) Methods in org.kie.kogito.jobs.service.adapter with parameters of type JobStatus -
Uses of JobStatus in org.kie.kogito.jobs.service.model
Methods in org.kie.kogito.jobs.service.model that return JobStatusModifier and TypeMethodDescriptionJobDetails.getStatus()ScheduledJob.getStatus()static JobStatusReturns the enum constant of this class with the specified name.static JobStatus[]JobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.kogito.jobs.service.model with parameters of type JobStatusModifier and TypeMethodDescriptionConstructors in org.kie.kogito.jobs.service.model with parameters of type JobStatusModifierConstructorDescriptionprotectedJobDetails(String id, String correlationId, JobStatus status, ZonedDateTime lastUpdate, Integer retries, Integer executionCounter, String scheduledId, Recipient recipient, org.kie.kogito.timer.Trigger trigger, Integer priority, Long executionTimeout, ChronoUnit executionTimeoutUnit, ZonedDateTime created) -
Uses of JobStatus in org.kie.kogito.jobs.service.utils
Methods in org.kie.kogito.jobs.service.utils with parameters of type JobStatusModifier and TypeMethodDescriptionstatic JobDetailsModelUtil.jobWithStatus(JobDetails job, JobStatus status) static JobDetailsModelUtil.jobWithStatusAndHandle(JobDetails job, JobStatus status, ManageableJobHandle handle)