Uses of Class
de.dlr.proseo.model.Job
Packages that use Job
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 in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return JobMethods in de.dlr.proseo.model that return types with arguments of type JobMethods in de.dlr.proseo.model with parameters of type JobMethod parameters in de.dlr.proseo.model with type arguments of type Job -
Uses of Job in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return types with arguments of type JobModifier and TypeMethodDescriptionJobRepository.findAllByJobState(Job.JobState jobState) JobRepository.findAllByJobStateAndProcessingOrder(Job.JobState jobState, long orderId) Deprecated.JobRepository.findAllByProcessingOrder(long orderId)