Uses of Class
com.genologics.ri.stepconfiguration.ProtocolStep
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 ProtocolStep in com.genologics.ri.protocolconfiguration
-
Uses of ProtocolStep in com.genologics.ri.stage
-
Uses of ProtocolStep in com.genologics.ri.step
Modifier and TypeMethodDescriptionvoid
StepCreation.setConfiguration
(Linkable<ProtocolStep> step) void
StepConfiguration.setProtocolStep
(Linkable<ProtocolStep> protocolStep) void
NextAction.setReworkStep
(Linkable<ProtocolStep> step) void
NextAction.setStep
(Linkable<ProtocolStep> step) ModifierConstructorDescriptionNextAction
(URI artifactUri, ActionType action, Linkable<ProtocolStep> nextStep) StepCreation
(Linkable<ProtocolStep> step) -
Uses of ProtocolStep in com.genologics.ri.stepconfiguration
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ProtocolStep>
ObjectFactory.createStep
(ProtocolStep value) NextStep.getEntityClass()
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ProtocolStep>
ObjectFactory.createStep
(ProtocolStep value) -
Uses of ProtocolStep in org.cruk.clarity.api
Modifier and TypeMethodDescriptionClarityAPI.listQueue
(Linkable<ProtocolStep> protocolStep) List the artifacts in the queue for the given protocol step.ClarityAPI.listQueue
(Linkable<ProtocolStep> protocolStep, Map<String, ?> searchTerms) List the artifacts in the queue for the given protocol step, additionally filtering using the parameters available for the "queues" end point. -
Uses of ProtocolStep in org.cruk.clarity.api.automation
Modifier and TypeMethodDescriptionFind a step in a protocol by name. -
Uses of ProtocolStep in org.cruk.clarity.api.automation.impl
Modifier and TypeMethodDescriptionFind a step in a protocol by name. -
Uses of ProtocolStep in org.cruk.clarity.api.impl
Modifier and TypeMethodDescriptionClarityAPIImpl.listQueue
(Linkable<ProtocolStep> protocolStep) List the artifacts in the queue for the given protocol step.ClarityAPIImpl.listQueue
(Linkable<ProtocolStep> protocolStep, Map<String, ?> searchTerms) List the artifacts in the queue for the given protocol step, additionally filtering using the parameters available for the "queues" end point.