Uses of Class
com.genologics.ri.stepconfiguration.ProtocolStep
Packages that use ProtocolStep
Package
Description
Provides JAXB bindings for the protocol configuration domain model.
Entities for workflow stages in the Clarity system.
Entities for workflow steps in the Clarity system.
Entities for step configuration 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 ProtocolStep in com.genologics.ri.protocolconfiguration
Fields in com.genologics.ri.protocolconfiguration with type parameters of type ProtocolStepModifier and TypeFieldDescriptionprotected List<ProtocolStep>Protocol.stepsThe list of steps in this protocol.Methods 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 ProtocolStepModifier and TypeMethodDescriptionProtocolStepLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.stage with type arguments of type ProtocolStepModifier and TypeMethodDescriptionvoidStage.setStep(Linkable<ProtocolStep> step) Sets the protocol step for this stage.Constructor parameters in com.genologics.ri.stage with type arguments of type ProtocolStepModifierConstructorDescriptionProtocolStepLink(Linkable<ProtocolStep> link) Constructor from a linkable protocol step object. -
Uses of ProtocolStep in com.genologics.ri.step
Methods in com.genologics.ri.step that return types with arguments of type ProtocolStepModifier and TypeMethodDescriptionStepConfiguration.getEntityClass()Get the class of the true, full LIMS entity this object links to.Methods in com.genologics.ri.step with parameters of type ProtocolStepModifier and TypeMethodDescriptionvoidStepCreation.setConfiguration(ProtocolStep step) Sets the step configuration from a protocol step.Method parameters in com.genologics.ri.step with type arguments of type ProtocolStepModifier and TypeMethodDescriptionvoidStepCreation.setConfiguration(Linkable<ProtocolStep> step) Sets the step configuration from a protocol step link.voidStepConfiguration.setProtocolStep(Linkable<ProtocolStep> protocolStep) Sets the protocol step from a linkable object.voidNextAction.setReworkStep(Linkable<ProtocolStep> step) Sets the rework step.voidNextAction.setStep(Linkable<ProtocolStep> step) Sets the next step.Constructors in com.genologics.ri.step with parameters of type ProtocolStepModifierConstructorDescriptionCreates a step configuration from a protocol step.StepCreation(ProtocolStep step) Constructor taking a protocol step.Constructor parameters in com.genologics.ri.step with type arguments of type ProtocolStepModifierConstructorDescriptionNextAction(URI artifactUri, ActionType action, Linkable<ProtocolStep> nextStep) Constructor with artifact URI, action, and next step.Creates a step configuration from a linkable protocol step.StepCreation(Linkable<ProtocolStep> step) Constructor taking a protocol step link. -
Uses of ProtocolStep in com.genologics.ri.stepconfiguration
Methods in com.genologics.ri.stepconfiguration that return ProtocolStepModifier and TypeMethodDescriptionObjectFactory.createProtocolStep()Creates a new ProtocolStep instance.Methods in com.genologics.ri.stepconfiguration that return types with arguments of type ProtocolStepModifier and TypeMethodDescriptionObjectFactory.createStep(ProtocolStep value) Creates a JAXBElement wrapping a ProtocolStep.NextStep.getEntityClass()Gets the entity class for this link.ProtocolStep.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.stepconfiguration with parameters of type ProtocolStepModifier and TypeMethodDescriptionObjectFactory.createStep(ProtocolStep value) Creates a JAXBElement wrapping a ProtocolStep.Method parameters in com.genologics.ri.stepconfiguration with type arguments of type ProtocolStepModifier and TypeMethodDescriptionvoidNextStep.setNextStep(Linkable<ProtocolStep> step) Sets the next step from a linkable protocol step.Constructors in com.genologics.ri.stepconfiguration with parameters of type ProtocolStepModifierConstructorDescriptionNextStep(ProtocolStep step) Constructor from a protocol step entity. -
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.