deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

Uses of Class
org.deegree.services.wps.processdefinition.ProcessDefinition

Packages that use ProcessDefinition
org.deegree.services.controller.wps.capabilities   
org.deegree.services.controller.wps.describeprocess   
org.deegree.services.controller.wps.execute   
org.deegree.services.wps   
org.deegree.services.wps.processdefinition   
 

Uses of ProcessDefinition in org.deegree.services.controller.wps.capabilities
 

Methods in org.deegree.services.controller.wps.capabilities with parameters of type ProcessDefinition
static void CapabilitiesXMLAdapter.export100(XMLStreamWriter writer, ProcessDefinition[] processes, DeegreeServicesMetadata serviceMetadata, String serviceWSDLURL)
           
 

Uses of ProcessDefinition in org.deegree.services.controller.wps.describeprocess
 

Method parameters in org.deegree.services.controller.wps.describeprocess with type arguments of type ProcessDefinition
static void DescribeProcessResponseXMLAdapter.export100(XMLStreamWriter writer, List<ProcessDefinition> processes, Map<ProcessDefinition,String> processDefToWSDLUrl, List<ProcessDescription> processAnnotations)
          Exports the given ProcessDefinitions as a WPS 1.0.0 compliant wps:ProcessDescriptions element.
static void DescribeProcessResponseXMLAdapter.export100(XMLStreamWriter writer, List<ProcessDefinition> processes, Map<ProcessDefinition,String> processDefToWSDLUrl, List<ProcessDescription> processAnnotations)
          Exports the given ProcessDefinitions as a WPS 1.0.0 compliant wps:ProcessDescriptions element.
 

Uses of ProcessDefinition in org.deegree.services.controller.wps.execute
 

Methods in org.deegree.services.controller.wps.execute that return ProcessDefinition
 ProcessDefinition ExecuteResponse.getProcessDefinition()
           
 ProcessDefinition ExecuteRequest.getProcessDefinition()
          Returns the definition of the process to be executed.
 

Method parameters in org.deegree.services.controller.wps.execute with type arguments of type ProcessDefinition
static ExecuteRequest ExecuteRequestKVPAdapter.parse100(Map<String,String> kvpParams, Map<org.deegree.commons.types.ows.CodeType,ProcessDefinition> idToProcessDefinition, Map<org.deegree.commons.types.ows.CodeType,ExceptionCustomizer> idToExceptionCustomizer)
          Parses the given WPS 1.0.0 ExecuteRequest KVP request.
 

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

Constructor parameters in org.deegree.services.controller.wps.execute with type arguments of type ProcessDefinition
ExecuteRequestXMLAdapter(Map<org.deegree.commons.types.ows.CodeType,ProcessDefinition> idToProcessDefinition)
          Creates a new ExecuteRequestXMLAdapter for parsing execute requests for the submitted processes.
 

Uses of ProcessDefinition in org.deegree.services.wps
 

Methods in org.deegree.services.wps that return ProcessDefinition
 ProcessDefinition[] WPService.getAllProcessDefinitions()
           
 ProcessDefinition WPService.getProcessDefinition(org.deegree.commons.types.ows.CodeType identifier)
           
 

Methods in org.deegree.services.wps that return types with arguments of type ProcessDefinition
 Map<org.deegree.commons.types.ows.CodeType,ProcessDefinition> WPService.getProcessDefinitions()
           
 

Constructors in org.deegree.services.wps with parameters of type ProcessDefinition
ProcessletOutputs(ProcessDefinition processDefinition, Collection<? extends ProcessletOutput> requestedOutputs)
           
 

Constructor parameters in org.deegree.services.wps with type arguments of type ProcessDefinition
WPService(Collection<ProcessDefinition> processDefinitions)
          Creates a new WPService instance with the given configuration.
 

Uses of ProcessDefinition in org.deegree.services.wps.processdefinition
 

Methods in org.deegree.services.wps.processdefinition that return ProcessDefinition
 ProcessDefinition ObjectFactory.createProcessDefinition()
          Create an instance of ProcessDefinition
 


deegree-services-3.0-pre-nightly (2010/03/05 00:04) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>