Uses of Interface
net.opengis.wps10.ProcessStartedType
Packages that use ProcessStartedType
Package
Description
-
Uses of ProcessStartedType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessStartedTypeModifier and TypeMethodDescriptionWps10Factory.createProcessStartedType()
Returns a new object of class 'Process Started Type'.StatusType.getProcessPaused()
Returns the value of the 'Process Paused' containment reference.StatusType.getProcessStarted()
Returns the value of the 'Process Started' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessStartedTypeModifier and TypeMethodDescriptionvoid
StatusType.setProcessPaused
(ProcessStartedType value) Sets the value of the 'Process Paused
' containment reference.void
StatusType.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 ProcessStartedTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Process Started Type'.Fields in net.opengis.wps10.impl declared as ProcessStartedTypeModifier and TypeFieldDescriptionprotected ProcessStartedType
StatusTypeImpl.processPaused
The cached value of the 'Process Paused
' containment reference.protected ProcessStartedType
StatusTypeImpl.processStarted
The cached value of the 'Process Started
' containment reference.Methods in net.opengis.wps10.impl that return ProcessStartedTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createProcessStartedType()
StatusTypeImpl.getProcessPaused()
StatusTypeImpl.getProcessStarted()
Methods in net.opengis.wps10.impl with parameters of type ProcessStartedTypeModifier and TypeMethodDescriptionNotificationChain
StatusTypeImpl.basicSetProcessPaused
(ProcessStartedType newProcessPaused, NotificationChain msgs) NotificationChain
StatusTypeImpl.basicSetProcessStarted
(ProcessStartedType newProcessStarted, NotificationChain msgs) void
StatusTypeImpl.setProcessPaused
(ProcessStartedType newProcessPaused) void
StatusTypeImpl.setProcessStarted
(ProcessStartedType newProcessStarted) -
Uses of ProcessStartedType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessStartedTypeModifier and TypeMethodDescriptionWps10Switch.caseProcessStartedType
(ProcessStartedType object) Returns the result of interpreting the object as an instance of 'Process Started Type'.boolean
Wps10Validator.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 ProcessStartedTypeModifier and TypeMethodDescriptionboolean
StatusTypeValidator.validateProcessPaused
(ProcessStartedType value) boolean
StatusTypeValidator.validateProcessStarted
(ProcessStartedType value)