Uses of Class
de.dlr.proseo.procmgr.rest.model.RestWorkflowOption
Packages that use RestWorkflowOption
Package
Description
Utility classes for the prosEO Processor Manager component
-
Uses of RestWorkflowOption in de.dlr.proseo.procmgr.rest.model
Fields in de.dlr.proseo.procmgr.rest.model with type parameters of type RestWorkflowOptionModifier and TypeFieldDescriptionprotected List<RestWorkflowOption> RestWorkflow.workflowOptionsOptions, which can be set as "Dynamic Processing Parameters" in Job Orders generated from this workflowMethods in de.dlr.proseo.procmgr.rest.model that return types with arguments of type RestWorkflowOptionModifier and TypeMethodDescription@NotNull @Valid List<RestWorkflowOption> RestWorkflow.getWorkflowOptions()Returns the workflowOptions.Method parameters in de.dlr.proseo.procmgr.rest.model with type arguments of type RestWorkflowOptionModifier and TypeMethodDescriptionvoidRestWorkflow.setWorkflowOptions(List<RestWorkflowOption> workflowOptions) Set the workflowOptions.