Verwendungen von Klasse
de.dlr.proseo.model.JobStep
Packages, die JobStep verwenden
Package
Beschreibung
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.
-
Verwendungen von JobStep in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die JobStep zurückgebenModifizierer und TypMethodeBeschreibungProduct.getJobStep()
Gets the job step that created this productProductQuery.getJobStep()
Gets the job step issuing the queryMethoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ JobStep zurückgebenMethoden in de.dlr.proseo.model mit Parametern vom Typ JobStepModifizierer und TypMethodeBeschreibungstatic ProductQuery
ProductQuery.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 stepvoid
Product.setJobStep
(JobStep jobStep) Sets the job step that created this productvoid
ProductQuery.setJobStep
(JobStep jobStep) Sets the job step issuing the queryMethodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ JobStepModifizierer und TypMethodeBeschreibungvoid
Job.setJobSteps
(Set<JobStep> jobSteps) Sets the job steps -
Verwendungen von JobStep in de.dlr.proseo.model.dao
Methoden in de.dlr.proseo.model.dao, die Typen mit Argumenten vom Typ JobStep zurückgebenModifizierer und TypMethodeBeschreibungJobStepRepository.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) Methoden in de.dlr.proseo.model.dao mit Parametern vom Typ JobStepModifizierer und TypMethodeBeschreibungProductRepository.findByJobStep
(JobStep jobStep) Get the product which is produced by a job step