Verwendungen von Klasse
de.dlr.proseo.model.ProcessingOrder
Packages, die ProcessingOrder 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.
The de.dlr.proseo.model.util package contains utility classes to assist the handling of the persistent state
of prosEO, the Processing System for Earth Observation Data
-
Verwendungen von ProcessingOrder in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die ProcessingOrder zurückgebenModifizierer und TypMethodeBeschreibungJob.getProcessingOrder()
Gets the order this job belongs toMethoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ ProcessingOrder zurückgebenModifizierer und TypMethodeBeschreibungMission.getProcessingOrders()
Gets the processing orders issued for this missionMethoden in de.dlr.proseo.model mit Parametern vom Typ ProcessingOrderModifizierer und TypMethodeBeschreibungvoid
Job.setProcessingOrder
(ProcessingOrder processingOrder) Sets the order this job belongs toMethodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ ProcessingOrderModifizierer und TypMethodeBeschreibungvoid
Mission.setProcessingOrders
(Set<ProcessingOrder> processingOrders) Sets the processing orders issued for this mission -
Verwendungen von ProcessingOrder in de.dlr.proseo.model.dao
Methoden in de.dlr.proseo.model.dao, die ProcessingOrder zurückgebenModifizierer und TypMethodeBeschreibungOrderRepository.findByMissionCodeAndIdentifier
(String missionCode, String identifier) Get the processing order with the given mission code and identifierOrderRepository.findByUuid
(UUID uuid) Get the processing order with the given UUIDMethoden in de.dlr.proseo.model.dao, die Typen mit Argumenten vom Typ ProcessingOrder zurückgebenModifizierer und TypMethodeBeschreibungOrderRepository.findByExecutionTimeBetween
(Instant executionTimeFrom, Instant executionTimeTo) Get all processing orders scheduled for execution within the given time rangeOrderRepository.findByOrderState
(OrderState orderState) Get the processing order with the given order stateOrderRepository.findByOrderStateAndEvictionTimeLessThan
(OrderState orderState, Instant evictionTime) Get all processing orders of state orderState and eviction time older (less) than evictionTime -
Verwendungen von ProcessingOrder in de.dlr.proseo.model.util
Methoden in de.dlr.proseo.model.util, die ProcessingOrder zurückgebenModifizierer und TypMethodeBeschreibungstatic ProcessingOrder
OrderUtil.toModelOrder
(de.dlr.proseo.model.rest.model.RestOrder restOrder) Convert a REST order into a prosEO model processingorder (scalar and embedded attributes only, no orbit references)Methoden in de.dlr.proseo.model.util mit Parametern vom Typ ProcessingOrderModifizierer und TypMethodeBeschreibungstatic de.dlr.proseo.model.rest.model.RestOrder
OrderUtil.toRestOrder
(ProcessingOrder processingOrder) Convert a prosEO model ProcessingOrder into a REST Order