Uses of Class
com.genologics.ri.step.StepCreation
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 StepCreation in com.genologics.ri.step
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<StepCreation>
ObjectFactory.createStepCreation
(StepCreation value) Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<StepCreation>
ObjectFactory.createStepCreation
(StepCreation value) -
Uses of StepCreation in org.cruk.clarity.api
Modifier and TypeMethodDescriptionClarityAPI.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity. -
Uses of StepCreation in org.cruk.clarity.api.automation
Modifier and TypeMethodDescriptionClarityProcessAutomation.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity. -
Uses of StepCreation in org.cruk.clarity.api.automation.impl
Modifier and TypeMethodDescriptionClarityProcessAutomationImpl.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity. -
Uses of StepCreation in org.cruk.clarity.api.impl
Modifier and TypeMethodDescriptionClarityAPIImpl.beginProcessStep
(StepCreation stepCreation) Start a protocol step as if running through Clarity.