|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProcessletInputDefinition in org.deegree.process.jaxb.java |
|---|
| Subclasses of ProcessletInputDefinition in org.deegree.process.jaxb.java | |
|---|---|
class |
BoundingBoxInputDefinition
Description of a bounding box input parameter to the process. |
class |
ComplexInputDefinition
Description of a complex input parameter (XML or binary) to the process. |
class |
LiteralInputDefinition
Description of a literal input parameter to the process. |
| Fields in org.deegree.process.jaxb.java with type parameters of type ProcessletInputDefinition | |
|---|---|
protected List<JAXBElement<? extends ProcessletInputDefinition>> |
ProcessDefinition.InputParameters.processInput
|
| Methods in org.deegree.process.jaxb.java that return types with arguments of type ProcessletInputDefinition | |
|---|---|
JAXBElement<ProcessletInputDefinition> |
ObjectFactory.createProcessInput(ProcessletInputDefinition value)
Create an instance of JAXBElement<ProcessletInputDefinition>} |
List<JAXBElement<? extends ProcessletInputDefinition>> |
ProcessDefinition.InputParameters.getProcessInput()
Gets the value of the processInput property. |
| Methods in org.deegree.process.jaxb.java with parameters of type ProcessletInputDefinition | |
|---|---|
JAXBElement<ProcessletInputDefinition> |
ObjectFactory.createProcessInput(ProcessletInputDefinition value)
Create an instance of JAXBElement<ProcessletInputDefinition>} |
| Uses of ProcessletInputDefinition in org.deegree.services.wps.input |
|---|
| Fields in org.deegree.services.wps.input declared as ProcessletInputDefinition | |
|---|---|
protected ProcessletInputDefinition |
ProcessletInputImpl.definition
Corresponding input argument definition from process description. |
| Methods in org.deegree.services.wps.input that return ProcessletInputDefinition | |
|---|---|
ProcessletInputDefinition |
ProcessletInputImpl.getDefinition()
Returns the type information for this input argument. |
| Constructors in org.deegree.services.wps.input with parameters of type ProcessletInputDefinition | |
|---|---|
ProcessletInputImpl(ProcessletInputDefinition definition,
LanguageString title,
LanguageString summary)
Creates a new ProcessletInputImpl instance. |
|
| Uses of ProcessletInputDefinition in org.deegree.services.wps.provider.jrxml.contentprovider |
|---|
| Methods in org.deegree.services.wps.provider.jrxml.contentprovider with parameters of type ProcessletInputDefinition | |
|---|---|
protected void |
AbstractJrxmlContentProvider.addInput(ProcessletInputDefinition input,
Map<String,ParameterDescription> parameterDescriptions,
String id,
int max,
int min)
|
| Method parameters in org.deegree.services.wps.provider.jrxml.contentprovider with type arguments of type ProcessletInputDefinition | |
|---|---|
void |
PropertiesContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions,
List<JAXBElement<? extends ProcessletInputDefinition>> inputs,
XMLAdapter jrxmlAdapter,
Map<String,String> parameters,
List<String> handledParameters)
|
void |
OtherContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions,
List<JAXBElement<? extends ProcessletInputDefinition>> inputs,
XMLAdapter jrxmlAdapter,
Map<String,String> parameters,
List<String> handledParameters)
|
void |
ImageContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions,
List<JAXBElement<? extends ProcessletInputDefinition>> inputs,
XMLAdapter jrxmlAdapter,
Map<String,String> parameters,
List<String> handledParameters)
|
void |
JrxmlContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions,
List<JAXBElement<? extends ProcessletInputDefinition>> inputs,
XMLAdapter jrxmlAdapter,
Map<String,String> parameters,
List<String> handledParameters)
inspects the parameters found in the xml and converts them to WPSProcess input parameters |
void |
DataTableContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions,
List<JAXBElement<? extends ProcessletInputDefinition>> inputs,
XMLAdapter jrxmlAdapter,
Map<String,String> parameters,
List<String> handledParameters)
|
void |
SubreportContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescription,
List<JAXBElement<? extends ProcessletInputDefinition>> inputs,
XMLAdapter jrxmlAdapter,
Map<String,String> parameters,
List<String> handledParameters)
|
| Uses of ProcessletInputDefinition in org.deegree.services.wps.provider.jrxml.contentprovider.map |
|---|
| Method parameters in org.deegree.services.wps.provider.jrxml.contentprovider.map with type arguments of type ProcessletInputDefinition | |
|---|---|
void |
MapContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions,
List<JAXBElement<? extends ProcessletInputDefinition>> inputs,
XMLAdapter jrxmlAdapter,
Map<String,String> parameters,
List<String> handledParameters)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||