Uses of Class
de.dlr.proseo.model.ProcessingOrder
Packages that use ProcessingOrder
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.
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
-
Uses of ProcessingOrder in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return ProcessingOrderMethods in de.dlr.proseo.model that return types with arguments of type ProcessingOrderModifier and TypeMethodDescriptionMission.getProcessingOrders()Gets the processing orders issued for this missionMethods in de.dlr.proseo.model with parameters of type ProcessingOrderModifier and TypeMethodDescriptionvoidJob.setProcessingOrder(ProcessingOrder processingOrder) Sets the order this job belongs toMethod parameters in de.dlr.proseo.model with type arguments of type ProcessingOrderModifier and TypeMethodDescriptionvoidMission.setProcessingOrders(Set<ProcessingOrder> processingOrders) Sets the processing orders issued for this mission -
Uses of ProcessingOrder in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return ProcessingOrderModifier and TypeMethodDescriptionOrderRepository.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 UUIDMethods in de.dlr.proseo.model.dao that return types with arguments of type ProcessingOrderModifier and TypeMethodDescriptionOrderRepository.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 -
Uses of ProcessingOrder in de.dlr.proseo.model.util
Methods in de.dlr.proseo.model.util that return ProcessingOrderModifier and TypeMethodDescriptionstatic ProcessingOrderOrderUtil.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)Methods in de.dlr.proseo.model.util with parameters of type ProcessingOrderModifier and TypeMethodDescriptionstatic de.dlr.proseo.model.rest.model.RestOrderOrderUtil.toRestOrder(ProcessingOrder processingOrder) Convert a prosEO model ProcessingOrder into a REST Order