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 TypeMethodDescriptionvoidStatusType.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 ProcessStartedTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Process Started Type'.Fields in net.opengis.wps10.impl declared as ProcessStartedTypeModifier and TypeFieldDescriptionprotected 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 ProcessStartedTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createProcessStartedType()StatusTypeImpl.getProcessPaused()StatusTypeImpl.getProcessStarted()Methods in net.opengis.wps10.impl with parameters of type ProcessStartedTypeModifier and TypeMethodDescriptionNotificationChainStatusTypeImpl.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 ProcessStartedTypeModifier and TypeMethodDescriptionWps10Switch.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 ProcessStartedTypeModifier and TypeMethodDescriptionbooleanStatusTypeValidator.validateProcessPaused(ProcessStartedType value) booleanStatusTypeValidator.validateProcessStarted(ProcessStartedType value)