Uses of Interface
com.genologics.ri.LimsEntityLink
Packages that use 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
Classes in com.genologics.ri that implement LimsEntityLinkModifier and TypeClassDescriptionclassContainer is a child element of location and provides a URI linking to the detailed representation of the Container for the location.classLocation 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
Classes in com.genologics.ri.artifact that implement LimsEntityLinkModifier and TypeClassDescriptionclassArtifact-link is a child element type of artifacts and provides a URI linking to the detailed representation of an artifact.classThe details of a sample that is part of a pooled artifact.classParent-process is a child element of Artifact and provides a URI linking to the detailed representation of the process that produced the Artifact.classSample 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
Classes in com.genologics.ri.container that implement LimsEntityLinkModifier and TypeClassDescriptionclassContainer-link is a child element type of containers and provides a URI linking to the detailed representation of a container.classPlacement 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
Classes in com.genologics.ri.file that implement LimsEntityLinkModifier and TypeClassDescriptionclassThe file element contains information about a file in the system. -
Uses of LimsEntityLink in com.genologics.ri.instrument
Classes in com.genologics.ri.instrument that implement LimsEntityLinkModifier and TypeClassDescriptionclassInstrument-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
Classes in com.genologics.ri.lab that implement LimsEntityLinkModifier and TypeClassDescriptionclassLab-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
Classes in com.genologics.ri.process that implement LimsEntityLinkModifier and TypeClassDescriptionclassArtifact 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.classThe instrument element provides a URI to the instrument that is responsible for running the process.classParent-process is a child element of Artifact and provides a URI linking to the Process that created the Artifact.classProcess-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
Classes in com.genologics.ri.processexecution that implement LimsEntityLinkModifier and TypeClassDescriptionclassThe instrument element provides a URI to the instrument that is responsible for running the process. -
Uses of LimsEntityLink in com.genologics.ri.processtemplate
Classes in com.genologics.ri.processtemplate that implement LimsEntityLinkModifier and TypeClassDescriptionclassThe 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
Classes in com.genologics.ri.project that implement LimsEntityLinkModifier and TypeClassDescriptionclassProject-link is a child element type of projects and provides a URI linking to the detailed representation of a project.classResearcher 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
Classes in com.genologics.ri.queue that implement LimsEntityLink -
Uses of LimsEntityLink in com.genologics.ri.reagentlot
Classes in com.genologics.ri.reagentlot that implement LimsEntityLinkModifier and TypeClassDescriptionclassReagent-lot-link is a child element type of Reagent Lots and provides a URI linking to the detailed representation of a Reagent Lot.classResearcher is a child element of the reagent lot. -
Uses of LimsEntityLink in com.genologics.ri.reagenttype
Classes in com.genologics.ri.reagenttype that implement LimsEntityLinkModifier and TypeClassDescriptionclassReagent-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
Classes in com.genologics.ri.researcher that implement LimsEntityLinkModifier and TypeClassDescriptionclassLab is a child element of researcher and provides a URI linking to the detailed representation of the lab for the researcher.classResearcher-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
Classes in com.genologics.ri.role that implement LimsEntityLinkModifier and TypeClassDescriptionclassResearcher-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
Classes in com.genologics.ri.sample that implement LimsEntityLinkModifier and TypeClassDescriptionclassArtifact is a child element of Sample and provides a URI linking to the detailed representation of the artifact for the Sample.classProject is a child element of Sample and provides a URI linking to the detailed representation of the Project for the Sample.classSample-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
Classes in com.genologics.ri.step that implement LimsEntityLinkModifier and TypeClassDescriptionclassArtifact 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.classThe instrument element provides a URI to the selected instrument for the step.classProvides a URI linking to the reagent lot details.classThe 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
Methods in org.cruk.clarity.api that return types with arguments of type LimsEntityLinkModifier 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
Methods in org.cruk.clarity.api.impl that return types with arguments of type LimsEntityLinkModifier 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.