Uses of Class
de.dlr.proseo.procmgr.rest.model.RestClassOutputParameter
Packages that use RestClassOutputParameter
Package
Description
Utility classes for the prosEO Processor Manager component
-
Uses of RestClassOutputParameter in de.dlr.proseo.procmgr.rest.model
Fields in de.dlr.proseo.procmgr.rest.model with type parameters of type RestClassOutputParameterModifier and TypeFieldDescriptionprotected List<RestClassOutputParameter> RestWorkflow.classOutputParametersSet of parameters to apply to a generated product of the referenced product class replacing the general output parametersMethods in de.dlr.proseo.procmgr.rest.model that return types with arguments of type RestClassOutputParameterModifier and TypeMethodDescription@Valid List<RestClassOutputParameter> RestWorkflow.getClassOutputParameters()Returns the classOutputParameters.Method parameters in de.dlr.proseo.procmgr.rest.model with type arguments of type RestClassOutputParameterModifier and TypeMethodDescriptionvoidRestWorkflow.setClassOutputParameters(List<RestClassOutputParameter> classOutputParameters) Set the classOutputParameters.