Uses of Class
com.genologics.ri.step.ProcessStep
Package
Description
The main public package of the Clarity API.
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.
Concrete implementation classes of the Clarity API.
-
Uses of ProcessStep in com.genologics.ri.artifact
-
Uses of ProcessStep in com.genologics.ri.step
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ProcessStep>
ObjectFactory.createStep
(ProcessStep value) AutomaticNextStepLink.getEntityClass()
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ProcessStep>
ObjectFactory.createStep
(ProcessStep value) Modifier and TypeMethodDescriptionvoid
ProcessStep.setAutomaticNextStep
(Linkable<ProcessStep> step) void
Placements.setStep
(Linkable<ProcessStep> step) -
Uses of ProcessStep in org.cruk.clarity.api
Modifier and TypeMethodDescriptionClarityAPI.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity.Modifier and TypeMethodDescriptionvoid
ClarityAPI.advanceProcessStep
(ProcessStep step) Move the process step to its next stage. -
Uses of ProcessStep in org.cruk.clarity.api.automation
Modifier and TypeMethodDescriptionClarityProcessAutomation.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity.Modifier and TypeMethodDescriptionvoid
ClarityProcessAutomation.advanceStep
(ProcessStep step) Move a process step on to the next stage.void
ClarityProcessAutomation.waitUntilProcessInState
(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state. -
Uses of ProcessStep in org.cruk.clarity.api.automation.impl
Modifier and TypeMethodDescriptionClarityProcessAutomationImpl.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity.Modifier and TypeMethodDescriptionvoid
ClarityProcessAutomationImpl.advanceStep
(ProcessStep step) Move a process step on to the next stage.void
ClarityProcessAutomationImpl.waitUntilProcessInState
(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state. -
Uses of ProcessStep in org.cruk.clarity.api.impl
Modifier and TypeMethodDescriptionClarityAPIImpl.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity.Modifier and TypeMethodDescriptionvoid
ClarityAPIImpl.advanceProcessStep
(ProcessStep step) Move the process step to its next stage.