Uses of Enum Class
de.dlr.proseo.model.Job.JobState
Packages that use Job.JobState
Package
Description
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
This package contains data access object (DAO) classes for the common data model of prosEO.
-
Uses of Job.JobState in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return Job.JobStateModifier and TypeMethodDescriptionJob.getJobState()Gets the processing state of the jobstatic Job.JobStateReturns the enum constant of this class with the specified name.static Job.JobState[]Job.JobState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.dlr.proseo.model with parameters of type Job.JobStateModifier and TypeMethodDescriptionbooleanJob.JobState.isLegalTransition(Job.JobState other) voidJob.setJobState(Job.JobState jobState) Sets the processing state of the job and propagates it to the processing order -
Uses of Job.JobState in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao with parameters of type Job.JobStateModifier and TypeMethodDescriptionintJobRepository.countAllByJobStateAndProcessingOrder(Job.JobState jobState, long orderId) JobRepository.findAllByJobState(Job.JobState jobState) JobRepository.findAllByJobStateAndProcessingOrder(Job.JobState jobState, long orderId) Deprecated.