Uses of Class
com.genologics.ri.artifact.Artifact
Package
Description
The main public package of the Clarity API.
Concrete implementation classes of the Clarity API.
-
Uses of Artifact in com.genologics.ri.artifact
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Artifact>
ObjectFactory.createArtifact
(Artifact value) ArtifactBatchFetchResult.getArtifacts()
ArtifactLink.getEntityClass()
DemuxSourceArtifact.getEntityClass()
ArtifactBatchFetchResult.getList()
ArtifactBatchFetchResult.iterator()
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Artifact>
ObjectFactory.createArtifact
(Artifact value) Modifier and TypeMethodDescriptionvoid
ArtifactBatchFetchResult.addForCreate
(Collection<Artifact> entities) void
ArtifactBatchFetchResult.addForUpdate
(Collection<Artifact> entities) void
DemuxSourceArtifact.setArtifact
(Linkable<Artifact> artifact) -
Uses of Artifact in com.genologics.ri.container
Modifier and TypeMethodDescriptionContainer.addPlacement
(LimsEntityLinkable<Artifact> artifact, String wellPosition) void
Container.setPlacements
(Collection<? extends LimsEntityLinkable<Artifact>> links) ModifierConstructorDescriptionPlacement
(LimsEntityLinkable<Artifact> link) Placement
(LimsEntityLinkable<Artifact> link, String wellPosition) -
Uses of Artifact in com.genologics.ri.process
Modifier and TypeMethodDescriptionvoid
InputOutputMap.setInput
(LimsEntityLinkable<Artifact> link) void
void
InputOutputMap.setOutput
(LimsEntityLinkable<Artifact> link) void
ModifierConstructorDescriptionArtifactLink
(Linkable<Artifact> link) InputOutputMap
(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) InputOutputMap
(Linkable<Artifact> input, Linkable<Artifact> output) -
Uses of Artifact in com.genologics.ri.processexecution
Modifier and TypeMethodDescriptionvoid
ExecutableInputOutputMap.setInputs
(Collection<? extends Linkable<Artifact>> links) protected void
ArtifactBase.updateQCFlag
(Linkable<Artifact> link) -
Uses of Artifact in com.genologics.ri.queue
-
Uses of Artifact in com.genologics.ri.routing
Modifier and TypeMethodDescriptionvoid
ExtArtifactAssignments.addAll
(Collection<? extends Linkable<Artifact>> links) void
ExtArtifactAssignments.addArtifact
(Linkable<Artifact> artifact) -
Uses of Artifact in com.genologics.ri.sample
Modifier and TypeMethodDescriptionvoid
SampleBase.setArtifact
(LimsEntityLinkable<Artifact> artifact) -
Uses of Artifact in com.genologics.ri.step
Modifier and TypeMethodDescriptionArtifactLink.getEntityClass()
CreationInput.getEntityClass()
EscalatedArtifact.getEntityClass()
Input.getEntityClass()
NextAction.getEntityClass()
Output.getEntityClass()
OutputPlacement.getEntityClass()
SharedResultFile.getEntityClass()
Modifier and TypeMethodDescriptionPools.addAvailableInput
(Linkable<Artifact> artifact) Escalation.addEscalatedArtifact
(Linkable<Artifact> link) StepCreation.addInput
(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates) StepDetails.addInputOutputMap
(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) Placements.addOutputPlacement
(Linkable<Artifact> artifact, Linkable<Container> container, String wellPosition) Pools.addPooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) Pools.addPooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) void
CreationInput.setArtifact
(Linkable<Artifact> a) void
NextAction.setArtifact
(Linkable<Artifact> link) void
Output.setArtifact
(Linkable<Artifact> artifact) void
OutputPlacement.setArtifact
(Linkable<Artifact> artifact) void
InputOutputMap.setInput
(LimsEntityLinkable<Artifact> link) void
void
PooledInputs.setInputArtifacts
(Collection<? extends Linkable<Artifact>> artifacts) void
InputOutputMap.setOutput
(LimsEntityLinkable<Artifact> link) void
void
PooledInputs.setOutputArtifact
(Linkable<Artifact> artifact) ModifierConstructorDescriptionArtifactLink
(Linkable<Artifact> link) CreationInput
(Linkable<Artifact> artifact) CreationInput
(Linkable<Artifact> artifact, Linkable<ControlType> controlType) CreationInput
(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates) EscalatedArtifact
(Linkable<Artifact> link) InputOutputMap
(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) InputOutputMap
(Linkable<Artifact> input, Linkable<Artifact> output) NextAction
(Linkable<Artifact> link) NextAction
(Linkable<Artifact> link, ActionType action) NextAction
(Linkable<Artifact> link, ActionType action, Linkable<ProtocolStep> nextStep) OutputPlacement
(Linkable<Artifact> artifact) OutputPlacement
(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition) PooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName) PooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) PooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) -
Uses of Artifact 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 Artifact 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.