|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessletInputDefinition | |
---|---|
org.deegree.process.jaxb.java | |
org.deegree.services.wps.input |
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 java.util.List<javax.xml.bind.JAXBElement<? extends ProcessletInputDefinition>> |
ProcessDefinition.InputParameters.processInput
|
Methods in org.deegree.process.jaxb.java that return types with arguments of type ProcessletInputDefinition | |
---|---|
javax.xml.bind.JAXBElement<ProcessletInputDefinition> |
ObjectFactory.createProcessInput(ProcessletInputDefinition value)
Create an instance of JAXBElement < ProcessletInputDefinition > } |
java.util.List<javax.xml.bind.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 | |
---|---|
javax.xml.bind.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,
org.deegree.commons.tom.ows.LanguageString title,
org.deegree.commons.tom.ows.LanguageString summary)
Creates a new ProcessletInputImpl instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |