Index

A C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

actualCompletionTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Date and time when the output product(s) was/were available for download from the (OD)PRIP (mandatory for ProcessingOrders created via the ODIP, once they are in state "COMPLETED")
addArg(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Add an argument to the list of command arguments.
addIpfIOInput(Product, Proc, JobStep, boolean) - Method in class de.dlr.proseo.planner.dispatcher.JobDispatcher
Add input file definition of the given product recursively.
addIpfIOInput(Map<String, List<Product>>, Proc, JobStep, Boolean) - Method in class de.dlr.proseo.planner.dispatcher.JobDispatcher
Add input file definition of products recursively.
addIpfIOOutput(Product, Proc, JobStep, String) - Method in class de.dlr.proseo.planner.dispatcher.JobDispatcher
Add output file definition of the product recursively.
approve(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Approve the processing order and it jobs and job steps.
approveOrder(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Approve processing order of id
approveOrder(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Approve processing order of id
approveOrder(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Deprecated.
autoClose - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Flag determining whether the order will be closed immediately after successful completion
autoRelease - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Flag determining whether the processing order will be released automatically

C

cancel(Job) - Method in class de.dlr.proseo.planner.util.JobUtil
Cancel a job and its job steps.
cancel(JobStep) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Cancels a job step.
cancel(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Cancel the processing order and it jobs and job steps.
cancelJob(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Cancel job of id
cancelJob(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Cancel job of id
cancelJob(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Cancel a job by job id
cancelJobStep(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobstepController
Cancel job step of id
cancelJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobstepControllerDecorator
Cancel job step of id
cancelJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobstepControllerImpl
Cancel a production planner job step identified by name or id
cancelOrder(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Cancel processing order of id
cancelOrder(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Cancel processing order of id
cancelOrder(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Cancel processing order by ID.
checkAutoClose(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
If the order is in systematic processing and the mission has an order retention period, the order is automatically closed after completion and the eviction time is set.
checkCreatedProducts(JobStep) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks whether all products associated with a completed job step exist.
checkFinish(JobStep) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks whether a job step has been finished.
checkFinish(Long) - Method in class de.dlr.proseo.planner.util.JobUtil
Check whether a job and its job steps are finished.
checkFinish(Long) - Method in class de.dlr.proseo.planner.util.OrderUtil
Check whether the processing order and it jobs and job steps are finished.
checkForJobStepsToRun() - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks all unsatisfied queries of job steps across all facilities to determine if they can be started.
checkForJobStepsToRun(KubeConfig, long, Boolean, Boolean) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks for job steps of a specific product class that can be started on the specified Kubernetes configuration.
checkForValidOrder(ProcessingOrder) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Checks if the given order is valid, i.e. has a mission and requested product classes
checkJobStepQueries(JobStep, Boolean) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks the input product queries of a job step when the job is released or started.
checkJobStepToRun(KubeConfig, long) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks if a job step can be run on the specified processing facility defined in the Kubernetes configuration.
checkJobToRun(KubeConfig, long) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks unsatisfied queries of job steps in a job assigned to a processing facility defined in the Kubernetes config and starts ready job steps.
checkNextForRestart() - Method in class de.dlr.proseo.planner.ProductionPlanner
Checks for the next order to restart.
checkNextForRestart() - Method in class de.dlr.proseo.planner.util.OrderUtil
Look for next order in state PLANNING, RELEASING and SUSPENDING to restart.
checkOrderToRun(KubeConfig, long) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Check unsatisfied queries of job steps in processing order on processing facility (defined in Kube config).
checkProducts(List<Product>, ProcessingFacility) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Checks whether all products in the list exist and have been generated on the specified processing facility.
classOutputParameters - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Set of parameters to apply to a generated product of the referenced product class replacing the general output parameters
close(Long) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Closes a job step.
close(Long) - Method in class de.dlr.proseo.planner.util.JobUtil
Delete satisfied product queries of its job steps.
close(Long) - Method in class de.dlr.proseo.planner.util.OrderUtil
Close the processing order and it jobs and job steps.
CLOSED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
CLOSED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
closeOrder(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Close processing order of id
closeOrder(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Close processing order of id
closeOrder(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Close processing order by ID.
collectProducts(Product, List<Product>) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Recursively collects products from a product tree into a list, starting from the root product.
COMPLETED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
COMPLETED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
COMPLETED - Enum constant in enum class de.dlr.proseo.model.rest.model.Status
 
completiontime - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
config - Variable in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Production planner configuration
config - Static variable in class de.dlr.proseo.planner.ProductionPlanner
The static production planner configuration
config - Variable in class de.dlr.proseo.planner.service.ServiceConnection
Production planner configuration
config - Variable in class de.dlr.proseo.planner.util.JobStepUtil
The planner configuration
config - Variable in class de.dlr.proseo.planner.util.OrderUtil
Planner configuration
configuredProcessor - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The configured processor used to create the output product
configuredProcessors - Variable in class de.dlr.proseo.model.rest.model.RestOrder
List of identifiers of the configured processors (may be empty)
connect() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Connects to the Kubernetes cluster.
copy(PlannerResultMessage) - Method in class de.dlr.proseo.planner.PlannerResultMessage
Copy the contents of another PlannerResultMessage to this instance.
couldJobRun(Long) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Checks whether a new Kubernetes job could run.
countJobs(String, Long, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Get number of jobs, possibly filtered by state and processing order
countJobs(String, Long, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Get number of jobs, possibly filtered by state and processing order
countJobs(String, Long, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Retrieves the number of jobs by order ID and state.
createdJobs - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Fully created/released jobs for planning and releasing
createJob(long, String, String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Creates a new job on the cluster with the specified ID and log levels.
createJob(KubeConfig, String, String) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Creates a Kubernetes job on the processing facility based on the provided parameters.
createJob(String, String, String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Creates a new job on the cluster with the specified name and log levels.
createJobForOrbitOrTime(ProcessingOrder, Orbit, Instant, Instant, ProcessingFacility) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create a job for an order based on the provided orbit or start/stop time of a slice.
createJobOrder(JobStep) - Method in class de.dlr.proseo.planner.dispatcher.JobDispatcher
Create the job order for a job step.
createJobsForDay(ProcessingOrder, ProcessingFacility, OrderPlanThread) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create the necessary jobs for an order of order slicing type type CALENDER_DAY.
createJobsForMonth(ProcessingOrder, ProcessingFacility, OrderPlanThread) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create the necessary jobs for an order of order slicing type type CALENDER_MONTH.
createJobsForOrbit(ProcessingOrder, ProcessingFacility, OrderPlanThread) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create the necessary jobs for an order of order slicing type ORBIT.
createJobsForTimeSlices(ProcessingOrder, ProcessingFacility, OrderPlanThread) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create the necessary jobs for an order of order slicing type type TIME_SLICE.
createJobsForYear(ProcessingOrder, ProcessingFacility, OrderPlanThread) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create the necessary jobs for an order of order slicing type type CALENDER_YEAR.
createJobSteps(long, long, ProductionPlanner, OrderPlanThread) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create the job steps for each job of the processing order.
createProduct(ProductClass, Product, ConfiguredProcessor, Orbit, Job, JobStep, String, Instant, Instant) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Helper function to create a single product.
createProducts(ProductClass, Product, ConfiguredProcessor, Orbit, Job, JobStep, String, Instant, Instant, List<Product>) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Helper function to create the products of a "product tree".
createRestJob(Job, Boolean) - Static method in class de.dlr.proseo.planner.rest.model.RestUtil
Builds a RestJob object from a Job.
createRestJobGraph(Job) - Static method in class de.dlr.proseo.planner.rest.model.RestUtil
Builds a RestJobGraph object from a Job.
createRestJobStep(JobStep, Boolean) - Static method in class de.dlr.proseo.planner.rest.model.RestUtil
Builds a RestJobStep object from a JobStep.
createRestJobStepGraph(JobStep) - Static method in class de.dlr.proseo.planner.rest.model.RestUtil
Build RestJobStep of JobStep
createRestOrbit(Orbit) - Static method in class de.dlr.proseo.planner.rest.model.RestUtil
Builds a RestOrbit object from an Orbit.
createRestOrder(ProcessingOrder) - Static method in class de.dlr.proseo.planner.rest.model.RestUtil
Builds a RestOrder object from a ProcessingOrder.
createRestParameterList(Map<String, Parameter>) - Static method in class de.dlr.proseo.planner.rest.model.RestUtil
Build a List of RestParameters out of a Map of Parameters
createSingleJob(ProcessingOrder, ProcessingFacility) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Create the needed job for an order without slicing

D

de.dlr.proseo.model.rest - package de.dlr.proseo.model.rest
 
de.dlr.proseo.model.rest.model - package de.dlr.proseo.model.rest.model
 
de.dlr.proseo.planner - package de.dlr.proseo.planner
Top-level classes for the prosEO Production Planner component
de.dlr.proseo.planner.dispatcher - package de.dlr.proseo.planner.dispatcher
Classes for dispatching orders, jobs and job steps with the prosEO Production Planner component
de.dlr.proseo.planner.kubernetes - package de.dlr.proseo.planner.kubernetes
Kubernetes utility classes for the prosEO Production Planner component
de.dlr.proseo.planner.rest - package de.dlr.proseo.planner.rest
Classes implementing the REST interface for the prosEO Production Planner component
de.dlr.proseo.planner.rest.model - package de.dlr.proseo.planner.rest.model
 
de.dlr.proseo.planner.service - package de.dlr.proseo.planner.service
Utility classes to connect to the prosEO backend services from the prosEO Production Planner component
de.dlr.proseo.planner.util - package de.dlr.proseo.planner.util
Utility classes for the prosEO Production Planner component
DEBUG - Enum constant in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
DEBUG - Enum constant in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 
defaultStorageType - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
The type of the storage
delete(Job) - Method in class de.dlr.proseo.planner.util.JobUtil
Delete a job and its job steps.
delete(JobStep) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Deletes a job step if it is in a deletable state.
delete(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Delete the processing order and it jobs and job steps.
deleteForced(Job) - Method in class de.dlr.proseo.planner.util.JobUtil
Forcibly delete a job and its job steps, unless it is running.
deleteForced(JobStep) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Deletes a job step forcefully, including those that are not finished.
deleteFromService(String, String, String, String) - Method in class de.dlr.proseo.planner.service.ServiceConnection
Calls a prosEO service at the given location with HTTP DELETE
deleteJob(KubeJob) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Deletes a job from the cluster.
deleteJob(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Deletes a named job from the cluster.
deleteOrder(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Delete processing order of id
deleteOrder(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Delete processing order of id
deleteOrder(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Delete processing order by ID.
deletePodNamed(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Deletes a job.
deletePodsStatus(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Deletes all pods with the specified status.
deleteSatisfiedProductQueries(Long) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Deletes the satisfied product queries associated with a job step if it's in a deletable state.
description - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
A short description of the processing facility
dynamicProcessingParameters - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Processing option settings (for on-demand processing called "WorkflowOptions" in the ICD); these options will be passed to the data processors in the "Dynamic Processing Parameter" section of the Job Order file

E

equals(Object) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestId
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestInputFilter
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestInputReference
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestJob
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestOrder
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestParameter
 
equals(Object) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
 
ERROR - Enum constant in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
ERROR - Enum constant in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 
estimatedCompletionTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Estimated date and time when the output product(s) will be available for download from the (OD)PRIP (mandatory for ProcessingOrders created via the ODIP)
evictionTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Eviction time (optional, used for automatic order deletion)
executionTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Expected execution time (optional, used for scheduling)
expectedJobs - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Expected jobs for planning and releasing
externalStorageManagerUrl - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
The URL to access this facility's storage manager from an external client (via PRIP API)

F

facilityState - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
The run state the facility currently is in, one of { DISABLED, STOPPED, STARTING, RUNNING, STOPPING }
FAILED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
FAILED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
FAILED - Enum constant in enum class de.dlr.proseo.model.rest.model.Status
 
filterChain(HttpSecurity) - Method in class de.dlr.proseo.planner.ProductionPlannerSecurityConfig
Configures the security filter chain for HTTP requests.
filterConditions - Variable in class de.dlr.proseo.model.rest.model.RestInputFilter
Filter conditions to apply to input products of the given product class
findOrderedByJobStepStateAndMission(JobStep.JobStepState, String, int) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Retrieves job steps with a specific job step state, associated with a given mission code.
finish(KubeConfig, String) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
If the kube configuration is available, search for pods associated with the job, retrieve the job information, and update the job step accordingly.
finishKubeJob(String, String, String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.ProcessingfacilityController
Pod of name has finished with state
finishKubeJob(String, String, String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.ProcessingfacilityControllerDecorator
Pod of name has finished with state
finishKubeJob(String, String, String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.ProcessingfacilityControllerImpl
Kubernetes pod and job has finished with state
fromValue(String) - Static method in enum class de.dlr.proseo.model.rest.model.JobState
 
fromValue(String) - Static method in enum class de.dlr.proseo.model.rest.model.JobStepState
 
fromValue(String) - Static method in enum class de.dlr.proseo.model.rest.model.Status
 
fromValue(String) - Static method in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
fromValue(String) - Static method in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 

G

getActualCompletionTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the actualCompletionTime.
getAipPassword() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Gets the AIP password.
getAipUrl() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Gets the AIP URL.
getAipUser() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Gets the AIP user.
getAllComponentClasses(ProductClass) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Find all descendant product classes of the given product class.
getApiV1() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the CoreV1Api.
getAuth(Long) - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the authentication details of an order (username and password).
getAutoClose() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the autoClose.
getAutogenerate() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the autogenerate flag
getAutoRelease() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the autoRelease.
getBatchApiV1() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the BatchV1Api.
getCheckForFurtherJobStepsToRun() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the flag indicating whether to check for further job steps to run.
getClassOutputParameters() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the classOutputParameters.
getClient() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the API client.
getCode() - Method in class de.dlr.proseo.planner.PlannerResultMessage
Get the message code.
getCompletiontime() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the completiontime.
getConfiguredProcessor() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the configuredProcessor.
getConfiguredProcessors() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the configuredProcessors.
getContainerName() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Returns the name of the container associated with the job.
getCreatedJobs() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the createdJobs.
getDefaultStorageType() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the defaultStorageType.
getDescription() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the description.
getDescription() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the description.
getDetectOverlappingJobSteps() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
 
getDynamicProcessingParameters() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the dynamicProcessingParameters.
getEm() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the entity manager.
getEstimatedCompletionTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the estimatedCompletionTime.
getEvictionTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the evictionTime.
getExecutionTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the executionTime.
getExpectedJobs() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the expectedJobs.
getExternalStorageManagerUrl() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the externalStorageManagerUrl.
getExternalStorageManagerUrl() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the external storage manager URL.
getFacilityState() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the facilityState.
getFacilityState(ProcessingFacility) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the facility state.
getFilterConditions() - Method in class de.dlr.proseo.model.rest.model.RestInputFilter
Returns the filterConditions.
getFinishThreads() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the finishThreads map.
getFromService(String, String, Class<T>, String, String) - Method in class de.dlr.proseo.planner.service.ServiceConnection
Calls a prosEO service at the given location with HTTP GET
getHasFailedJobSteps() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the hasFailedJobSteps.
getHasFailedJobSteps() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the hasFailedJobSteps.
getHostAlias() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the host alias entry.
getHttpTimeout() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the HTTP timeout value.
getId() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestId
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the id.
getId() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the id.
getId() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the ID.
getIdentifier() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the identifier.
getIngestorUrl() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the URL of the prosEO Ingestor.
getInputDataTimeoutPeriod() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the inputDataTimeoutPeriod.
getInputFileName() - Method in class de.dlr.proseo.model.rest.model.RestInputReference
Returns the inputFileName.
getInputFilters() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the inputFilters.
getInputProductClasses() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the inputProductClasses.
getInputProductClasses() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the inputProductClasses.
getInputProductReference() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the inputProductReference.
getIsFailed() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the isFailed.
getJob(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Get production planner job
getJob(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Get production planner job
getJob(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Get a job by job id
getJobCreatingList() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
 
getJobId() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the jobId.
getJobId() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Returns the job ID.
getJobList() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the list of jobs in the cluster.
getJobName() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Returns the job name.
getJobOrder() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Returns the processing order to which the job is associated.
getJobOrderFilename() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the jobOrderFilename.
getJobOrderFileName() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Returns the name of the job order file (JOF).
getJobs(String, Long, Long, Long, Boolean, String[], HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Get production planner jobs by state
getJobs(String, Long, Long, Long, Boolean, String[], HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Get production planner jobs by state
getJobs(String, Long, Long, Long, Boolean, String[], HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Retrieves a list of jobs based on provided filtering criteria.
getJobState() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the jobState.
getJobState() - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
Returns the jobState.
getJobStep(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobstepController
Get production planner jobstep
getJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobstepControllerDecorator
Get production planner jobstep
getJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobstepControllerImpl
Get production planner job step identified by name or id
getJobStepLog(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobstepController
Get the jobstep log text
getJobStepLog(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobstepControllerDecorator
Get the jobstep log text
getJobStepLog(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobstepControllerImpl
Get production planner job step log string by name or id
getJobStepLogPrim(V1Pod) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Retrieves the log information for a job step from the associated pod.
getJobSteps() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the jobSteps.
getJobSteps() - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
Returns the jobSteps.
getJobSteps(Status, String, Long, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobstepController
Get production planner jobsteps
getJobSteps(Status, String, Long, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobstepControllerDecorator
Get production planner jobsteps
getJobSteps(Status, String, Long, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobstepControllerImpl
Retrieves a list of job steps based on the provided status, mission, and optional last parameter.
getJobStepSort() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Gets the job step sorting order.
getJobStepState() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the jobStepState.
getJobStepState() - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Returns the jobStepState.
getJobStepStates() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the jobStepStates.
getJobStepUtil() - Static method in class de.dlr.proseo.planner.util.UtilService
Gets the utility class for managing job steps.
getJobUtil() - Static method in class de.dlr.proseo.planner.util.UtilService
Gets the utility class for managing jobs.
getKey() - Method in class de.dlr.proseo.model.rest.model.RestParameter
Returns the key.
getKubeConfig() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Gets the kube configuration
getKubeConfig(String) - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the KubeConfig instance by name.
getKubeConfigs() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets all connected KubeConfig instances.
getKubeJob(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Looks for the Kubernetes job with the specified name.
getLevel() - Method in class de.dlr.proseo.planner.PlannerResultMessage
Get the message level.
getLocalStorageManagerUrl() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the localStorageManagerUrl.
getLocalStorageManagerUrl() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the local storage manager URL.
getLog() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the log.
getLongId() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the long ID.
getMaxJobsPerNode() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the maxJobsPerNode.
getMaxJobsPerNode() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the maximum number of jobs per node.
getMessage() - Method in class de.dlr.proseo.planner.PlannerResultMessage
Get the prosEO message.
getMissionCode() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Returns the missionCode.
getMissionCode() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the missionCode.
getName() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the name.
getName() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the name.
getName() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the name.
getNamespace() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the namespace.
getNodeInfo() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Searches for ready worker nodes on the Kubernetes cluster.
getNotificationEndpoint() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the notificationEndpoint.
getNotificationUrl() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the URL of the prosEO notification service.
getObjectByProductidAndFacilityId(String, Long, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.ProductController
Product created and available, sent by prosEO Ingestor
getObjectByProductidAndFacilityId(String, Long, HttpHeaders) - Method in class de.dlr.proseo.model.rest.ProductControllerDecorator
Product created and available, sent by prosEO Ingestor
getObjectByProductidAndFacilityId(String, Long, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.ProductControllerImpl
Retrieves a product by its ID and facility ID, and initiates job steps if applicable.
getOnInputDataTimeoutFail() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the onInputDataTimeoutFail.
getOrbit() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the orbit.
getOrbitNumber() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Returns the orbitNumber.
getOrbitNumberFrom() - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
Returns the orbitNumberFrom.
getOrbitNumberTo() - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
Returns the orbitNumberTo.
getOrbits() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the orbits.
getOrder(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Get processing order of id
getOrder(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Get processing order of id
getOrder(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Deprecated.
getOrderId() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the orderId.
getOrderIdentifier() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the orderIdentifier.
getOrderIdentifier() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the orderIdentifier.
getOrders(HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Get all processing orders
getOrders(HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Get all processing orders
getOrders(HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Deprecated.
getOrderSource() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the orderSource.
getOrderState() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the orderState.
getOrderUtil() - Static method in class de.dlr.proseo.planner.util.UtilService
Gets the utility class for managing job orders.
getOutputFileClass() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the outputFileClass.
getOutputParameters() - Method in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
Returns the outputParameters.
getOutputParameters() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the outputParameters.
getOutputParameters() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the outputParameters.
getOutputProduct() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the outputProduct.
getOutputProductClass() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the outputProductClass.
getOutputProductClass() - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Returns the outputProductClass.
getParameterType() - Method in class de.dlr.proseo.model.rest.model.RestParameter
Returns the parameterType.
getParameterValue() - Method in class de.dlr.proseo.model.rest.model.RestParameter
Returns the parameterValue.
getPassword() - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Returns the password.
getPercentCompleted() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the percentCompleted.
getPercentFailed() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the percentFailed.
getPercentRunning() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the percentRunning.
getPlanningBatchSize() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the planning batch size.
getPlanningOrders() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the planningOrders list.
getPlanThreads() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the planThreads map.
getPodList() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the list of pods in the cluster.
getPodNames() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Returns the list of pod names associated with the job.
getPosixWorkerMountPoint() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the mount point for the wrapper.
getPredecessors() - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Returns the predecessors.
getPriority() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the priority.
getPriority() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the priority.
getProcessingCompletionTime() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the processingCompletionTime.
getProcessingEngineToken() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the processingEngineToken.
getProcessingEngineToken() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the processing engine token.
getProcessingEngineUrl() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the processingEngineUrl.
getProcessingEngineUrl() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the processing engine URL.
getProcessingFacilities(long) - Method in class de.dlr.proseo.planner.util.OrderUtil
Get the processing facility(-ies) processing the order At the moment there is normally only one facility to do so.
getProcessingFacility() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the processing facility.
getProcessingFacilityName() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the processingFacilityName.
getProcessingMode() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the processingMode.
getProcessingMode() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the processingMode.
getProcessingStartTime() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the processingStartTime.
getProcessingStdErr() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the processingStdErr.
getProcessingStdOut() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the processingStdOut.
getProductClass() - Method in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
Returns the productClass.
getProductClass() - Method in class de.dlr.proseo.model.rest.model.RestInputFilter
Returns the productClass.
getProductionPlanner() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the production planner.
getProductionPlannerCycleWaitTime() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the wait time for K8s job finish cycle.
getProductionPlannerDispatcherWaitTime() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the wait time for the dispatcher in K8s job finish cycle.
getProductionPlannerFileCheckMaxCycles() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the maximum cycles for file size check.
getProductionPlannerFileCheckWaitTime() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the wait time for file size check cycle.
getProductionPlannerJobCreatedWaitTime() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the wait time for K8s job finish cycle.
getProductionPlannerKubeConfig() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the Kubernetes configuration file name.
getProductionPlannerMaxCycles() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the maximum cycles for K8s job finish.
getProductionPlannerUrl() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the URL of the prosEO Production Planner.
getProductionType() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the productionType.
getProductQueryService() - Method in class de.dlr.proseo.planner.util.JobStepUtil
 
getProductRetentionPeriod() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the productRetentionPeriod.
getReleaseThreads() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the releaseThreads map.
getReleaseTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the releaseTime.
getReleasingOrders() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the releasingOrders list.
getRequestedProductClasses() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the requestedProductClasses.
getRestProcessingFacilities(HttpHeaders) - Method in interface de.dlr.proseo.model.rest.ProcessingfacilityController
Update and get running and connected processing facilities
getRestProcessingFacilities(HttpHeaders) - Method in class de.dlr.proseo.model.rest.ProcessingfacilityControllerDecorator
Update and get running and connected processing facilities
getRestProcessingFacilities(HttpHeaders) - Method in class de.dlr.proseo.planner.rest.ProcessingfacilityControllerImpl
Get attached processing facilities
getRestProcessingFacilityByName(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.ProcessingfacilityController
Get production planner processingfacilitiy by name
getRestProcessingFacilityByName(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.ProcessingfacilityControllerDecorator
Get production planner processingfacilitiy by name
getRestProcessingFacilityByName(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.ProcessingfacilityControllerImpl
Get production planner processing facility by name
getResultMessage() - Method in class de.dlr.proseo.planner.util.OrderPlanThread
Get the result message of the planning.
getResultMessage() - Method in class de.dlr.proseo.planner.util.OrderReleaseThread
Get the result message.
getSensingStartTime() - Method in class de.dlr.proseo.model.rest.model.RestInputReference
Returns the sensingStartTime.
getSensingStopTime() - Method in class de.dlr.proseo.model.rest.model.RestInputReference
Returns the sensingStopTime.
getSliceDuration() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the sliceDuration.
getSliceOverlap() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the sliceOverlap.
getSlicingType() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the slicingType.
getSpacecraftCode() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Returns the spacecraftCode.
getSpacecraftCode() - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
Returns the spacecraftCode.
getStarttime() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the starttime.
getStartTime() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the startTime.
getStartTime() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Returns the startTime.
getStartTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the startTime.
getStateMessage() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the stateMessage.
getStatus() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the status.
getStderrLogLevel() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the stderrLogLevel.
getStdoutLogLevel() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the stdoutLogLevel.
getStopTime() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the stopTime.
getStopTime() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Returns the stopTime.
getStopTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the stopTime.
getStorageManagerPassword() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the storageManagerPassword.
getStorageManagerPassword() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the storage manager password.
getStorageManagerUrl() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the storageManagerUrl.
getStorageManagerUrl() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the storage manager URL.
getStorageManagerUser() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the storageManagerUser.
getStorageManagerUser() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the storage manager user.
getStorageType() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the storage type.
getSubmissionTime() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the submissionTime.
getSucceded() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the succeded.
getSuccess() - Method in class de.dlr.proseo.planner.PlannerResultMessage
Check if the message is considered successful.
getSuspendingOrders() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the suspendingOrders list.
getText() - Method in class de.dlr.proseo.planner.PlannerResultMessage
Get the complete message text.
getTopProductClassWithPC(ProductClass) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Find the topmost product class.
getTxManager() - Method in class de.dlr.proseo.planner.ProductionPlanner
Gets the transaction manger.
getType() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Returns the type.
getUri() - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Returns the uri.
getUrl() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the URL.
getUsername() - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Returns the username.
getUuid() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the uuid.
getV1Job(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves a Kubernetes job with the specified name.
getV1Pod(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves a Kubernetes pod with the specified name.
getVersion() - Method in class de.dlr.proseo.model.rest.model.RestJob
Returns the version.
getVersion() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Returns the version.
getVersion() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Returns the version.
getVersion() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the version.
getVersion() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Returns the version.
getVersion() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Retrieves the version.
getWorkerCnt() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Returns the worker count.
getWorkflowName() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the workflowName.
getWorkflowUuid() - Method in class de.dlr.proseo.model.rest.model.RestOrder
Returns the workflowUuid.
getWrapperPassword() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the password used for Production Planner/Ingestor logins by the wrapper.
getWrapperUser() - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Get the user name used for Production Planner/Ingestor logins by the wrapper.
graphJobSteps(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Dependencies of all job steps of job
graphJobSteps(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Dependencies of all job steps of job
graphJobSteps(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Create a graph of job step dependencies within a job

H

hasFailedJobSteps - Variable in class de.dlr.proseo.model.rest.model.RestJob
Indicates whether at least one of the job steps for this job is in state FAILED
hasFailedJobSteps - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Indicates whether at least one of the job steps for this order is in state FAILED
hashCode() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestId
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestInputFilter
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestInputReference
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestJob
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestOrder
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestParameter
 
hashCode() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
 
hasStatus(String) - Method in class de.dlr.proseo.planner.rest.model.PodKube
Checks if the job has a specific status.
hostIP - Static variable in class de.dlr.proseo.planner.ProductionPlanner
 
hostName - Static variable in class de.dlr.proseo.planner.ProductionPlanner
 

I

id - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
id - Variable in class de.dlr.proseo.model.rest.model.RestId
The persistent id of this object
id - Variable in class de.dlr.proseo.model.rest.model.RestJob
The persistent id of this object
id - Variable in class de.dlr.proseo.model.rest.model.RestJobGraph
The persistent id of this object
id - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The persistent id of this object
id - Variable in class de.dlr.proseo.model.rest.model.RestJobStepGraph
The persistent id of this object
id - Variable in class de.dlr.proseo.model.rest.model.RestOrbit
The persistent id of this object
id - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The persistent id of this object
id - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
The persistent id of this object
identifier - Variable in class de.dlr.proseo.model.rest.model.RestOrder
User-defined order identifier
INFO - Enum constant in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
INFO - Enum constant in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 
INITIAL - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
INITIAL - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
INITIAL - Enum constant in enum class de.dlr.proseo.model.rest.model.Status
 
inputDataTimeoutPeriod - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Timeout period for input data to arrive, before order is cancelled or executed with available data
inputFileName - Variable in class de.dlr.proseo.model.rest.model.RestInputReference
The file name of the input product to retrieve
inputFilters - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Filter conditions to apply to input products
inputProductClasses - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The input product types required for processing
inputProductClasses - Variable in class de.dlr.proseo.model.rest.model.RestOrder
List of internal product types provided as input to the order (may be empty)
inputProductReference - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Identification of the input product to use for On-Demand Production
isCompleted() - Method in class de.dlr.proseo.planner.rest.model.PodKube
Checks if the job has been completed.
isConnected() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Checks if the connection to the Kubernetes cluster is established.
isFailed - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The failed state of the job step

J

jobContainerPrefix - Static variable in class de.dlr.proseo.planner.ProductionPlanner
 
JobController - Interface in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
JobControllerDecorator - Class in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
JobControllerDecorator() - Constructor for class de.dlr.proseo.model.rest.JobControllerDecorator
 
JobControllerImpl - Class in de.dlr.proseo.planner.rest
Spring MVC controller for the prosEO planner; implements the services required to plan and handle jobs.
JobControllerImpl() - Constructor for class de.dlr.proseo.planner.rest.JobControllerImpl
 
JobDispatcher - Class in de.dlr.proseo.planner.dispatcher
This class is responsible for creating and dispatching job orders for job steps, including information about the processor, configuration files, input files, and output files.
JobDispatcher() - Constructor for class de.dlr.proseo.planner.dispatcher.JobDispatcher
Create a job dispatcher.
jobId - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The persistend id of the job this job step belongs to
jobNamePrefix - Static variable in class de.dlr.proseo.planner.ProductionPlanner
 
jobOrderFilename - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The filename of the Job Order file in the associated processing facility
jobState - Variable in class de.dlr.proseo.model.rest.model.RestJob
Status of the whole job
jobState - Variable in class de.dlr.proseo.model.rest.model.RestJobGraph
Status of the whole job
JobState - Enum Class in de.dlr.proseo.model.rest.model
 
JobstepController - Interface in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
JobstepControllerDecorator - Class in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
JobstepControllerDecorator() - Constructor for class de.dlr.proseo.model.rest.JobstepControllerDecorator
 
JobstepControllerImpl - Class in de.dlr.proseo.planner.rest
Spring MVC controller for the prosEO planner; implements the services required to plan and handle job steps.
JobstepControllerImpl() - Constructor for class de.dlr.proseo.planner.rest.JobstepControllerImpl
 
jobSteps - Variable in class de.dlr.proseo.model.rest.model.RestJob
The job steps for this job
jobSteps - Variable in class de.dlr.proseo.model.rest.model.RestJobGraph
The job steps for this job
JobStepSort - Enum Class in de.dlr.proseo.planner
Enumeration defining sorting criteria for ready job steps to run.
jobStepState - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The currenet status of the job step
jobStepState - Variable in class de.dlr.proseo.model.rest.model.RestJobStepGraph
The currenet status of the job step
JobStepState - Enum Class in de.dlr.proseo.model.rest.model
 
jobStepStates - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The different existing job step states of order
JobStepUtil - Class in de.dlr.proseo.planner.util
Utility class for managing job steps.
JobStepUtil() - Constructor for class de.dlr.proseo.planner.util.JobStepUtil
 
JobUtil - Class in de.dlr.proseo.planner.util
Utility class for handling jobs and their operations.
JobUtil() - Constructor for class de.dlr.proseo.planner.util.JobUtil
 

K

key - Variable in class de.dlr.proseo.model.rest.model.RestParameter
The parameter name
KubeConfig - Class in de.dlr.proseo.planner.kubernetes
Represents the connection to a Kubernetes API
KubeConfig() - Constructor for class de.dlr.proseo.planner.kubernetes.KubeConfig
Instantiates a new KubeConfig object without arguments.
KubeConfig(ProcessingFacility, ProductionPlanner) - Constructor for class de.dlr.proseo.planner.kubernetes.KubeConfig
Instantiates a new KubeConfig object with a processing facility.
KubeDispatcher - Class in de.dlr.proseo.planner.dispatcher
Dispatcher to look for runnable job steps
KubeDispatcher(ProductionPlanner, KubeConfig, Boolean) - Constructor for class de.dlr.proseo.planner.dispatcher.KubeDispatcher
Create new KubeDispatcher for planner
KubeJob - Class in de.dlr.proseo.planner.kubernetes
A KubeJob describes the complete information to run a Kubernetes job.
KubeJob() - Constructor for class de.dlr.proseo.planner.kubernetes.KubeJob
Instantiate a kube job with a list of pod names
KubeJob(Long, String) - Constructor for class de.dlr.proseo.planner.kubernetes.KubeJob
Instantiate a Kubernetes job with ID and Job Order file name
KubeJobFinish - Class in de.dlr.proseo.planner.kubernetes
Monitors the completion of a Kubernetes job.
KubeJobFinish(KubeJob, ProductionPlanner, String) - Constructor for class de.dlr.proseo.planner.kubernetes.KubeJobFinish
Creates a new thread instance to monitor a Kubernetes job until its completion.

L

localStorageManagerUrl - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
URL of the locally accessible Storage Manager
log - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
logOrderState(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Log the order state (currently a dummy method)

M

main(String[]) - Static method in class de.dlr.proseo.planner.ProductionPlanner
Main method to start the application.
maxJobsPerNode - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Maximum number of jobs schedulable per worker node (default 1)
missionCode - Variable in class de.dlr.proseo.model.rest.model.RestOrbit
The mission code (e. g.
missionCode - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The mission code (e. g.

N

name - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
name - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
Job step name generated from the job step id (not part of data model)
name - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
The facility name (unique key)
NONE - Enum constant in enum class de.dlr.proseo.model.rest.model.Status
 
notificationEndpoint - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The endpoint to send order completion notifications to

O

ON_HOLD - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
onInputDataTimeoutFail - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Flag determining whether the order will fail when the input timeout period is reached
orbit - Variable in class de.dlr.proseo.model.rest.model.RestJob
The orbit this job relates to (if any)
orbitNumber - Variable in class de.dlr.proseo.model.rest.model.RestOrbit
The orbit number (usually starting at 1 at launch); unique for a spacecraft and usually gapless
orbitNumberFrom - Variable in class de.dlr.proseo.model.rest.model.RestOrbitQuery
 
orbitNumberTo - Variable in class de.dlr.proseo.model.rest.model.RestOrbitQuery
 
orbits - Variable in class de.dlr.proseo.model.rest.model.RestOrder
List of orbit ranges, identified by spacecraft code and orbit number from/to (may be empty)
OrderController - Interface in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
OrderControllerDecorator - Class in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
OrderControllerDecorator() - Constructor for class de.dlr.proseo.model.rest.OrderControllerDecorator
 
OrderControllerImpl - Class in de.dlr.proseo.planner.rest
Spring MVC controller for the prosEO planner; implements the services required to plan and handle processing orders.
OrderControllerImpl() - Constructor for class de.dlr.proseo.planner.rest.OrderControllerImpl
 
OrderDispatcher - Class in de.dlr.proseo.planner.dispatcher
Dispatcher to handle processing orders
OrderDispatcher() - Constructor for class de.dlr.proseo.planner.dispatcher.OrderDispatcher
 
orderId - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The id of the order
orderIdentifier - Variable in class de.dlr.proseo.model.rest.model.RestJob
User-defined order identifier
orderIdentifier - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The identifier of the order
OrderPlanThread - Class in de.dlr.proseo.planner.util
Thread handling the planning process of a single processing order, creating job steps, and updating its planning state accordingly.
OrderPlanThread(ProductionPlanner, OrderDispatcher, long, long, Boolean, String, String, String) - Constructor for class de.dlr.proseo.planner.util.OrderPlanThread
Create a new OrderPlanThread.
OrderReleaseThread - Class in de.dlr.proseo.planner.util
Manages the release of a processing order.
OrderReleaseThread(ProductionPlanner, EntityManager, JobUtil, ProcessingOrder, String) - Constructor for class de.dlr.proseo.planner.util.OrderReleaseThread
Creates a new OrderReleaseThread.
orderSource - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Source application for the processing order; one of { CLI, GUI, ODIP, OTHER }
orderState - Variable in class de.dlr.proseo.model.rest.model.RestOrder
State of the processing order; one of { INITIAL, APPROVED, RELEASING, RELEASED, PLANNING, PLANNING_FAILED, PLANNED, RUNNING, SUSPENDING, COMPLETED, FAILED, CLOSED }
OrderUtil - Class in de.dlr.proseo.planner.util
Handle processing orders
OrderUtil() - Constructor for class de.dlr.proseo.planner.util.OrderUtil
 
outputFileClass - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The file class for the generated output products
outputParameters - Variable in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
Set of parameters to apply to the generated products (may be empty)
outputParameters - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
A set of parameters to set for the generated products.
outputParameters - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Parameters to set for the generated products (may be empty)
outputProduct - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The id of the output product of this job step
outputProductClass - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The product type of the output product of this job step
outputProductClass - Variable in class de.dlr.proseo.model.rest.model.RestJobStepGraph
The product type of the output product of this job step

P

parameterType - Variable in class de.dlr.proseo.model.rest.model.RestParameter
The type of the parameter for deserialization (one of { "STRING", "INTEGER", "BOOLEAN", "DOUBLE", "INSTANT" } )
parameterValue - Variable in class de.dlr.proseo.model.rest.model.RestParameter
All parameter values are serialized to their string representations.
parseAuthenticationHeader(String) - Method in class de.dlr.proseo.planner.ProductionPlannerSecurityConfig
Parses an HTTP authentication header into a username and a password.
password - Variable in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
The password to authenticate with, mandatory if username is given; may be set to replacement value (e. g. asterisks) on data retrieval requests
passwordEncoder() - Method in class de.dlr.proseo.planner.ProductionPlannerSecurityConfig
Provides the default password encoder for prosEO (BCrypt).
patchToService(String, String, Object, Class<T>, String, String) - Method in class de.dlr.proseo.planner.service.ServiceConnection
Calls a prosEO service at the given location with HTTP Patch
percentCompleted - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Percentage of completed job steps
percentFailed - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Percentage of failed job steps
percentRunning - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Percentage of running job steps
plan(long) - Method in class de.dlr.proseo.planner.util.OrderPlanThread
Plan the given order by creating job steps and updating its state.
plan(long, Long, Boolean, String, String) - Method in class de.dlr.proseo.planner.util.OrderUtil
Plan the processing order and it jobs and job steps.
PLAN_THREAD_PREFIX - Static variable in class de.dlr.proseo.planner.ProductionPlanner
 
PLANNED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
PLANNED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
plannerConfig - Variable in class de.dlr.proseo.planner.ProductionPlanner
The instance production planner configuration
PlannerPod - Class in de.dlr.proseo.model.rest.model
 
PlannerPod() - Constructor for class de.dlr.proseo.model.rest.model.PlannerPod
Creates a new PlannerPod.
PlannerPod(String, String, String, String, String, String, String, String) - Constructor for class de.dlr.proseo.model.rest.model.PlannerPod
Creates a new PlannerPod.
PlannerResultMessage - Class in de.dlr.proseo.planner
Wrapper class for ProseoMessages
PlannerResultMessage(ProseoMessage) - Constructor for class de.dlr.proseo.planner.PlannerResultMessage
Create a new instance of PlannerResultMessage with a given prosEO message.
planOrder(String, String, Boolean, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Plan processing order of id on processing facility
planOrder(String, String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Plan processing order of id on processing facility
planOrder(String, String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Plan processing order of id on processing facility
PodKube - Class in de.dlr.proseo.planner.rest.model
Represents a Kubernetes pod/job and provides methods to handle its data.
PodKube(V1Job) - Constructor for class de.dlr.proseo.planner.rest.model.PodKube
Constructs a PodKube object based on the provided Kubernetes job.
port - Static variable in class de.dlr.proseo.planner.ProductionPlanner
 
postToService(String, String, Object, Class<T>, String, String) - Method in class de.dlr.proseo.planner.service.ServiceConnection
Calls a prosEO service at the given location with HTTP Post
predecessors - Variable in class de.dlr.proseo.model.rest.model.RestJobStepGraph
The list of predecessor job step ids
prepareExpectedJobs(long, long, OrderPlanThread) - Method in class de.dlr.proseo.planner.dispatcher.OrderDispatcher
Publish an order, create jobs and job steps needed to create all products
prepareSuspend(long, Boolean) - Method in class de.dlr.proseo.planner.util.OrderUtil
Prepare the suspend of the processing order.
priority - Variable in class de.dlr.proseo.model.rest.model.RestJob
A processing priority (lower numbers indicate lower priority, higher numbers higher priority; default is 50)
priority - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Priority of the ProcessingOrder (lower number means lower priority; value range 1..100 is defined for the ODIP, but other values are allowed outside On-Demand Production, including negative numbers).
processingCompletionTime - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The completion time of the processing job
processingEngineToken - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Authentication token for connecting to this facility's processing engine (Kubernetes instance)
processingEngineUrl - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
The URL to access this facility's processing engine (Kubernetes instance)
ProcessingfacilityController - Interface in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ProcessingfacilityControllerDecorator - Class in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ProcessingfacilityControllerDecorator() - Constructor for class de.dlr.proseo.model.rest.ProcessingfacilityControllerDecorator
 
ProcessingfacilityControllerImpl - Class in de.dlr.proseo.planner.rest
Spring MVC controller for the prosEO planner; implements the services required to handle processing facilities.
ProcessingfacilityControllerImpl() - Constructor for class de.dlr.proseo.planner.rest.ProcessingfacilityControllerImpl
 
processingFacilityName - Variable in class de.dlr.proseo.model.rest.model.RestJob
The name of the processing facility this job runs on
processingMode - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The processing mode to run the processor(s) in
processingMode - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The processing mode to run the processor(s) in
processingStartTime - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The start time of the processing job
processingStdErr - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The standard error output of the processing job
processingStdOut - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The standard output of the processing job
productClass - Variable in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
The product class to generate as output
productClass - Variable in class de.dlr.proseo.model.rest.model.RestInputFilter
The product class the input filters apply to
ProductController - Interface in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ProductControllerDecorator - Class in de.dlr.proseo.model.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ProductControllerDecorator() - Constructor for class de.dlr.proseo.model.rest.ProductControllerDecorator
 
ProductControllerImpl - Class in de.dlr.proseo.planner.rest
Spring MVC controller for the prosEO planner; implements the services required to handle products.
ProductControllerImpl() - Constructor for class de.dlr.proseo.planner.rest.ProductControllerImpl
 
productionPlanner - Static variable in class de.dlr.proseo.planner.ProductionPlanner
The production planner instance
ProductionPlanner - Class in de.dlr.proseo.planner
prosEO planner application
ProductionPlanner() - Constructor for class de.dlr.proseo.planner.ProductionPlanner
 
ProductionPlannerConfiguration - Class in de.dlr.proseo.planner
Configuration class for the prosEO ProductionPlanner component.
ProductionPlannerConfiguration() - Constructor for class de.dlr.proseo.planner.ProductionPlannerConfiguration
 
ProductionPlannerSecurityConfig - Class in de.dlr.proseo.planner
Security configuration for the prosEO planner module.
ProductionPlannerSecurityConfig() - Constructor for class de.dlr.proseo.planner.ProductionPlannerSecurityConfig
 
productionType - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Production type context, in which the order is running (SYSTEMATIC, ON_DEMAND_DEFAULT, ON_DEMAND_NON_DEFAULT)
productRetentionPeriod - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Retention period for products generated by this processing order in seconds
PROGRESS - Enum constant in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
PROGRESS - Enum constant in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 
putToService(String, String, Class<T>, String, String) - Method in class de.dlr.proseo.planner.service.ServiceConnection
Calls a prosEO service at the given location with HTTP PUT

R

READY - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
READY - Enum constant in enum class de.dlr.proseo.model.rest.model.Status
 
rebuild(KubeConfig, V1Job) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Rebuilds the kube job entries of a processing facility after a restart of the planner.
release(long) - Method in class de.dlr.proseo.planner.util.OrderReleaseThread
Releases the processing order.
RELEASE_THREAD_PREFIX - Static variable in class de.dlr.proseo.planner.ProductionPlanner
 
RELEASED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
releaseOrder(String, Boolean, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Release processing order of id
releaseOrder(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Release processing order of id
releaseOrder(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Release processing order of id (at the moment the same functionality as resumeOrder)
releaseTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Date and time at which the ProcessingOrder was received (mandatory for ProcessingOrders created via the ODIP)
requestedProductClasses - Variable in class de.dlr.proseo.model.rest.model.RestOrder
List of internal product types requested as output from the order (at least one is required)
reset(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Reset the processing order and it jobs and job steps.
resetOrder(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Reset processing order of id
resetOrder(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Reset processing order of id
resetOrder(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Reset processing order by ID.
restartReleasingOrder(long) - Method in class de.dlr.proseo.planner.util.OrderUtil
Restart the thread corresponding to release the order with the given ID.
restartSuspendingOrder(long) - Method in class de.dlr.proseo.planner.util.OrderUtil
Restart the thread corresponding to suspend the order with the given ID.
RestClassOutputParameter - Class in de.dlr.proseo.model.rest.model
 
RestClassOutputParameter() - Constructor for class de.dlr.proseo.model.rest.model.RestClassOutputParameter
Creates a new RestClassOutputParameter.
RestClassOutputParameter(String, List<RestParameter>) - Constructor for class de.dlr.proseo.model.rest.model.RestClassOutputParameter
Creates a new RestClassOutputParameter.
RestId - Class in de.dlr.proseo.model.rest.model
 
RestId() - Constructor for class de.dlr.proseo.model.rest.model.RestId
Creates a new RestId.
RestId(Long) - Constructor for class de.dlr.proseo.model.rest.model.RestId
Creates a new RestId.
RestInputFilter - Class in de.dlr.proseo.model.rest.model
 
RestInputFilter() - Constructor for class de.dlr.proseo.model.rest.model.RestInputFilter
Creates a new RestInputFilter.
RestInputFilter(String, List<RestParameter>) - Constructor for class de.dlr.proseo.model.rest.model.RestInputFilter
Creates a new RestInputFilter.
RestInputReference - Class in de.dlr.proseo.model.rest.model
 
RestInputReference() - Constructor for class de.dlr.proseo.model.rest.model.RestInputReference
Creates a new RestInputReference.
RestInputReference(String, String, String) - Constructor for class de.dlr.proseo.model.rest.model.RestInputReference
Creates a new RestInputReference.
RestJob - Class in de.dlr.proseo.model.rest.model
 
RestJob() - Constructor for class de.dlr.proseo.model.rest.model.RestJob
Creates a new RestJob.
RestJob(Long, Long, String, JobState, RestOrbit, Date, Date, Long, Boolean, String, List<RestJobStep>) - Constructor for class de.dlr.proseo.model.rest.model.RestJob
Creates a new RestJob.
RestJobGraph - Class in de.dlr.proseo.model.rest.model
 
RestJobGraph() - Constructor for class de.dlr.proseo.model.rest.model.RestJobGraph
Creates a new RestJobGraph.
RestJobGraph(Long, JobState, List<RestJobStepGraph>) - Constructor for class de.dlr.proseo.model.rest.model.RestJobGraph
Creates a new RestJobGraph.
RestJobStep - Class in de.dlr.proseo.model.rest.model
 
RestJobStep() - Constructor for class de.dlr.proseo.model.rest.model.RestJobStep
Creates a new RestJobStep.
RestJobStep(Long, Long, String, Long, JobStepState, List<RestParameter>, String, List<String>, String, Long, String, Date, Date, StdoutLogLevel, StderrLogLevel, String, String, Boolean, String, Long, String) - Constructor for class de.dlr.proseo.model.rest.model.RestJobStep
Creates a new RestJobStep.
RestJobStepGraph - Class in de.dlr.proseo.model.rest.model
 
RestJobStepGraph() - Constructor for class de.dlr.proseo.model.rest.model.RestJobStepGraph
Creates a new RestJobStepGraph.
RestJobStepGraph(Long, JobStepState, String, List<RestId>) - Constructor for class de.dlr.proseo.model.rest.model.RestJobStepGraph
Creates a new RestJobStepGraph.
RestNotificationEndpoint - Class in de.dlr.proseo.model.rest.model
 
RestNotificationEndpoint() - Constructor for class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Creates a new RestNotificationEndpoint.
RestNotificationEndpoint(String, String, String) - Constructor for class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Creates a new RestNotificationEndpoint.
RestOrbit - Class in de.dlr.proseo.model.rest.model
 
RestOrbit() - Constructor for class de.dlr.proseo.model.rest.model.RestOrbit
Creates a new RestOrbit.
RestOrbit(Long, Long, String, String, Long, String, String) - Constructor for class de.dlr.proseo.model.rest.model.RestOrbit
Creates a new RestOrbit.
RestOrbitQuery - Class in de.dlr.proseo.model.rest.model
 
RestOrbitQuery() - Constructor for class de.dlr.proseo.model.rest.model.RestOrbitQuery
Creates a new RestOrbitQuery.
RestOrbitQuery(String, Long, Long) - Constructor for class de.dlr.proseo.model.rest.model.RestOrbitQuery
Creates a new RestOrbitQuery.
RestOrder - Class in de.dlr.proseo.model.rest.model
 
RestOrder() - Constructor for class de.dlr.proseo.model.rest.model.RestOrder
Creates a new RestOrder.
RestOrder(Long, Long, String, String, String, Integer, String, String, String, Date, Date, Date, Date, Date, Date, String, String, String, Long, Long, RestInputReference, List<RestInputFilter>, List<RestParameter>, List<RestClassOutputParameter>, List<RestParameter>, String, String, List<String>, List<RestOrbitQuery>, List<String>, List<String>, String, String, String, RestNotificationEndpoint, Long, Boolean, Boolean, Long, Boolean, Boolean, List<String>, Long, Long, Long, Long, Long) - Constructor for class de.dlr.proseo.model.rest.model.RestOrder
Creates a new RestOrder.
RestParameter - Class in de.dlr.proseo.model.rest.model
 
RestParameter() - Constructor for class de.dlr.proseo.model.rest.model.RestParameter
Creates a new RestParameter.
RestParameter(String, String, String) - Constructor for class de.dlr.proseo.model.rest.model.RestParameter
Creates a new RestParameter.
RestProcessingFacility - Class in de.dlr.proseo.model.rest.model
 
RestProcessingFacility() - Constructor for class de.dlr.proseo.model.rest.model.RestProcessingFacility
Creates a new RestProcessingFacility.
RestProcessingFacility(Long, Long, String, String, String, String, String, Long, String, String, String, String, String, String) - Constructor for class de.dlr.proseo.model.rest.model.RestProcessingFacility
Creates a new RestProcessingFacility.
RestUtil - Class in de.dlr.proseo.planner.rest.model
Utility class to build REST objects.
RestUtil() - Constructor for class de.dlr.proseo.planner.rest.model.RestUtil
 
resume(Job) - Method in class de.dlr.proseo.planner.util.JobUtil
Resume a job and its job steps.
resume(JobStep, Boolean) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Resume job step
resume(ProcessingOrder, Boolean, String, String) - Method in class de.dlr.proseo.planner.util.OrderUtil
Resume the processing order and it jobs and job steps.
resumeJob(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Resume job of id
resumeJob(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Resume job of id
resumeJob(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Resume the job with job id
resumeJobStep(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobstepController
Resume job step of id
resumeJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobstepControllerDecorator
Resume job step of id
resumeJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobstepControllerImpl
Resume a production planner job step identified by name or id
resumeOrder(String, Boolean, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Resume processing order of id
resumeOrder(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Resume processing order of id
resumeOrder(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Resume processing order (currently an alias for releaseOrder).
retry(Job) - Method in class de.dlr.proseo.planner.util.JobUtil
Retry a job and its job steps.
retry(JobStep) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Retries a job step, attempting to re-execute it if it previously failed.
retry(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Retry the processing order and it jobs and job steps.
retryJob(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Retry job of id
retryJob(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Retry job of id
retryJob(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Retry a job by job id
retryJobStep(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobstepController
Retry job step of id
retryJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobstepControllerDecorator
Retry job step of id
retryJobStep(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobstepControllerImpl
Retry a production planner job step identified by name or id
retryOrder(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Retry processing order of id
retryOrder(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Retry processing order of id
retryOrder(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Retry processing order by ID.
rtb - Variable in class de.dlr.proseo.planner.util.JobStepUtil
REST template builder
rtb - Variable in class de.dlr.proseo.planner.util.OrderUtil
REST template builder
run() - Method in class de.dlr.proseo.planner.dispatcher.KubeDispatcher
Checks for job steps, which are ready to run; depending on its creation parameter "runOnce" this is a one-time process or it is running cyclically until it is terminated externally
run() - Method in class de.dlr.proseo.planner.kubernetes.KubeJobFinish
Starts the thread to monitor the Kubernetes job until it finishes and the finish info is retrieved.
run() - Method in class de.dlr.proseo.planner.util.OrderPlanThread
Starts the thread and initiates the planning process for the given order.
run() - Method in class de.dlr.proseo.planner.util.OrderReleaseThread
Starts and initializes the release thread.
run(String...) - Method in class de.dlr.proseo.planner.ProductionPlanner
Runs the application, initializing necessary configurations and components.
RUNNING - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
RUNNING - Enum constant in enum class de.dlr.proseo.model.rest.model.Status
 

S

searchForJobStepsToRun(long, long, boolean) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Searches for job steps with unsatisfied product queries associated with a given processing facility and product class.
searchPod() - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Searches for pods associated with the kube job and populates the podNames list with the names of the found pods.
securityConfig - Variable in class de.dlr.proseo.planner.rest.OrderControllerImpl
The production planner security configuration
securityConfig - Variable in class de.dlr.proseo.planner.util.JobStepUtil
The planner security configuration
sendJobOrderToStorageManager(KubeConfig, JobOrder, JobOrderVersion) - Method in class de.dlr.proseo.planner.dispatcher.JobDispatcher
Send the job order as a Base64 string to the storage manager.
sendNotification(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Sends a notification for the given processing order.
SENSING_TIME - Enum constant in enum class de.dlr.proseo.planner.JobStepSort
 
sensingStartTime - Variable in class de.dlr.proseo.model.rest.model.RestInputReference
Sensing start time of the input product
sensingStopTime - Variable in class de.dlr.proseo.model.rest.model.RestInputReference
Sensing stop time of the input product
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestId
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestInputFilter
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestInputReference
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestJob
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestJobGraph
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestJobStep
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestJobStepGraph
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestOrbit
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestOrbitQuery
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestOrder
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestParameter
 
serialVersionUID - Static variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
 
ServiceConnection - Class in de.dlr.proseo.planner.service
Service class to connect to the prosEO backend services from planner
ServiceConnection() - Constructor for class de.dlr.proseo.planner.service.ServiceConnection
 
setActualCompletionTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the actualCompletionTime.
setAutoClose(Boolean) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the autoClose.
setAutoRelease(Boolean) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the autoRelease.
setCheckForFurtherJobStepsToRun(Boolean) - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Set the flag indicating whether to check for further job steps to run.
setClassOutputParameters(List<RestClassOutputParameter>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the classOutputParameters.
setCompletiontime(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the completiontime.
setConfiguredProcessor(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the configuredProcessor.
setConfiguredProcessors(List<String>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the configuredProcessors.
setCreatedJobs(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the createdJobs.
setDefaultStorageType(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the defaultStorageType.
setDescription(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the description.
setDynamicProcessingParameters(List<RestParameter>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the dynamicProcessingParameters.
setEstimatedCompletionTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the estimatedCompletionTime.
setEvictionTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the evictionTime.
setExecutionTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the executionTime.
setExpectedJobs(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the expectedJobs.
setExternalStorageManagerUrl(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the externalStorageManagerUrl.
setExternalStorageManagerUrl(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the external storage manager URL.
setFacility(ProcessingFacility) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets all locally stored variables based on the provided processing facility.
setFacilityState(FacilityState) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the facility state.
setFacilityState(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the facilityState.
setFilterConditions(List<RestParameter>) - Method in class de.dlr.proseo.model.rest.model.RestInputFilter
Set the filterConditions.
setHasFailedJobSteps(Job, Boolean) - Method in class de.dlr.proseo.planner.util.JobUtil
Set the job to failed
setHasFailedJobSteps(ProcessingOrder, Boolean) - Method in class de.dlr.proseo.planner.util.OrderUtil
Set the failed job steps flag in the order on failure
setHasFailedJobSteps(Boolean) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the hasFailedJobSteps.
setHasFailedJobSteps(Boolean) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the hasFailedJobSteps.
setHttpTimeout(Integer) - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Set the HTTP timeout value.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestId
Set the id.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the id.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
Set the id.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the id.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Set the id.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Set the id.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the id.
setId(Long) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the id.
setId(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the id.
setIdentifier(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the identifier.
setInputDataTimeoutPeriod(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the inputDataTimeoutPeriod.
setInputFileName(String) - Method in class de.dlr.proseo.model.rest.model.RestInputReference
Set the inputFileName.
setInputFilters(List<RestInputFilter>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the inputFilters.
setInputProductClasses(List<String>) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the inputProductClasses.
setInputProductClasses(List<String>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the inputProductClasses.
setInputProductReference(RestInputReference) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the inputProductReference.
setIsFailed(Boolean) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the isFailed.
setJobCreatingList(HashMap<Long, Long>) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
 
setJobId(Long) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the jobId.
setJobOrder(JobOrder) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Sets the job order for the job.
setJobOrderFilename(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the jobOrderFilename.
setJobOrderFileName(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Sets the name of the job order file (JOF).
setJobState(JobState) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the jobState.
setJobState(JobState) - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
Set the jobState.
setJobSteps(List<RestJobStep>) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the jobSteps.
setJobSteps(List<RestJobStepGraph>) - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
Set the jobSteps.
setJobStepState(JobStepState) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the jobStepState.
setJobStepState(JobStepState) - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Set the jobStepState.
setJobStepStates(List<String>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the jobStepStates.
setKey(String) - Method in class de.dlr.proseo.model.rest.model.RestParameter
Set the key.
setLocalStorageManagerUrl(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the localStorageManagerUrl.
setLocalStorageManagerUrl(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the local storage manager URL.
setLog(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the log.
setMaxJobsPerNode(Integer) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the maximum number of jobs per node.
setMaxJobsPerNode(Long) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the maxJobsPerNode.
setMessage(ProseoMessage) - Method in class de.dlr.proseo.planner.PlannerResultMessage
Set the prosEO message.
setMissionCode(String) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Set the missionCode.
setMissionCode(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the missionCode.
setName(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the name.
setName(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the name.
setName(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the name.
setNotificationEndpoint(RestNotificationEndpoint) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the notificationEndpoint.
setNotificationUrl(String) - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Set the URL of the prosEO notification service.
setOnInputDataTimeoutFail(Boolean) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the onInputDataTimeoutFail.
setOrbit(RestOrbit) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the orbit.
setOrbitNumber(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Set the orbitNumber.
setOrbitNumberFrom(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
Set the orbitNumberFrom.
setOrbitNumberTo(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
Set the orbitNumberTo.
setOrbits(List<RestOrbitQuery>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the orbits.
setOrderHistory(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Set the order state and time of an order history object.
setOrderHistoryOrderDeleted(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Set the deletion time of an order history object.
setOrderId(Long) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the orderId.
setOrderIdentifier(String) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the orderIdentifier.
setOrderIdentifier(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the orderIdentifier.
setOrderSource(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the orderSource.
setOrderState(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the orderState.
setOutputFileClass(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the outputFileClass.
setOutputParameters(List<RestParameter>) - Method in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
Set the outputParameters.
setOutputParameters(List<RestParameter>) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the outputParameters.
setOutputParameters(List<RestParameter>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the outputParameters.
setOutputProduct(Long) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the outputProduct.
setOutputProductClass(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the outputProductClass.
setOutputProductClass(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Set the outputProductClass.
setParameterType(String) - Method in class de.dlr.proseo.model.rest.model.RestParameter
Set the parameterType.
setParameterValue(String) - Method in class de.dlr.proseo.model.rest.model.RestParameter
Set the parameterValue.
setPassword(String) - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Set the password.
setPercentCompleted(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the percentCompleted.
setPercentFailed(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the percentFailed.
setPercentRunning(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the percentRunning.
setPlanningBatchSize(Integer) - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Set the planning batch size.
setPredecessors(List<RestId>) - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
Set the predecessors.
setPriority(Integer) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the priority.
setPriority(Long) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the priority.
setProcessingCompletionTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the processingCompletionTime.
setProcessingEngineToken(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the processingEngineToken.
setProcessingEngineToken(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the processing engine token.
setProcessingEngineUrl(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the processingEngineUrl.
setProcessingFacility(ProcessingFacility) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the processing facility.
setProcessingFacilityName(String) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the processingFacilityName.
setProcessingMode(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the processingMode.
setProcessingMode(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the processingMode.
setProcessingStartTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the processingStartTime.
setProcessingStdErr(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the processingStdErr.
setProcessingStdOut(String) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the processingStdOut.
setProductClass(String) - Method in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
Set the productClass.
setProductClass(String) - Method in class de.dlr.proseo.model.rest.model.RestInputFilter
Set the productClass.
setProductionPlannerJobCreatedWaitTime(Integer) - Method in class de.dlr.proseo.planner.ProductionPlannerConfiguration
Set the wait time for K8s job finish cycle.
setProductionType(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the productionType.
setProductRetentionPeriod(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the productRetentionPeriod.
setReleaseTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the releaseTime.
setRequestedProductClasses(List<String>) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the requestedProductClasses.
setSensingStartTime(String) - Method in class de.dlr.proseo.model.rest.model.RestInputReference
Set the sensingStartTime.
setSensingStopTime(String) - Method in class de.dlr.proseo.model.rest.model.RestInputReference
Set the sensingStopTime.
setSliceDuration(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the sliceDuration.
setSliceOverlap(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the sliceOverlap.
setSlicingType(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the slicingType.
setSpacecraftCode(String) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Set the spacecraftCode.
setSpacecraftCode(String) - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
Set the spacecraftCode.
setStarttime(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the starttime.
setStartTime(String) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Set the startTime.
setStartTime(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the startTime.
setStartTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the startTime.
setStateMessage(ProcessingOrder, String) - Method in class de.dlr.proseo.planner.util.OrderUtil
Set the state message of the order.
setStateMessage(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the stateMessage.
setStatus(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the status.
setStderrLogLevel(StderrLogLevel) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the stderrLogLevel.
setStdoutLogLevel(StdoutLogLevel) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the stdoutLogLevel.
setStopTime(String) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Set the stopTime.
setStopTime(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the stopTime.
setStopTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the stopTime.
setStorageManagerPassword(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the storageManagerPassword.
setStorageManagerPassword(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the storage manager password.
setStorageManagerUrl(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the storageManagerUrl.
setStorageManagerUrl(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the storage manager URL.
setStorageManagerUser(String) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the storageManagerUser.
setStorageManagerUser(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the storage manager user.
setStorageType(StorageType) - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Sets the storage type.
setSubmissionTime(Date) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the submissionTime.
setSucceded(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the succeded.
setText(String) - Method in class de.dlr.proseo.planner.PlannerResultMessage
Set the complete message text.
setTimes(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Set the actual completion time and the estimated completion time if it is null.
setType(String) - Method in class de.dlr.proseo.model.rest.model.PlannerPod
Set the type.
setUri(String) - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Set the uri.
setUsername(String) - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
Set the username.
setUuid(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the uuid.
setVersion(Long) - Method in class de.dlr.proseo.model.rest.model.RestJob
Set the version.
setVersion(Long) - Method in class de.dlr.proseo.model.rest.model.RestJobStep
Set the version.
setVersion(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrbit
Set the version.
setVersion(Long) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the version.
setVersion(Long) - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Set the version.
setWorkflowName(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the workflowName.
setWorkflowUuid(String) - Method in class de.dlr.proseo.model.rest.model.RestOrder
Set the workflowUuid.
sliceDuration - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Duration of a slice in seconds (only for slicingType TIME_SLICE)
sliceOverlap - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Overlap between adjacent slices in seconds (applicable for all slicingTypes except NONE, default 0)
slicingType - Variable in class de.dlr.proseo.model.rest.model.RestOrder
One of { "ORBIT", "CALENDAR_DAY", "CALENDAR_MONTH", "CALENDAR_YEAR", "TIME_SLICE", "NONE" }
sort - Variable in enum class de.dlr.proseo.planner.JobStepSort
The string representation of the sorting criterion.
spacecraftCode - Variable in class de.dlr.proseo.model.rest.model.RestOrbit
The short code for the spacecraft (e. g.
spacecraftCode - Variable in class de.dlr.proseo.model.rest.model.RestOrbitQuery
 
startDispatcher() - Method in class de.dlr.proseo.planner.ProductionPlanner
Starts the Kubernetes dispatcher thread.
STARTED - Enum constant in enum class de.dlr.proseo.model.rest.model.JobState
 
startJob(Job) - Method in class de.dlr.proseo.planner.util.JobUtil
Start a job and its job steps.
startJobStep(JobStep) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Initiates the execution of a job step on a Kubernetes cluster.
startOrder(ProcessingOrder) - Method in class de.dlr.proseo.planner.util.OrderUtil
Start the processing order and it jobs and job steps.
starttime - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
startTime - Variable in class de.dlr.proseo.model.rest.model.RestJob
The start time of the time interval to process
startTime - Variable in class de.dlr.proseo.model.rest.model.RestOrbit
The start time of the orbit (e. g. using a Spacecraft Midnight Crossing [SMX] event) in orbit format (YYYY-MM-DDThh:mm:ss.SSSSSS)
startTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The start time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]).
stateMessage - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Explanatory message describing the reason for the latest state change (mandatory for ProcessingOrders created via the ODIP)
status - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
Status - Enum Class in de.dlr.proseo.model.rest.model
 
stderrLogLevel - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The log level of stderr
StderrLogLevel - Enum Class in de.dlr.proseo.model.rest.model
 
stdoutLogLevel - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
The log level of stdout
StdoutLogLevel - Enum Class in de.dlr.proseo.model.rest.model
 
stopDispatcher() - Method in class de.dlr.proseo.planner.ProductionPlanner
Stops the Kubernetes dispatcher thread.
stopTime - Variable in class de.dlr.proseo.model.rest.model.RestJob
The end time of the time interval to process
stopTime - Variable in class de.dlr.proseo.model.rest.model.RestOrbit
The stop time of the orbit (e. g. using a Spacecraft Midnight Crossing [SMX] event) in orbit format (YYYY-MM-DDThh:mm:ss.SSSSSS); usually the stop time of one orbit is the start time of the subsequent orbit
stopTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
The end time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]).
storageManagerPassword - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
Password for connecting to the Storage Manager (locally and from external services)
storageManagerUrl - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
The URL to access this facility's storage manager from the control instance
storageManagerUser - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
User name for connecting to the Storage Manager (locally and from external services)
SUBMISSION_TIME - Enum constant in enum class de.dlr.proseo.planner.JobStepSort
 
submissionTime - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Date and time at which the ProcessingOrder was received (mandatory for ProcessingOrders created via the ODIP)
succeded - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 
suspend(long, Boolean) - Method in class de.dlr.proseo.planner.util.OrderUtil
Suspend the processing order and its jobs and job steps.
suspend(Job, Boolean) - Method in class de.dlr.proseo.planner.util.JobUtil
Suspend a job and its job steps.
suspend(JobStep, Boolean) - Method in class de.dlr.proseo.planner.util.JobStepUtil
Suspends a job step, either forcefully terminating it or waiting until completion.
suspendJob(String, Boolean, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobController
Suspend job of id
suspendJob(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobControllerDecorator
Suspend job of id
suspendJob(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobControllerImpl
Suspend a job by job id
suspendJobStep(String, Boolean, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.JobstepController
Suspend job step of id
suspendJobStep(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.model.rest.JobstepControllerDecorator
Suspend job step of id
suspendJobStep(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.JobstepControllerImpl
Cancel a production planner job step identified by name or id.
suspendOrder(String, Boolean, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.OrderController
Suspend processing order of id
suspendOrder(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.model.rest.OrderControllerDecorator
Suspend processing order of id
suspendOrder(String, Boolean, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.OrderControllerImpl
Suspend processing order by ID.
sync() - Method in class de.dlr.proseo.planner.kubernetes.KubeConfig
Synchronizes the Kubernetes jobs and the internal KubeJob list with the Planner.
synchronizeFacility(String, HttpHeaders) - Method in interface de.dlr.proseo.model.rest.ProcessingfacilityController
Update and get running and connected processing facilities
synchronizeFacility(String, HttpHeaders) - Method in class de.dlr.proseo.model.rest.ProcessingfacilityControllerDecorator
Update and get running and connected processing facilities
synchronizeFacility(String, HttpHeaders) - Method in class de.dlr.proseo.planner.rest.ProcessingfacilityControllerImpl
Synchronize and run job steps of processing facility identified by name

T

toString() - Method in enum class de.dlr.proseo.model.rest.model.JobState
 
toString() - Method in enum class de.dlr.proseo.model.rest.model.JobStepState
 
toString() - Method in class de.dlr.proseo.model.rest.model.PlannerPod
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestClassOutputParameter
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestId
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestInputFilter
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestInputReference
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestJob
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestJobGraph
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestJobStep
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestJobStepGraph
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestOrbit
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestOrbitQuery
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestOrder
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestParameter
 
toString() - Method in class de.dlr.proseo.model.rest.model.RestProcessingFacility
 
toString() - Method in enum class de.dlr.proseo.model.rest.model.Status
 
toString() - Method in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
toString() - Method in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 
type - Variable in class de.dlr.proseo.model.rest.model.PlannerPod
 

U

updateAuth(Long, String, String) - Method in class de.dlr.proseo.planner.ProductionPlanner
Updates authentication details for an order).
updateFinishInfoAndDelete(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Retrieves and store the completion information of the Kubernetes job specified by the given job name.
updateInfo(String) - Method in class de.dlr.proseo.planner.kubernetes.KubeJob
Update all the information of a Kubernetes job which is stored in the job step.
updateKubeConfig(String) - Method in class de.dlr.proseo.planner.ProductionPlanner
Attempts to connect to a processing facility.
updateKubeConfigs() - Method in class de.dlr.proseo.planner.ProductionPlanner
Walk through ProcessingFacility list of DB and try to connect each.
uri - Variable in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
The URI used to notify the ProcessingOrder originator of the order completion
userDetailsService() - Method in class de.dlr.proseo.planner.ProductionPlannerSecurityConfig
Provides the default user details service for prosEO based on the standard data model for users and groups.
username - Variable in class de.dlr.proseo.model.rest.model.RestNotificationEndpoint
The username to authenticate with (using Basic Authentication)
UtilService - Class in de.dlr.proseo.planner.util
Service to retrieve the utility classes
UtilService() - Constructor for class de.dlr.proseo.planner.util.UtilService
Constructor to create the instance
uuid - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Universally unique order identifier

V

value() - Method in enum class de.dlr.proseo.model.rest.model.JobState
 
value() - Method in enum class de.dlr.proseo.model.rest.model.JobStepState
 
value() - Method in enum class de.dlr.proseo.model.rest.model.Status
 
value() - Method in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
value() - Method in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 
valueOf(String) - Static method in enum class de.dlr.proseo.model.rest.model.JobState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.dlr.proseo.model.rest.model.JobStepState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.dlr.proseo.model.rest.model.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.dlr.proseo.planner.JobStepSort
Returns the enum constant of this class with the specified name.
values() - Static method in enum class de.dlr.proseo.model.rest.model.JobState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.dlr.proseo.model.rest.model.JobStepState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.dlr.proseo.model.rest.model.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.dlr.proseo.planner.JobStepSort
Returns an array containing the constants of this enum class, in the order they are declared.
version - Variable in class de.dlr.proseo.model.rest.model.RestJob
A version identifier to track updates to the object (especially to detect concurrent update attempts)
version - Variable in class de.dlr.proseo.model.rest.model.RestJobStep
A version identifier to track updates to the object (especially to detect concurrent update attempts)
version - Variable in class de.dlr.proseo.model.rest.model.RestOrbit
A version identifier to track updates to the object (especially to detect concurrent update attempts)
version - Variable in class de.dlr.proseo.model.rest.model.RestOrder
A version identifier to track updates to the object (especially to detect concurrent update attempts)
version - Variable in class de.dlr.proseo.model.rest.model.RestProcessingFacility
A version identifier to track updates to the object (especially to detect concurrent update attempts)

W

WAITING_INPUT - Enum constant in enum class de.dlr.proseo.model.rest.model.JobStepState
 
WAITING_INPUT - Enum constant in enum class de.dlr.proseo.model.rest.model.Status
 
WARNING - Enum constant in enum class de.dlr.proseo.model.rest.model.StderrLogLevel
 
WARNING - Enum constant in enum class de.dlr.proseo.model.rest.model.StdoutLogLevel
 
workflowName - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Short name of the applicable workflow (not suitable for identification; only for orders generated through ODIP)
workflowUuid - Variable in class de.dlr.proseo.model.rest.model.RestOrder
Universally unique workflow identifier (only for orders generated through ODIP, mandatory for these)
A C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form