Uses of Class
com.genologics.ri.artifact.Artifact
Packages that use Artifact
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
Container entity and support classes for the Clarity REST API.
Entities for processes executed in the Clarity system.
Entities for process execution in the Clarity system.
Entities for work queues in the Clarity system.
Provides JAXB binding classes for the Clarity REST API routing entity and its related components.
Provides classes for sample entities in the Clarity LIMS API.
Entities for workflow steps in the Clarity system.
The main public package of the Clarity API.
Concrete implementation classes of the Clarity API.
-
Uses of Artifact in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact with type parameters of type ArtifactModifier and TypeFieldDescriptionArtifactBatchFetchResult.artifactsThe list of artifacts in this batch.Methods in com.genologics.ri.artifact that return ArtifactModifier and TypeMethodDescriptionObjectFactory.createArtifact()Creates a new Artifact instance.Methods in com.genologics.ri.artifact that return types with arguments of type ArtifactModifier and TypeMethodDescriptionObjectFactory.createArtifact(Artifact value) Creates a JAXBElement for Artifact.ArtifactBatchFetchResult.getArtifacts()Gets the list of artifacts in this batch.ArtifactLink.getEntityClass()Gets the entity class.DemuxArtifact.getEntityClass()Gets the entity class.DemuxSourceArtifact.getEntityClass()Gets the entity class.Artifact.getLink()Get a concrete link object to thisLimsEntityLinkableentity.ArtifactBatchFetchResult.getList()Gets the list of artifacts in this batch.Methods in com.genologics.ri.artifact with parameters of type ArtifactModifier and TypeMethodDescriptionObjectFactory.createArtifact(Artifact value) Creates a JAXBElement for Artifact.Method parameters in com.genologics.ri.artifact with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidArtifactBatchFetchResult.addForCreate(Collection<Artifact> entities) Adds artifacts to be created.voidArtifactBatchFetchResult.addForUpdate(Collection<Artifact> entities) Adds artifacts to be updated.voidDemuxSourceArtifact.setArtifact(Linkable<Artifact> artifact) Sets the artifact from a Linkable.Constructors in com.genologics.ri.artifact with parameters of type ArtifactModifierConstructorDescriptionDemuxSourceArtifact(Artifact artifact) Constructor from an Artifact.Constructor parameters in com.genologics.ri.artifact with type arguments of type ArtifactModifierConstructorDescriptionArtifactBatchFetchResult(Collection<Artifact> artifacts) Constructor taking a collection of artifacts.Constructor from a LimsEntityLinkable.ArtifactLink(Linkable<Artifact> link) Constructor from a Linkable.DemuxSourceArtifact(Linkable<Artifact> link) Constructor from a Linkable. -
Uses of Artifact in com.genologics.ri.container
Methods in com.genologics.ri.container that return types with arguments of type ArtifactModifier and TypeMethodDescriptionPlacement.getEntityClass()Gets the entity class for this placement.Method parameters in com.genologics.ri.container with type arguments of type ArtifactModifier and TypeMethodDescriptionContainer.addPlacement(LimsEntityLinkable<Artifact> artifact, String wellPosition) Adds a placement to the container with an artifact and well position.voidContainer.setPlacements(Collection<? extends LimsEntityLinkable<Artifact>> links) Sets the placements from a collection of artifact links.Constructors in com.genologics.ri.container with parameters of type ArtifactConstructor parameters in com.genologics.ri.container with type arguments of type ArtifactModifierConstructorDescriptionPlacement(LimsEntityLinkable<Artifact> artifact) Constructor from a LIMS entity linkable artifact.Placement(LimsEntityLinkable<Artifact> artifact, String wellPosition) Constructor from a LIMS entity linkable artifact with well position. -
Uses of Artifact in com.genologics.ri.process
Methods in com.genologics.ri.process that return types with arguments of type ArtifactMethod parameters in com.genologics.ri.process with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidInputOutputMap.setInput(LimsEntityLinkable<Artifact> link) Sets the input from a LIMS entity linkable artifact.voidSets the input from a linkable artifact.voidInputOutputMap.setOutput(LimsEntityLinkable<Artifact> link) Sets the output from a LIMS entity linkable artifact.voidSets the output from a linkable artifact.Constructors in com.genologics.ri.process with parameters of type ArtifactConstructor parameters in com.genologics.ri.process with type arguments of type ArtifactModifierConstructorDescriptionConstructor from a LIMS entity linkable object.ArtifactLink(Linkable<Artifact> link) Constructor from a linkable object.InputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) Constructor with input and output LIMS entity linkable artifacts.InputOutputMap(Linkable<Artifact> input, Linkable<Artifact> output) Constructor with input and output linkable artifacts. -
Uses of Artifact in com.genologics.ri.processexecution
Methods in com.genologics.ri.processexecution that return types with arguments of type ArtifactMethod parameters in com.genologics.ri.processexecution with type arguments of type ArtifactModifier and TypeMethodDescriptionAdds an input with a QC flag to the input list.voidExecutableInputOutputMap.setInputs(Collection<? extends Linkable<Artifact>> links) Sets the inputs from a collection of artifact links.protected voidArtifactBase.updateQCFlag(Linkable<Artifact> link) Updates the QC flag from a linkable artifact.Constructor parameters in com.genologics.ri.processexecution with type arguments of type Artifact -
Uses of Artifact in com.genologics.ri.queue
Methods in com.genologics.ri.queue that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactLink.getEntityClass()Get the class of the true, full LIMS entity this object links to.Constructors in com.genologics.ri.queue with parameters of type ArtifactConstructor parameters in com.genologics.ri.queue with type arguments of type ArtifactModifierConstructorDescriptionConstructor from a LimsEntityLinkable.ArtifactLink(Linkable<Artifact> link) Constructor from a Linkable. -
Uses of Artifact in com.genologics.ri.routing
Methods in com.genologics.ri.routing that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.routing with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidExtArtifactAssignments.addAll(Collection<? extends Linkable<Artifact>> links) Adds all artifacts from a collection to the list.voidExtArtifactAssignments.addArtifact(Linkable<Artifact> artifact) Adds an artifact to the list.Constructor parameters in com.genologics.ri.routing with type arguments of type Artifact -
Uses of Artifact in com.genologics.ri.sample
Methods in com.genologics.ri.sample that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.sample with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidSampleBase.setArtifact(LimsEntityLinkable<Artifact> artifact) Sets the artifact for this sample.Constructor parameters in com.genologics.ri.sample with type arguments of type ArtifactModifierConstructorDescriptionConstructor for an artifact link from a LIMS entity linkable artifact.ArtifactLink(Linkable<Artifact> link) Constructor for an artifact link from a linkable artifact. -
Uses of Artifact in com.genologics.ri.step
Methods in com.genologics.ri.step that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactLink.getEntityClass()Gets the entity class.CreationInput.getEntityClass()Gets the entity class.EscalatedArtifact.getEntityClass()Gets the entity class.Input.getEntityClass()Gets the entity class.NextAction.getEntityClass()Gets the entity class.Output.getEntityClass()Gets the entity class.OutputPlacement.getEntityClass()Gets the entity class for this link.SharedResultFile.getEntityClass()Get the class of the true, full LIMS entity this object links to.Method parameters in com.genologics.ri.step with type arguments of type ArtifactModifier and TypeMethodDescriptionPools.addAvailableInput(Linkable<Artifact> artifact) Creates and adds an available input from an artifact.Escalation.addEscalatedArtifact(Linkable<Artifact> link) Adds an escalated artifact to the list from a linkable artifact.Creates and adds an input from an artifact.StepCreation.addInput(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates) Creates and adds an input to the step.StepDetails.addInputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) Creates and adds an input/output mapping to the step.Placements.addOutputPlacement(Linkable<Artifact> artifact, Linkable<Container> container, String wellPosition) Creates and adds an output placement.Pools.addPooledInputs(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) Creates and adds a pooled input group.Pools.addPooledInputs(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) Creates and adds a pooled input group.voidCreationInput.setArtifact(Linkable<Artifact> a) Sets the artifact.voidNextAction.setArtifact(Linkable<Artifact> link) Sets the artifact.voidOutput.setArtifact(Linkable<Artifact> artifact) Sets the artifact.voidOutputPlacement.setArtifact(Linkable<Artifact> artifact) Sets the artifact for this output placement.voidInputOutputMap.setInput(LimsEntityLinkable<Artifact> link) Sets the input from a LIMS entity linkable artifact.voidSets the input from a linkable artifact.voidPooledInputs.setInputArtifacts(Collection<? extends Linkable<Artifact>> artifacts) Sets the input artifacts, replacing any existing inputs.voidInputOutputMap.setOutput(LimsEntityLinkable<Artifact> link) Sets the output from a LIMS entity linkable artifact.voidSets the output from a linkable artifact.voidPooledInputs.setOutputArtifact(Linkable<Artifact> artifact) Sets the output artifact.Constructors in com.genologics.ri.step with parameters of type ArtifactModifierConstructorDescriptionArtifactLink(Artifact artifact) Constructor from an artifact.SharedResultFile(Artifact artifact) Creates a shared result file from an artifact.Constructor parameters in com.genologics.ri.step with type arguments of type ArtifactModifierConstructorDescriptionConstructor from a LIMS entity linkable object.ArtifactLink(Linkable<Artifact> link) Constructor from a linkable object.CreationInput(Linkable<Artifact> artifact) Constructor from a linkable artifact.CreationInput(Linkable<Artifact> artifact, Linkable<ControlType> controlType) Constructor from a linkable artifact and control type.CreationInput(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates) Constructor from a linkable artifact, control type, and replicates.EscalatedArtifact(Linkable<Artifact> link) Constructor from a linkable object.Constructor from a linkable object.InputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) Constructor with LIMS entity linkable input and output artifacts.InputOutputMap(Linkable<Artifact> input, Linkable<Artifact> output) Constructor with linkable input and output artifacts.NextAction(Linkable<Artifact> link) Constructor from a linkable artifact.NextAction(Linkable<Artifact> link, ActionType action) Constructor from a linkable artifact and action.NextAction(Linkable<Artifact> link, ActionType action, Linkable<ProtocolStep> nextStep) Constructor from a linkable artifact, action, and next step.Constructor from a LIMS link.OutputPlacement(Linkable<Artifact> artifact) Constructor with artifact.OutputPlacement(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition) Constructor with artifact, container and well position.Constructor with artifact, container and well position.PooledInputs(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName) Constructor with input artifacts and pool name.PooledInputs(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) Constructor with input artifacts, pool name and output artifact.PooledInputs(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) Constructor with input artifacts, pool name and output artifact.Creates a shared result file from a LIMS entity linkable artifact.SharedResultFile(Linkable<Artifact> link) Creates a shared result file from a linkable artifact. -
Uses of Artifact in org.cruk.clarity.api
Methods in org.cruk.clarity.api that return types with arguments of type ArtifactModifier 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 Artifact in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl that return types with arguments of type ArtifactModifier 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.