Uses of Interface
com.genologics.ri.LimsEntityLink
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
The main public package of the Clarity API.
Concrete implementation classes of the Clarity API.
-
Uses of LimsEntityLink in com.genologics.ri
Modifier and TypeClassDescriptionclass
Container is a child element of location and provides a URI linking to the detailed representation of the Container for the location.class
Location provides a URI linking to the detailed representation of a Container along with the well location within that Container. -
Uses of LimsEntityLink in com.genologics.ri.artifact
Modifier and TypeClassDescriptionclass
Artifact-link is a child element type of artifacts and provides a URI linking to the detailed representation of an artifact.class
The details of a sample that is part of a pooled artifact.class
Parent-process is a child element of Artifact and provides a URI linking to the detailed representation of the process that produced the Artifact.class
Sample is a child element of Artifact and provides a URI linking to the detailed representation of a submitted Sample for the Artifact. -
Uses of LimsEntityLink in com.genologics.ri.container
Modifier and TypeClassDescriptionclass
Container-link is a child element type of containers and provides a URI linking to the detailed representation of a container.class
Placement is a child element of container and provides a URI linking to the detailed representation of the artifact that is located in a specific well of the container. -
Uses of LimsEntityLink in com.genologics.ri.file
Modifier and TypeClassDescriptionclass
The file element contains information about a file in the system. -
Uses of LimsEntityLink in com.genologics.ri.instrument
Modifier and TypeClassDescriptionclass
Instrument-link is a child element type of instruments and provides a URI linking to the detailed representation of an instrument. -
Uses of LimsEntityLink in com.genologics.ri.lab
Modifier and TypeClassDescriptionclass
Lab-link is a child element type of labs and provides a URI linking to the detailed representation of a lab. -
Uses of LimsEntityLink in com.genologics.ri.process
Modifier and TypeClassDescriptionclass
Artifact is a child element of input-output-map and provides a link to an Artifact that was either an input or output of the Process for the input-output-map.class
The instrument element provides a URI to the instrument that is responsible for running the process.class
Parent-process is a child element of Artifact and provides a URI linking to the Process that created the Artifact.class
Process-link is a child element type of process and provides a URI linking to the detailed representation of a process. -
Uses of LimsEntityLink in com.genologics.ri.processexecution
Modifier and TypeClassDescriptionclass
The instrument element provides a URI to the instrument that is responsible for running the process. -
Uses of LimsEntityLink in com.genologics.ri.processtemplate
Modifier and TypeClassDescriptionclass
The instrument is a child element of process-template that provides a URI to the instrument that is responsible for running a Process created using this Process Template. -
Uses of LimsEntityLink in com.genologics.ri.project
Modifier and TypeClassDescriptionclass
Project-link is a child element type of projects and provides a URI linking to the detailed representation of a project.class
Researcher is a child element of Project and provides a URI linking to the detailed representation of the Researcher for the Project. -
Uses of LimsEntityLink in com.genologics.ri.queue
-
Uses of LimsEntityLink in com.genologics.ri.reagentlot
Modifier and TypeClassDescriptionclass
Reagent-lot-link is a child element type of Reagent Lots and provides a URI linking to the detailed representation of a Reagent Lot.class
Researcher is a child element of the reagent lot. -
Uses of LimsEntityLink in com.genologics.ri.reagenttype
Modifier and TypeClassDescriptionclass
Reagent-type-link is a child element type of reagent types and provides a URI linking to the detailed representation of a reagent type. -
Uses of LimsEntityLink in com.genologics.ri.researcher
Modifier and TypeClassDescriptionclass
Lab is a child element of researcher and provides a URI linking to the detailed representation of the lab for the researcher.class
Researcher-link is a child element type of researchers and provides a URI linking to the detailed representation of a researcher. -
Uses of LimsEntityLink in com.genologics.ri.role
Modifier and TypeClassDescriptionclass
Researcher-link is a child element type of researchers and provides a URI linking to the detailed representation of a researcher. -
Uses of LimsEntityLink in com.genologics.ri.sample
Modifier and TypeClassDescriptionclass
Artifact is a child element of Sample and provides a URI linking to the detailed representation of the artifact for the Sample.class
Project is a child element of Sample and provides a URI linking to the detailed representation of the Project for the Sample.class
Sample-link is a child element type of samples and provides a URI linking to the detailed representation of a sample. -
Uses of LimsEntityLink in com.genologics.ri.step
Modifier and TypeClassDescriptionclass
Artifact is a child element of input-output-map and provides a link to an Artifact that was either an input or output of the Step for the input-output-map.class
The instrument element provides a URI to the selected instrument for the step.class
Provides a URI linking to the reagent lot details.class
The file element describes a shared result file output that will be displayed in the step-setup view. -
Uses of LimsEntityLink 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 LimsEntityLink 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.