Verwendungen von Klasse
de.dlr.proseo.procmgr.rest.model.RestParameter
Packages, die RestParameter verwenden
Package
Beschreibung
Utility classes for the prosEO Processor Manager component
-
Verwendungen von RestParameter in de.dlr.proseo.procmgr.rest.model
Felder in de.dlr.proseo.procmgr.rest.model mit Typparametern vom Typ RestParameterModifizierer und TypFeldBeschreibungprotected List<RestParameter> RestConfiguration.dynProcParametersDynamic processing parameters, the values denoting default values, which may be changed by the Job Order File generatorprotected List<RestParameter> RestInputFilter.filterConditionsFilter conditions to apply to input products of the given product classprotected List<RestParameter> RestClassOutputParameter.outputParametersSet of parameters to apply to the generated products (may be empty)protected List<RestParameter> RestWorkflow.outputParametersParameters to set for the generated products (may be empty)Methoden in de.dlr.proseo.procmgr.rest.model, die Typen mit Argumenten vom Typ RestParameter zurückgebenModifizierer und TypMethodeBeschreibung@NotNull @Valid List<RestParameter> RestConfiguration.getDynProcParameters()Returns the dynProcParameters.@NotNull @Valid List<RestParameter> RestInputFilter.getFilterConditions()Returns the filterConditions.@NotNull @Valid List<RestParameter> RestClassOutputParameter.getOutputParameters()Returns the outputParameters.@NotNull @Valid List<RestParameter> RestWorkflow.getOutputParameters()Returns the outputParameters.Methodenparameter in de.dlr.proseo.procmgr.rest.model mit Typargumenten vom Typ RestParameterModifizierer und TypMethodeBeschreibungvoidRestConfiguration.setDynProcParameters(List<RestParameter> dynProcParameters) Set the dynProcParameters.voidRestInputFilter.setFilterConditions(List<RestParameter> filterConditions) Set the filterConditions.voidRestClassOutputParameter.setOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.voidRestWorkflow.setOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.Konstruktorparameter in de.dlr.proseo.procmgr.rest.model mit Typargumenten vom Typ RestParameterModifiziererKonstruktorBeschreibungRestClassOutputParameter(String productClass, List<RestParameter> outputParameters) Creates a new RestClassOutputParameter.RestConfiguration(Long id, Long version, String missionCode, String processorName, String configurationVersion, String mode, List<RestParameter> dynProcParameters, String productQuality, List<RestConfigurationFile> configurationFiles, List<RestConfigurationInputFile> staticInputFiles, List<String> configuredProcessors, List<RestStringParameter> dockerRunParameters) Creates a new RestConfiguration.RestInputFilter(String productClass, List<RestParameter> filterConditions) Creates a new RestInputFilter.