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 ProcessStartedType
Wps10Factory. createProcessStartedType()
Returns a new object of class 'Process Started Type'.ProcessStartedType
StatusType. getProcessPaused()
Returns the value of the 'Process Paused' containment reference.ProcessStartedType
StatusType. 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 void
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 ProcessStartedType Modifier and Type Class Description class
ProcessStartedTypeImpl
An implementation of the model object 'Process Started Type'.Fields in net.opengis.wps10.impl declared as ProcessStartedType Modifier and Type Field Description protected 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 ProcessStartedType Modifier and Type Method Description ProcessStartedType
Wps10FactoryImpl. createProcessStartedType()
ProcessStartedType
StatusTypeImpl. getProcessPaused()
ProcessStartedType
StatusTypeImpl. getProcessStarted()
Methods in net.opengis.wps10.impl with parameters of type ProcessStartedType Modifier and Type Method Description NotificationChain
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 ProcessStartedType Modifier and Type Method Description Object
Wps10Switch. 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 ProcessStartedType Modifier and Type Method Description boolean
StatusTypeValidator. validateProcessPaused(ProcessStartedType value)
boolean
StatusTypeValidator. validateProcessStarted(ProcessStartedType value)
-