Uses of Enum Class
de.dlr.proseo.model.JobStep.JobStepState
Packages that use JobStep.JobStepState
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 JobStep.JobStepState in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return JobStep.JobStepStateModifier and TypeMethodDescriptionJobStep.getJobStepState()Gets the state of the job stepstatic JobStep.JobStepStateReturns the enum constant of this class with the specified name.static JobStep.JobStepState[]JobStep.JobStepState.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 JobStep.JobStepStateModifier and TypeMethodDescriptionbooleanJobStep.JobStepState.isLegalTransition(JobStep.JobStepState other) voidJobStep.setJobStepState(JobStep.JobStepState jobStepState) Sets the state of the job step (and optionally its failure flag) and propagates this state to the job -
Uses of JobStep.JobStepState in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao with parameters of type JobStep.JobStepStateModifier and TypeMethodDescriptionJobStepRepository.findAllByJobStepState(JobStep.JobStepState jobStepState) JobStepRepository.findAllByJobStepStateAndMissionOrderByDate(JobStep.JobStepState jobStepState, String mission) JobStepRepository.findAllByJobStepStateAndOrderIdByDate(JobStep.JobStepState jobStepState, long orderId) Method parameters in de.dlr.proseo.model.dao with type arguments of type JobStep.JobStepStateModifier and TypeMethodDescriptionJobStepRepository.findAllByProcessingFacilityAndJobStepStateIn(long id, List<JobStep.JobStepState> jobStepStates) JobStepRepository.findAllByProcessingFacilityAndJobStepStateInAndOrderBySensingStartTime(long id, List<JobStep.JobStepState> jobStepStates) JobStepRepository.findAllByProcessingFacilityAndJobStepStateInAndOrderBySubmissionTime(long id, List<JobStep.JobStepState> jobStepStates)