Uses of Class
de.dlr.proseo.model.JobStep
Packages that use JobStep
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 in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return JobStepModifier and TypeMethodDescriptionProduct.getJobStep()Gets the job step that created this productProductQuery.getJobStep()Gets the job step issuing the queryMethods in de.dlr.proseo.model that return types with arguments of type JobStepMethods in de.dlr.proseo.model with parameters of type JobStepModifier and TypeMethodDescriptionstatic ProductQueryProductQuery.fromSimpleSelectionRule(SimpleSelectionRule selectionRule, JobStep jobStep, Map<String, String> productColumnMapping, String facilityQuerySql, String facilityQuerySqlSubselect) Create a product query from a simple selection rule for a given job stepvoidProduct.setJobStep(JobStep jobStep) Sets the job step that created this productvoidProductQuery.setJobStep(JobStep jobStep) Sets the job step issuing the queryMethod parameters in de.dlr.proseo.model with type arguments of type JobStep -
Uses of JobStep in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return types with arguments of type JobStepModifier and TypeMethodDescriptionJobStepRepository.findAllByJobStepState(JobStep.JobStepState jobStepState) JobStepRepository.findAllByJobStepStateAndMissionOrderByDate(JobStep.JobStepState jobStepState, String mission) JobStepRepository.findAllByJobStepStateAndOrderIdByDate(JobStep.JobStepState jobStepState, long orderId) JobStepRepository.findAllByProcessingFacilityAndJobStepStateIn(long id, List<JobStep.JobStepState> jobStepStates) JobStepRepository.findAllByProcessingFacilityAndJobStepStateInAndOrderBySensingStartTime(long id, List<JobStep.JobStepState> jobStepStates) JobStepRepository.findAllByProcessingFacilityAndJobStepStateInAndOrderBySubmissionTime(long id, List<JobStep.JobStepState> jobStepStates) Methods in de.dlr.proseo.model.dao with parameters of type JobStepModifier and TypeMethodDescriptionProductRepository.findByJobStep(JobStep jobStep) Get the product which is produced by a job step