Uses of Class
org.deegree.process.jaxb.java.ProcessDefinition

Packages that use ProcessDefinition
org.deegree.process.jaxb.java   
org.deegree.services.wps   
org.deegree.services.wps.describeprocess   
org.deegree.services.wps.execute   
org.deegree.services.wps.provider.jrxml   
org.deegree.services.wps.provider.sextante   
 

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 WPSProcess.getDescription()
          Returns the description (e.g. parameter types, metadata) of the process.
 ProcessDefinition GenericWPSProcess.getDescription()
           
 

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, 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(XMLStreamWriter writer, List<WPSProcess> processes, Map<ProcessDefinition,String> processDefToWSDLUrl)
          Exports the given ProcessDefinitions 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 ExecuteResponse.getProcessDefinition()
           
 ProcessDefinition ExecuteRequest.getProcessDefinition()
          Returns the definition of the process to be executed.
 

Constructors in org.deegree.services.wps.execute with parameters of type ProcessDefinition
ExecuteRequest(Version version, String language, ProcessDefinition processDef, ProcessletInputs dataInputs, ResponseForm responseForm)
          Creates a new ExecuteRequest instance.
 

Uses of ProcessDefinition in org.deegree.services.wps.provider.jrxml
 

Methods in org.deegree.services.wps.provider.jrxml that return ProcessDefinition
 ProcessDefinition JrxmlWPSProcess.getDescription()
           
 ProcessDefinition JrxmlTemplateProcess.getDescription()
           
 

Methods in org.deegree.services.wps.provider.jrxml that return types with arguments of type ProcessDefinition
 Pair<ProcessDefinition,Map<String,String>> JrxmlParser.parse(String processId, String name, String description, XMLAdapter jrxmlAdapter, List<JrxmlContentProvider> contentProviders, Map<String,ParameterDescription> parameterDescriptions)
           
 

Uses of ProcessDefinition in org.deegree.services.wps.provider.sextante
 

Methods in org.deegree.services.wps.provider.sextante that return ProcessDefinition
 ProcessDefinition SextanteWPSProcess.getDescription()
           
 



Copyright © 2011. All Rights Reserved.