Uses of Interface
com.genologics.ri.Linkable
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 Linkable in com.genologics.ri
Modifier and TypeInterfaceDescriptioninterface
LimsEntity<E extends LimsEntity<E>>
Interface for all objects that are real LIMS entities (i.e. not links or other references).interface
LimsEntityLink<E extends LimsEntity<E>>
Interface for links to LimsEntity objects.interface
LimsEntityLinkable<E extends LimsEntity<E>>
Interface for entities and links to entities that are identifiable in the system (i.e. have a LIMS id).interface
Interface for classes that are links to real LIMS objects.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 Linkable in com.genologics.ri.artifact
Modifier and TypeClassDescriptionclass
The detailed representation of an Artifact.class
Artifact group is a child element of Artifact and provides a URI linking to the detailed representation of the artifact group that the Artifact belongs to.class
Artifact-link is a child element type of artifacts and provides a URI linking to the detailed representation of an artifact.class
Provide a URI linking to the control type if this artifact is a control sample.class
The details of a sample that is part of a pooled artifact.class
Identifies the resource that will demultiplex this artifact.class
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
The details of the pooling step that created the pooled sample(s).class
Sample is a child element of Artifact and provides a URI linking to the detailed representation of a submitted Sample for the Artifact.class
Provides links to workflow stages, stage names and their respective statuses.Modifier and TypeMethodDescriptionArtifact.addArtifactGroup
(Linkable<ArtifactGroup> link) void
DemuxLink.setArtifact
(Linkable<DemuxArtifact> artifact) void
DemuxSourceArtifact.setArtifact
(Linkable<Artifact> artifact) void
Artifact.setControlType
(Linkable<ControlType> link) void
void
DemuxDetails.setPoolStep
(Linkable<ProcessStep> poolStep) Modifier and TypeMethodDescriptionvoid
Artifact.setArtifactGroups
(Collection<? extends Linkable<ArtifactGroup>> links) -
Uses of Linkable in com.genologics.ri.artifactgroup
Modifier and TypeClassDescriptionclass
artifactGroup-link is a child element type of artifactGroup and provides a URI linking to the detailed representation of a artifactGroup. -
Uses of Linkable in com.genologics.ri.automation
Modifier and TypeClassDescriptionclass
class
Provides links to process types the automation is enabled on.Modifier and TypeMethodDescriptionvoid
ProcessTypeLink.setProcessType
(Linkable<ProcessType> processType) -
Uses of Linkable in com.genologics.ri.configuration
Modifier and TypeClassDescriptionclass
The detailed representation of the configuration of a user-defined field.class
Field definition represents a user-defined field configured in the parent entity.class
The detailed representation of the configuration of a user defined type.class
Type-definition provides a URI linking to the user defined type associated with the user-defined field, if applicable.class
Udfconfig-link is a child element type of udfs and provides a URI linking to the detailed representation of the configuration for a user defined field.class
Udtconfig-link is a child element type of udts and provides a URI linking to the detailed representation of the configuration for a user defined type. -
Uses of Linkable in com.genologics.ri.container
Modifier and TypeClassDescriptionclass
class
Container-link is a child element type of containers and provides a URI linking to the detailed representation of a container.class
Container-type is a child element of container and provides a URI linking to the detailed representation of the container type that the container is associated with.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.ModifierConstructorDescriptionContainer
(Linkable<ContainerType> containerType) Container
(Linkable<ContainerType> containerType, String name) -
Uses of Linkable in com.genologics.ri.containertype
Modifier and TypeClassDescriptionclass
The detailed representation of a container type.class
Container-type-link is a child element type of containers and provides a URI linking to the detailed representation of a container type. -
Uses of Linkable in com.genologics.ri.controltype
Modifier and TypeClassDescriptionclass
class
Control-type-link is a child element type of controlTypes and provides a URI linking to the detailed representation of a ControlType. -
Uses of Linkable in com.genologics.ri.file
Modifier and TypeClassDescriptionclass
The file element contains information about a file in the system.class
The file-link type provides a URI that links to information about a file in the system. -
Uses of Linkable in com.genologics.ri.instrument
Modifier and TypeClassDescriptionclass
The detailed representation of an instrument.class
Instrument-link is a child element type of instruments and provides a URI linking to the detailed representation of an instrument. -
Uses of Linkable in com.genologics.ri.instrumenttype
Modifier and TypeClassDescriptionclass
An instrument describes properties common to all instruments of that type.class
class
-
Uses of Linkable in com.genologics.ri.lab
Modifier and TypeClassDescriptionclass
The detailed representation of a lab.class
Lab-link is a child element type of labs and provides a URI linking to the detailed representation of a lab. -
Uses of Linkable in com.genologics.ri.permission
-
Uses of Linkable 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 detailed representation of a process.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.class
Process-type is a child element of process that identifies and provides a URI linking to the detailed representation of the process type that the process is associated with.class
Technician is a child element of Process and provides a URI linking to the detailed representation of the technician that ran the Process.Modifier and TypeMethodDescriptionvoid
void
ClarityProcess.setInstrument
(Linkable<Instrument> link) void
void
ClarityProcess.setProcessType
(Linkable<ProcessType> link) void
ClarityProcess.setTechnician
(Linkable<Researcher> link) ModifierConstructorDescriptionArtifactLink
(Linkable<Artifact> link) InputOutputMap
(Linkable<Artifact> input, Linkable<Artifact> output) InstrumentLink
(Linkable<Instrument> link) ProcessTypeLink
(Linkable<ProcessType> link) Technician
(Linkable<Researcher> link) -
Uses of Linkable in com.genologics.ri.processexecution
Modifier and TypeClassDescriptionclass
The input element provides URIs to one or more Artifacts that will be used by the Process.class
The instrument element provides a URI to the instrument that is responsible for running the process.class
The technician element provides a URI to the user that is responsible for the Process.Modifier and TypeMethodDescriptionvoid
ExecutableProcess.setInstrument
(Linkable<Instrument> link) void
ExecutableProcess.setTechnician
(Linkable<Researcher> link) protected void
ArtifactBase.updateQCFlag
(Linkable<Artifact> link) Modifier and TypeMethodDescriptionvoid
ExecutableInputOutputMap.setInputs
(Collection<? extends Linkable<Artifact>> links) ModifierConstructorDescriptionExecutableProcess
(String processType, Linkable<Researcher> technician) InstrumentLink
(Linkable<Instrument> link) Technician
(Linkable<Researcher> link) -
Uses of Linkable 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.class
The detailed representation of a Process Template.class
process-template-link is a child element type of Process Templates and provides a URI linking to the detailed representation of a Process Template.class
Process-type is a child element of process-template that identifies and provides a URI linking to the detailed representation of the Process Type that the Process Template is associated with.class
Technician is a child element of process-template and provides a URI linking to the detailed representation of the technician that is configured to run a Process created using this Process Template.ModifierConstructorDescriptionInstrumentLink
(Linkable<Instrument> link) ProcessTypeLink
(Linkable<ProcessType> link) Technician
(Linkable<Researcher> realResearcher) -
Uses of Linkable in com.genologics.ri.processtype
Modifier and TypeClassDescriptionclass
class
class
The process-type element contains the XML representation of a type of process configured in the system.class
Process-type-link is a child element type of process types and provides a URI linking to the detailed representation of a process type.class
Reagent-kit-link is a child element type of reagentKits and provides a URI linking to the detailed representation of a ReagentKit.class
Type-definition is a child element of process type providing a URI linking to the configuration of a user-defined type for the process type.ModifierConstructorDescriptionProcessTypeLink
(Linkable<ProcessType> link) TypeDefinition
(Linkable<Field> link) -
Uses of Linkable in com.genologics.ri.project
Modifier and TypeClassDescriptionclass
The detailed representation of a Project.class
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 Linkable in com.genologics.ri.protocolconfiguration
Modifier and TypeClassDescriptionclass
Detailed representation of a protocol.class
-
Uses of Linkable in com.genologics.ri.queue
-
Uses of Linkable in com.genologics.ri.reagentkit
Modifier and TypeClassDescriptionclass
The detailed representation of a reagent kit.class
Reagent-Kit-Link is a child element type of reagent kits and provides a URI linking to the detailed representation of a reagent kit. -
Uses of Linkable in com.genologics.ri.reagentlot
Modifier and TypeClassDescriptionclass
Reagent-Kit-Link is an element providing a URI linking to the detailed representation of a reagent kit.class
The detailed representation of a Reagent Lotclass
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.Modifier and TypeMethodDescriptionvoid
ReagentLot.setCreatedBy
(Linkable<Researcher> createdBy) void
ReagentLot.setLastModifiedBy
(Linkable<Researcher> lastModifiedBy) void
ReagentLot.setReagentKit
(Linkable<ReagentKit> reagentKit) ModifierConstructorDescriptionReagentKitLink
(Linkable<ReagentKit> link) ResearcherLink
(Linkable<Researcher> link) -
Uses of Linkable in com.genologics.ri.reagenttype
Modifier and TypeClassDescriptionclass
The detailed representation of a reagent type.class
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 Linkable 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
The detailed representation of a researcher.class
Researcher-link is a child element type of researchers and provides a URI linking to the detailed representation of a researcher.class
The role element defines a researcher's level of access in the system. -
Uses of Linkable in com.genologics.ri.role
Modifier and TypeClassDescriptionclass
Permission-link is a child element type of permissions and provides a URI linking to the detailed representation of a Permission.class
Researcher-link is a child element type of researchers and provides a URI linking to the detailed representation of a researcher.class
The detailed representation of a Roleclass
Role-link is a child element type of roles and provides a URI linking to the detailed representation of a Role. -
Uses of Linkable in com.genologics.ri.routing
Modifier and TypeMethodDescriptionvoid
ExtArtifactAssignments.addArtifact
(Linkable<Artifact> artifact) void
void
ExtArtifactAssignments.setWorkflow
(Linkable<Workflow> workflow) Modifier and TypeMethodDescriptionvoid
ExtArtifactAssignments.addAll
(Collection<? extends Linkable<Artifact>> links) -
Uses of Linkable 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
Control Type provides a name and a URI linking to the detailed representation of the Control Type associated with 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
The detailed representation of a sample.class
Sample-link is a child element type of samples and provides a URI linking to the detailed representation of a sample.class
Submitter is a child element of Sample and provides a URI linking to the detailed representation of the submitter for the Sample.Modifier and TypeMethodDescriptionvoid
SampleBase.setControlType
(Linkable<ControlType> controlType) SampleBase.setSubmitter
(Linkable<Researcher> link) ModifierConstructorDescriptionControlTypeLink
(Linkable<ControlType> link) Submitter
(Linkable<Researcher> link) -
Uses of Linkable in com.genologics.ri.stage
Modifier and TypeClassDescriptionclass
Protocol link for the stage.class
Protocol Step link for the stage.class
The detailed representation of a stage.class
Workflow link for the stage.Modifier and TypeMethodDescriptionvoid
Stage.setProtocol
(Linkable<Protocol> protocol) void
Stage.setStep
(Linkable<ProtocolStep> step) void
Stage.setWorkflow
(Linkable<Workflow> workflow) ModifierConstructorDescriptionProtocolLink
(Linkable<Protocol> link) ProtocolStepLink
(Linkable<ProtocolStep> link) WorkflowLink
(Linkable<Workflow> link) -
Uses of Linkable in com.genologics.ri.step
Modifier and TypeClassDescriptionclass
class
Identifies the resource that represents the actions applied or to be applied by the step.class
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
Identifies the resource that represents the step that was automatically begun when the "Automatically start Next Step" option is enabled in a step's configuration.class
Provides a URI linking to a selected container to be used for placement.class
Typically, provides a URI linking to the input artifact.class
Sample next action or step.class
Provides input URI links.class
The instrument element provides a URI to the selected instrument for the step.class
Sample next action or step.class
Provides a URI linking to the output artifact and reagent label.class
Provides a URI linking to the output artifact and container placement.class
The detailed representation of a step's output artifact container placementsclass
Identifies the resource that represents the output placements for the step.class
The detailed representation of a step's pooled inputs.class
Identifies the resource that represents the pools added by the step.class
The detailed representation of a step.class
The current EPP status for a step (supports automatically triggered programs only).class
Identifies the resource that represents the program status for the step.class
Provides a URI linking to the reagent lot details.class
The list representation of a step's reagent lots.class
Identifies the resource that represents the reagent lots for the step.class
The detailed representation of a step's output artifact reagents.class
Identifies the resource that represents the reagents added by the step.class
The file element describes a shared result file output that will be displayed in the step-setup view.class
Identifies the configuration information for the step run.class
class
Identifies the resource that represents the details for the step.class
class
Identifies the resource that represents the setup for the step.class
Describes a user as required in the context of step escalations.Modifier and TypeMethodDescriptionPools.addAvailableInput
(Linkable<Artifact> artifact) Escalation.addEscalatedArtifact
(Linkable<Artifact> link) StepCreation.addInput
(Linkable<Artifact> artifact, Linkable<ControlType> controlType, Long replicates) Placements.addOutputPlacement
(Linkable<Artifact> artifact, Linkable<Container> container, String wellPosition) Pools.addPooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) Placements.addSelectedContainer
(Linkable<Container> container) 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
EscalationRequest.setAuthor
(Linkable<Researcher> link) void
EscalationReview.setAuthor
(Linkable<Researcher> link) void
ProcessStep.setAutomaticNextStep
(Linkable<ProcessStep> step) void
StepCreation.setConfiguration
(Linkable<ProtocolStep> step) void
CreationInput.setControlType
(Linkable<ControlType> type) void
ProcessStep.setDetails
(Linkable<StepDetails> link) void
void
StepDetails.setInstrument
(Linkable<Instrument> link) void
OutputPlacement.setLocation
(Linkable<Container> container, String wellPosition) void
void
PooledInputs.setOutputArtifact
(Linkable<Artifact> artifact) void
ProcessStep.setPlacements
(Linkable<Placements> placements) void
void
ProcessStep.setProgramStatus
(Linkable<ProgramStatus> programStatus) void
StepConfiguration.setProtocolStep
(Linkable<ProtocolStep> protocolStep) void
ProcessStep.setReagentLots
(Linkable<ReagentLots> link) void
ProcessStep.setReagents
(Linkable<Reagents> reagents) void
EscalationRequest.setReviewer
(Linkable<Researcher> link) void
NextAction.setReworkStep
(Linkable<ProtocolStep> step) void
void
NextAction.setStep
(Linkable<ProtocolStep> step) void
Placements.setStep
(Linkable<ProcessStep> step) Modifier and TypeMethodDescriptionPools.addPooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) void
PooledInputs.setInputArtifacts
(Collection<? extends Linkable<Artifact>> artifacts) ModifierConstructorDescriptionActionsLink
(Linkable<Actions> link) ArtifactLink
(Linkable<Artifact> link) ContainerLink
(Linkable<Container> 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
(Linkable<Artifact> input, Linkable<Artifact> output) InstrumentLink
(Linkable<Instrument> link) NextAction
(Linkable<Artifact> link) NextAction
(Linkable<Artifact> link, ActionType action) NextAction
(Linkable<Artifact> link, ActionType action, Linkable<ProtocolStep> nextStep) NextAction
(URI artifactUri, ActionType action, Linkable<ProtocolStep> nextStep) OutputPlacement
(Linkable<Artifact> artifact) OutputPlacement
(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition) PlacementsLink
(Linkable<Placements> placements) PooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) ReagentLotsLink
(Linkable<ReagentLots> link) ReagentsLink
(Linkable<Reagents> link) StepCreation
(Linkable<ProtocolStep> step) StepDetailsLink
(Linkable<StepDetails> link) StepSetupLink
(Linkable<StepSetup> link) UserLink
(Linkable<Researcher> link) ModifierConstructorDescriptionPooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName) PooledInputs
(Collection<? extends Linkable<Artifact>> inputArtifacts, String poolName, Linkable<Artifact> outputArtifact) -
Uses of Linkable in com.genologics.ri.stepconfiguration
Modifier and TypeClassDescriptionclass
Control-type-link is a child element type of controlTypes and provides a URI linking to the detailed representation of a ControlType.class
List of step transitions including the URI allowing access to the specific next stepclass
Process-type is a child element that provides a URI linking to the detailed representation of the process type that the step is associated with.class
Detailed representation of a Stepclass
Reagent-Kit-Link is an element providing a URI linking to the detailed representation of a reagent kit.Modifier and TypeMethodDescriptionProtocolStep.addPermittedControlType
(Linkable<ControlType> controlType) ProtocolStep.addRequiredReagentKit
(Linkable<ReagentKit> kit) void
NextStep.setNextStep
(Linkable<ProtocolStep> step) void
ProtocolStep.setProcessType
(Linkable<ProcessType> processType) ModifierConstructorDescriptionControlTypeLink
(Linkable<ControlType> link) ProcessTypeLink
(Linkable<ProcessType> link) ReagentKitLink
(Linkable<ReagentKit> link) -
Uses of Linkable in com.genologics.ri.workflowconfiguration
Modifier and TypeClassDescriptionclass
Protocol-link is a child element type of workflow and provides a URI linking to the detailed representation of a protocol.class
The detailed representation of a Stage (the portion of a workflow to which samples can be associated in order to be queued)class
The detailed representation of a Workflow.class
Workflow-link is a child element type of workflows and provides a URI linking to the detailed representation of a workflow.ModifierConstructorDescriptionProtocolLink
(Linkable<Protocol> link) WorkflowLink
(Linkable<Workflow> link) -
Uses of Linkable in org.cruk.clarity.api
Modifier and TypeMethodDescriptionvoid
ClarityAPI.deleteAndRemoveFile
(Linkable<ClarityFile> file) Delete a file from the file store and remove its record from the LIMS.void
ClarityAPI.downloadFile
(Linkable<ClarityFile> file, OutputStream resultStream) Download the given file from its source.ClarityAPI.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 Linkable in org.cruk.clarity.api.impl
Modifier and TypeMethodDescriptionvoid
ClarityAPIImpl.deleteAndRemoveFile
(Linkable<ClarityFile> file) Delete a file from the file store and remove its record from the LIMS.void
ClarityAPIImpl.downloadFile
(Linkable<ClarityFile> file, OutputStream resultStream) Download the given file from its source.ClarityAPIImpl.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.Modifier and TypeMethodDescriptionprotected Links
ClarityAPIImpl.toLinks
(Collection<? extends Linkable<?>> entityLinks, boolean stripState) Create aLinks
object containing the URIs of the link objects given.