Uses of Interface
com.genologics.ri.LimsEntityLinkable
Packages that use LimsEntityLinkable
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 LimsEntityLinkable in com.genologics.ri
Subinterfaces of LimsEntityLinkable in com.genologics.riModifier and TypeInterfaceDescriptioninterfaceLimsEntity<E extends LimsEntity<E>>Interface for all objects that are real LIMS entities (i.e. not links or other references).interfaceLimsEntityLink<E extends LimsEntity<E>>Interface for links to LimsEntity objects.Classes in com.genologics.ri that implement LimsEntityLinkableModifier 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.Methods in com.genologics.ri with parameters of type LimsEntityLinkableConstructors in com.genologics.ri with parameters of type LimsEntityLinkable -
Uses of LimsEntityLinkable in com.genologics.ri.artifact
Classes in com.genologics.ri.artifact that implement LimsEntityLinkableModifier and TypeClassDescriptionclassThe detailed representation of an Artifact.classArtifact-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.Methods in com.genologics.ri.artifact with parameters of type LimsEntityLinkableModifier and TypeMethodDescriptionArtifact.setParentProcess(LimsEntityLinkable<ClarityProcess> link) Method parameters in com.genologics.ri.artifact with type arguments of type LimsEntityLinkableModifier and TypeMethodDescriptionvoidArtifact.setSamples(Collection<? extends LimsEntityLinkable<Sample>> links) Constructors in com.genologics.ri.artifact with parameters of type LimsEntityLinkable -
Uses of LimsEntityLinkable in com.genologics.ri.container
Classes in com.genologics.ri.container that implement LimsEntityLinkableModifier and TypeClassDescriptionclassclassContainer-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.Methods in com.genologics.ri.container with parameters of type LimsEntityLinkableModifier and TypeMethodDescriptionContainer.addPlacement(LimsEntityLinkable<Artifact> artifact, String wellPosition) Method parameters in com.genologics.ri.container with type arguments of type LimsEntityLinkableModifier and TypeMethodDescriptionvoidContainer.setPlacements(Collection<? extends LimsEntityLinkable<Artifact>> links) Constructors in com.genologics.ri.container with parameters of type LimsEntityLinkableModifierConstructorDescriptionPlacement(LimsEntityLinkable<Artifact> link) Placement(LimsEntityLinkable<Artifact> link, String wellPosition) -
Uses of LimsEntityLinkable in com.genologics.ri.file
Classes in com.genologics.ri.file that implement LimsEntityLinkableModifier and TypeClassDescriptionclassThe file element contains information about a file in the system.Constructors in com.genologics.ri.file with parameters of type LimsEntityLinkable -
Uses of LimsEntityLinkable in com.genologics.ri.instrument
Classes in com.genologics.ri.instrument that implement LimsEntityLinkableModifier and TypeClassDescriptionclassThe detailed representation of an instrument.classInstrument-link is a child element type of instruments and provides a URI linking to the detailed representation of an instrument. -
Uses of LimsEntityLinkable in com.genologics.ri.lab
Classes in com.genologics.ri.lab that implement LimsEntityLinkable -
Uses of LimsEntityLinkable in com.genologics.ri.process
Classes in com.genologics.ri.process that implement LimsEntityLinkableModifier 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 detailed representation of a process.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.Methods in com.genologics.ri.process with parameters of type LimsEntityLinkableModifier and TypeMethodDescriptionvoidInputOutputMap.setInput(LimsEntityLinkable<Artifact> link) voidInputOutputMap.setOutput(LimsEntityLinkable<Artifact> link) ArtifactLink.setParentProcess(LimsEntityLinkable<ClarityProcess> parentProcess) Constructors in com.genologics.ri.process with parameters of type LimsEntityLinkableModifierConstructorDescriptionInputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) -
Uses of LimsEntityLinkable in com.genologics.ri.processexecution
Classes in com.genologics.ri.processexecution that implement LimsEntityLinkableModifier and TypeClassDescriptionclassThe instrument element provides a URI to the instrument that is responsible for running the process.Methods in com.genologics.ri.processexecution with parameters of type LimsEntityLinkableModifier and TypeMethodDescriptionOutput.setLocation(LimsEntityLinkable<Container> container, String position) ExecutableInputOutputMap.setOutput(OutputType type, LimsEntityLinkable<Container> container, String position) Constructors in com.genologics.ri.processexecution with parameters of type LimsEntityLinkableModifierConstructorDescriptionOutput(OutputType type, LimsEntityLinkable<Container> container, String position) -
Uses of LimsEntityLinkable in com.genologics.ri.processtemplate
Classes in com.genologics.ri.processtemplate that implement LimsEntityLinkableModifier 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 LimsEntityLinkable in com.genologics.ri.project
Classes in com.genologics.ri.project that implement LimsEntityLinkableModifier and TypeClassDescriptionclassThe detailed representation of a Project.classProject-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.Constructors in com.genologics.ri.project with parameters of type LimsEntityLinkable -
Uses of LimsEntityLinkable in com.genologics.ri.queue
Classes in com.genologics.ri.queue that implement LimsEntityLinkable -
Uses of LimsEntityLinkable in com.genologics.ri.reagentlot
Classes in com.genologics.ri.reagentlot that implement LimsEntityLinkableModifier and TypeClassDescriptionclassThe detailed representation of a Reagent LotclassReagent-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.Constructors in com.genologics.ri.reagentlot with parameters of type LimsEntityLinkableModifierConstructorDescription -
Uses of LimsEntityLinkable in com.genologics.ri.reagenttype
Classes in com.genologics.ri.reagenttype that implement LimsEntityLinkableModifier and TypeClassDescriptionclassThe detailed representation of a reagent type.classReagent-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 LimsEntityLinkable in com.genologics.ri.researcher
Classes in com.genologics.ri.researcher that implement LimsEntityLinkableModifier and TypeClassDescriptionclassLab is a child element of researcher and provides a URI linking to the detailed representation of the lab for the researcher.classThe detailed representation of a researcher.classResearcher-link is a child element type of researchers and provides a URI linking to the detailed representation of a researcher. -
Uses of LimsEntityLinkable in com.genologics.ri.role
Classes in com.genologics.ri.role that implement LimsEntityLinkableModifier and TypeClassDescriptionclassResearcher-link is a child element type of researchers and provides a URI linking to the detailed representation of a researcher. -
Uses of LimsEntityLinkable in com.genologics.ri.sample
Classes in com.genologics.ri.sample that implement LimsEntityLinkableModifier 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.classThe detailed representation of a sample.classSample-link is a child element type of samples and provides a URI linking to the detailed representation of a sample.Methods in com.genologics.ri.sample with parameters of type LimsEntityLinkableModifier and TypeMethodDescriptionvoidSampleBase.setArtifact(LimsEntityLinkable<Artifact> artifact) voidSample.setCreationLocation(LimsEntityLinkable<Container> container, String position) Set the location of this sample for creation.voidSampleBase.setProject(LimsEntityLinkable<Project> project) Constructors in com.genologics.ri.sample with parameters of type LimsEntityLinkableModifierConstructorDescriptionProjectLink(LimsEntityLinkable<Project> link) SampleLink(LimsEntityLinkable<Sample> link) -
Uses of LimsEntityLinkable in com.genologics.ri.step
Classes in com.genologics.ri.step that implement LimsEntityLinkableModifier 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.classThe detailed representation of a 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.Methods in com.genologics.ri.step with parameters of type LimsEntityLinkableModifier and TypeMethodDescriptionStepDetails.addInputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) ReagentLots.addReagentLot(LimsEntityLinkable<ReagentLot> lot) voidInputOutputMap.setInput(LimsEntityLinkable<Artifact> link) voidOutputPlacement.setLocation(LimsEntityLinkable<Container> container, String wellPosition) voidInputOutputMap.setOutput(LimsEntityLinkable<Artifact> link) Constructors in com.genologics.ri.step with parameters of type LimsEntityLinkableModifierConstructorDescriptionInputOutputMap(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) OutputPlacement(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition) -
Uses of LimsEntityLinkable in org.cruk.clarity.api
Methods in org.cruk.clarity.api with parameters of type LimsEntityLinkableModifier and TypeMethodDescription<E extends LimsEntity<E>>
ClarityFileClarityAPI.uploadFile(LimsEntityLinkable<E> entity, URL fileURL, boolean publishInLablink) Attach a file to an entity and upload that file to the file store. -
Uses of LimsEntityLinkable in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl with parameters of type LimsEntityLinkableModifier and TypeMethodDescription<E extends LimsEntity<E>>
ClarityFileClarityAPIImpl.uploadFile(LimsEntityLinkable<E> entity, URL fileURL, boolean publishInLablink) Attach a file to an entity and upload that file to the file store.