Verwendungen von Klasse
de.dlr.proseo.planner.PlannerResultMessage
Packages, die PlannerResultMessage verwenden
Package
Beschreibung
Top-level classes for the prosEO Production Planner component
-
Verwendungen von PlannerResultMessage in de.dlr.proseo.planner
Methoden in de.dlr.proseo.planner, die PlannerResultMessage zurückgebenModifizierer und TypMethodeBeschreibungPlannerResultMessage.copy
(PlannerResultMessage msg) Copy the contents of another PlannerResultMessage to this instance.Methoden in de.dlr.proseo.planner mit Parametern vom Typ PlannerResultMessageModifizierer und TypMethodeBeschreibungPlannerResultMessage.copy
(PlannerResultMessage msg) Copy the contents of another PlannerResultMessage to this instance. -
Verwendungen von PlannerResultMessage in de.dlr.proseo.planner.dispatcher
Methoden in de.dlr.proseo.planner.dispatcher, die PlannerResultMessage zurückgebenModifizierer und TypMethodeBeschreibungOrderDispatcher.checkForValidOrder
(ProcessingOrder order) Checks if the given order is valid, i.e. has a mission and requested product classesOrderDispatcher.createJobForOrbitOrTime
(ProcessingOrder order, Orbit orbit, Instant startTime, Instant stopTime, ProcessingFacility pf) Create a job for an order based on the provided orbit or start/stop time of a slice.OrderDispatcher.createJobsForDay
(ProcessingOrder order, ProcessingFacility facility, OrderPlanThread thread) Create the necessary jobs for an order of order slicing type type CALENDER_DAY.OrderDispatcher.createJobsForMonth
(ProcessingOrder order, ProcessingFacility facility, OrderPlanThread thread) Create the necessary jobs for an order of order slicing type type CALENDER_MONTH.OrderDispatcher.createJobsForOrbit
(ProcessingOrder order, ProcessingFacility processingFacility, OrderPlanThread thread) Create the necessary jobs for an order of order slicing type ORBIT.OrderDispatcher.createJobsForTimeSlices
(ProcessingOrder order, ProcessingFacility facility, OrderPlanThread thread) Create the necessary jobs for an order of order slicing type type TIME_SLICE.OrderDispatcher.createJobsForYear
(ProcessingOrder order, ProcessingFacility pf, OrderPlanThread thread) Create the necessary jobs for an order of order slicing type type CALENDER_YEAR.OrderDispatcher.createJobSteps
(long orderId, ProcessingFacility facility, ProductionPlanner productionPlanner, OrderPlanThread thread) Create the job steps for each job of the processing order.OrderDispatcher.createSingleJob
(ProcessingOrder order, ProcessingFacility facility) Create the needed job for an order without slicingOrderDispatcher.prepareExpectedJobs
(long orderId, ProcessingFacility processingFacility, OrderPlanThread thread) Publish an order, create jobs and job steps needed to create all products -
Verwendungen von PlannerResultMessage in de.dlr.proseo.planner.util
Methoden in de.dlr.proseo.planner.util, die PlannerResultMessage zurückgebenModifizierer und TypMethodeBeschreibungOrderUtil.approve
(ProcessingOrder order) Approve the processing order and it jobs and job steps.Cancel job stepCancel a job and its job steps.OrderUtil.cancel
(ProcessingOrder orderX) Cancel the processing order and it jobs and job steps.Close job stepDelete satisfied product queries of its job steps.Close the processing order and it jobs and job steps.OrderUtil.delete
(ProcessingOrder order) Delete the processing order and it jobs and job steps.OrderPlanThread.getResultMessage()
OrderReleaseThread.getResultMessage()
OrderPlanThread.plan
(long orderId) Plan the orderOrderUtil.plan
(long id, ProcessingFacility procFacility, Boolean wait) Plan the processing order and it jobs and job steps.OrderUtil.prepareSuspend
(long id, Boolean force) Prepare the suspend of the processing order.OrderReleaseThread.release
(long orderId) Release the processing orderOrderUtil.reset
(ProcessingOrder order) Reset the processing order and it jobs and job steps.Resume job stepResume a job and its job steps.OrderUtil.resume
(ProcessingOrder order, Boolean wait, String user, String pw) Resume the processing order and it jobs and job steps.Retry job stepRetry a job and its job steps.OrderUtil.retry
(ProcessingOrder order) Retry the processing order and it jobs and job steps.OrderUtil.startOrder
(ProcessingOrder order) Start the processing order and it jobs and job steps.Suspend job step, kill it if force is true otherwise wait until finish.Suspend the job and its job steps.Suspend the processing order and its jobs and job steps.