|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessDefinition | |
---|---|
org.deegree.process.jaxb.java | |
org.deegree.services.wps | |
org.deegree.services.wps.describeprocess | |
org.deegree.services.wps.execute |
Uses of ProcessDefinition in org.deegree.process.jaxb.java |
---|
Methods in org.deegree.process.jaxb.java that return ProcessDefinition | |
---|---|
ProcessDefinition |
ObjectFactory.createProcessDefinition()
Create an instance of ProcessDefinition |
Uses of ProcessDefinition in org.deegree.services.wps |
---|
Methods in org.deegree.services.wps that return ProcessDefinition | |
---|---|
ProcessDefinition |
GenericWPSProcess.getDescription()
|
ProcessDefinition |
WPSProcess.getDescription()
Returns the description (e.g. parameter types, metadata) of the process. |
Constructors in org.deegree.services.wps with parameters of type ProcessDefinition | |
---|---|
GenericWPSProcess(ProcessDefinition description,
Processlet processlet)
Creates a new GenericWPSProcess instance. |
|
GenericWPSProcess(ProcessDefinition description,
Processlet processlet,
ExceptionCustomizer exceptionCustomizer)
Creates a new GenericWPSProcess instance with ExceptionCustomizer . |
|
ProcessletOutputs(ProcessDefinition processDefinition,
java.util.Collection<? extends ProcessletOutput> requestedOutputs)
|
Uses of ProcessDefinition in org.deegree.services.wps.describeprocess |
---|
Method parameters in org.deegree.services.wps.describeprocess with type arguments of type ProcessDefinition | |
---|---|
static void |
DescribeProcessResponseXMLAdapter.export100(javax.xml.stream.XMLStreamWriter writer,
java.util.List<WPSProcess> processes,
java.util.Map<ProcessDefinition,java.lang.String> processDefToWSDLUrl,
java.util.List<ProcessDescription> processAnnotations)
Exports the given ProcessDefinition s as a WPS 1.0.0 compliant wps:ProcessDescriptions
element. |
Uses of ProcessDefinition in org.deegree.services.wps.execute |
---|
Methods in org.deegree.services.wps.execute that return ProcessDefinition | |
---|---|
ProcessDefinition |
ExecuteRequest.getProcessDefinition()
Returns the definition of the process to be executed. |
ProcessDefinition |
ExecuteResponse.getProcessDefinition()
|
Constructors in org.deegree.services.wps.execute with parameters of type ProcessDefinition | |
---|---|
ExecuteRequest(org.deegree.commons.tom.ows.Version version,
java.lang.String language,
ProcessDefinition processDef,
ProcessletInputs dataInputs,
ResponseForm responseForm)
Creates a new ExecuteRequest instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |