Uses of Interface
net.opengis.wps10.ProcessStartedType
-
Packages that use ProcessStartedType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessStartedType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessStartedType Modifier and Type Method Description ProcessStartedTypeWps10Factory. createProcessStartedType()Returns a new object of class 'Process Started Type'.ProcessStartedTypeStatusType. getProcessPaused()Returns the value of the 'Process Paused' containment reference.ProcessStartedTypeStatusType. getProcessStarted()Returns the value of the 'Process Started' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessStartedType Modifier and Type Method Description voidStatusType. setProcessPaused(ProcessStartedType value)Sets the value of the 'Process Paused' containment reference.voidStatusType. setProcessStarted(ProcessStartedType value)Sets the value of the 'Process Started' containment reference. -
Uses of ProcessStartedType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessStartedType Modifier and Type Class Description classProcessStartedTypeImplAn implementation of the model object 'Process Started Type'.Fields in net.opengis.wps10.impl declared as ProcessStartedType Modifier and Type Field Description protected ProcessStartedTypeStatusTypeImpl. processPausedThe cached value of the 'Process Paused' containment reference.protected ProcessStartedTypeStatusTypeImpl. processStartedThe cached value of the 'Process Started' containment reference.Methods in net.opengis.wps10.impl that return ProcessStartedType Modifier and Type Method Description ProcessStartedTypeWps10FactoryImpl. createProcessStartedType()ProcessStartedTypeStatusTypeImpl. getProcessPaused()ProcessStartedTypeStatusTypeImpl. getProcessStarted()Methods in net.opengis.wps10.impl with parameters of type ProcessStartedType Modifier and Type Method Description NotificationChainStatusTypeImpl. basicSetProcessPaused(ProcessStartedType newProcessPaused, NotificationChain msgs)NotificationChainStatusTypeImpl. basicSetProcessStarted(ProcessStartedType newProcessStarted, NotificationChain msgs)voidStatusTypeImpl. setProcessPaused(ProcessStartedType newProcessPaused)voidStatusTypeImpl. setProcessStarted(ProcessStartedType newProcessStarted) -
Uses of ProcessStartedType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessStartedType Modifier and Type Method Description ObjectWps10Switch. caseProcessStartedType(ProcessStartedType object)Returns the result of interpreting the object as an instance of 'Process Started Type'.booleanWps10Validator. validateProcessStartedType(ProcessStartedType processStartedType, DiagnosticChain diagnostics, Map context) -
Uses of ProcessStartedType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessStartedType Modifier and Type Method Description booleanStatusTypeValidator. validateProcessPaused(ProcessStartedType value)booleanStatusTypeValidator. validateProcessStarted(ProcessStartedType value)
-