Uses of Enum
com.genologics.ri.step.ProcessState
Packages that use 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.stepFields in com.genologics.ri.step declared as ProcessStateModifier and TypeFieldDescriptionprotected ProcessStateProcessStep.currentStateNow an enumeration since release 2.31.3 of the client.Methods in com.genologics.ri.step that return ProcessStateModifier and TypeMethodDescriptionstatic ProcessStateGet the process state that has the given display name.ProcessStep.getCurrentState()static ProcessStateReturns 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.Methods in com.genologics.ri.step with parameters of type ProcessState
- 
Uses of ProcessState in org.cruk.clarity.api.automationMethods 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.implMethods 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.