Uses of Class
com.genologics.ri.step.ProcessStep
Packages that use ProcessStep
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
Entities for workflow steps in the Clarity system.
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
Methods in com.genologics.ri.artifact that return types with arguments of type ProcessStepMethod parameters in com.genologics.ri.artifact with type arguments of type ProcessStepModifier and TypeMethodDescriptionvoidDemuxDetails.setPoolStep(Linkable<ProcessStep> poolStep) Sets the pool step from a Linkable.Constructor parameters in com.genologics.ri.artifact with type arguments of type ProcessStep -
Uses of ProcessStep in com.genologics.ri.step
Methods in com.genologics.ri.step that return ProcessStepMethods in com.genologics.ri.step that return types with arguments of type ProcessStepModifier and TypeMethodDescriptionObjectFactory.createStep(ProcessStep value) Create an instance ofJAXBElement<ProcessStep>.AutomaticNextStepLink.getEntityClass()Gets the entity class.ProcessStep.getLink()Get a concrete link object to thisLimsEntityLinkableentity.Methods in com.genologics.ri.step with parameters of type ProcessStepModifier and TypeMethodDescriptionObjectFactory.createStep(ProcessStep value) Create an instance ofJAXBElement<ProcessStep>.Method parameters in com.genologics.ri.step with type arguments of type ProcessStepModifier and TypeMethodDescriptionvoidProcessStep.setAutomaticNextStep(Linkable<ProcessStep> step) Sets the link to the next step that will be automatically triggered after this step.voidPlacements.setStep(Linkable<ProcessStep> step) Sets the step from a linkable process step.Constructor parameters in com.genologics.ri.step with type arguments of type ProcessStepModifierConstructorDescriptionConstructor from a linkable object. -
Uses of ProcessStep in org.cruk.clarity.api
Methods in org.cruk.clarity.api that return ProcessStepModifier and TypeMethodDescriptionClarityAPI.beginProcessStep(StepCreation stepCreation) Start a protocol step as if running through Clarity.Methods in org.cruk.clarity.api with parameters of type ProcessStepModifier and TypeMethodDescriptionvoidClarityAPI.advanceProcessStep(ProcessStep step) Move the process step to its next stage. -
Uses of ProcessStep in org.cruk.clarity.api.automation
Methods in org.cruk.clarity.api.automation that return ProcessStepModifier and TypeMethodDescriptionClarityProcessAutomation.beginProcessStep(StepCreation stepCreation) Start a protocol step as if running through Clarity.Methods in org.cruk.clarity.api.automation with parameters of type ProcessStepModifier and TypeMethodDescriptionvoidClarityProcessAutomation.advanceStep(ProcessStep step) Move a process step on to the next stage.voidClarityProcessAutomation.waitUntilProcessInState(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state. -
Uses of ProcessStep in org.cruk.clarity.api.automation.impl
Methods in org.cruk.clarity.api.automation.impl that return ProcessStepModifier and TypeMethodDescriptionClarityProcessAutomationImpl.beginProcessStep(StepCreation stepCreation) Start a protocol step as if running through Clarity.Methods in org.cruk.clarity.api.automation.impl with parameters of type ProcessStepModifier and TypeMethodDescriptionvoidClarityProcessAutomationImpl.advanceStep(ProcessStep step) Move a process step on to the next stage.voidClarityProcessAutomationImpl.waitUntilProcessInState(ProcessStep step, ProcessState desiredState) Wait until a process has reached a certain state. -
Uses of ProcessStep in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl that return ProcessStepModifier and TypeMethodDescriptionClarityAPIImpl.beginProcessStep(StepCreation stepCreation) Start a protocol step as if running through Clarity.Methods in org.cruk.clarity.api.impl with parameters of type ProcessStepModifier and TypeMethodDescriptionvoidClarityAPIImpl.advanceProcessStep(ProcessStep step) Move the process step to its next stage.