Uses of Class
com.genologics.ri.stepconfiguration.ProtocolStep
Packages that use 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
Fields in com.genologics.ri.protocolconfiguration with type parameters of type ProtocolStepMethods in com.genologics.ri.protocolconfiguration that return types with arguments of type ProtocolStep -
Uses of ProtocolStep in com.genologics.ri.stage
Methods in com.genologics.ri.stage that return types with arguments of type ProtocolStepMethod parameters in com.genologics.ri.stage with type arguments of type ProtocolStepConstructor parameters in com.genologics.ri.stage with type arguments of type ProtocolStep -
Uses of ProtocolStep in com.genologics.ri.step
Methods in com.genologics.ri.step that return types with arguments of type ProtocolStepMethod parameters in com.genologics.ri.step with type arguments of type ProtocolStepModifier 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) Constructor parameters in com.genologics.ri.step with type arguments of type ProtocolStepModifierConstructorDescriptionNextAction
(URI artifactUri, ActionType action, Linkable<ProtocolStep> nextStep) StepCreation
(Linkable<ProtocolStep> step) -
Uses of ProtocolStep in com.genologics.ri.stepconfiguration
Methods in com.genologics.ri.stepconfiguration that return ProtocolStepMethods in com.genologics.ri.stepconfiguration that return types with arguments of type ProtocolStepModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ProtocolStep>
ObjectFactory.createStep
(ProtocolStep value) NextStep.getEntityClass()
Methods in com.genologics.ri.stepconfiguration with parameters of type ProtocolStepModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ProtocolStep>
ObjectFactory.createStep
(ProtocolStep value) Method parameters in com.genologics.ri.stepconfiguration with type arguments of type ProtocolStep -
Uses of ProtocolStep in org.cruk.clarity.api
Method parameters in org.cruk.clarity.api with type arguments of type ProtocolStepModifier 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
Methods in org.cruk.clarity.api.automation that return ProtocolStepModifier and TypeMethodDescriptionFind a step in a protocol by name. -
Uses of ProtocolStep in org.cruk.clarity.api.automation.impl
Methods in org.cruk.clarity.api.automation.impl that return ProtocolStepModifier and TypeMethodDescriptionFind a step in a protocol by name. -
Uses of ProtocolStep in org.cruk.clarity.api.impl
Method parameters in org.cruk.clarity.api.impl with type arguments of type ProtocolStepModifier 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.