Uses of Enum
com.genologics.ri.step.ProcessState
Package
Description
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
Modifier and TypeFieldDescriptionprotected ProcessState
ProcessStep.currentState
Now an enumeration since release 2.31.3 of the client.Modifier and TypeMethodDescriptionstatic ProcessState
Get the process state that has the given display name.ProcessStep.getCurrentState()
static ProcessState
Returns the enum constant of this type with the specified name.static ProcessState[]
ProcessState.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessState in org.cruk.clarity.api.automation
Modifier and TypeMethodDescriptionvoid
ClarityProcessAutomation.waitUntilProcessInState
(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state. -
Uses of ProcessState in org.cruk.clarity.api.automation.impl
Modifier and TypeMethodDescriptionvoid
ClarityProcessAutomationImpl.waitUntilProcessInState
(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state.