Uses of Interface
net.opengis.wps20.RequestBaseType
-
Packages that use RequestBaseType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of RequestBaseType in net.opengis.wps20
Subinterfaces of RequestBaseType in net.opengis.wps20 Modifier and Type Interface Description interfaceDescribeProcessTypeA representation of the model object 'Describe Process Type'.interfaceDismissTypeA representation of the model object 'Dismiss Type'.interfaceExecuteRequestTypeA representation of the model object 'Execute Request Type'.interfaceGetResultTypeA representation of the model object 'Get Result Type'.interfaceGetStatusTypeA representation of the model object 'Get Status Type'. -
Uses of RequestBaseType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement RequestBaseType Modifier and Type Class Description classDescribeProcessTypeImplAn implementation of the model object 'Describe Process Type'.classDismissTypeImplAn implementation of the model object 'Dismiss Type'.classExecuteRequestTypeImplAn implementation of the model object 'Execute Request Type'.classGetResultTypeImplAn implementation of the model object 'Get Result Type'.classGetStatusTypeImplAn implementation of the model object 'Get Status Type'.classRequestBaseTypeImplAn implementation of the model object 'Request Base Type'. -
Uses of RequestBaseType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type RequestBaseType Modifier and Type Method Description TWps20Switch. caseRequestBaseType(RequestBaseType object)Returns the result of interpreting the object as an instance of 'Request Base Type'.booleanWps20Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-