Uses of Enum Class
com.genologics.ri.step.ProcessState
Packages that use ProcessState
Package
Description
Entities for workflow steps in the Clarity system.
Tools to help move steps through Clarity using the API that allows
processes to be run as if they are done through the browser, rather than
the
ExecutableProcess mechanism.Implementation of the automation service.
-
Uses of ProcessState in com.genologics.ri.step
Fields in com.genologics.ri.step declared as ProcessStateModifier and TypeFieldDescriptionprotected ProcessStateProcessStep.currentStateThe current state of the step.Methods in com.genologics.ri.step that return ProcessStateModifier and TypeMethodDescriptionstatic ProcessStateGet the process state that has the given display name.ProcessStep.getCurrentState()Gets the current state of the step.static ProcessStateReturns the enum constant of this class with the specified name.static ProcessState[]ProcessState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.step with parameters of type ProcessStateModifier and TypeMethodDescriptionvoidProcessStep.setCurrentState(ProcessState currentState) Sets the current state of the step. -
Uses of ProcessState in org.cruk.clarity.api.automation
Methods in org.cruk.clarity.api.automation with parameters of type ProcessStateModifier and TypeMethodDescriptionvoidClarityProcessAutomation.waitUntilProcessInState(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state. -
Uses of ProcessState in org.cruk.clarity.api.automation.impl
Methods in org.cruk.clarity.api.automation.impl with parameters of type ProcessStateModifier and TypeMethodDescriptionvoidClarityProcessAutomationImpl.waitUntilProcessInState(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state.