Uses of Annotation Type
com.genologics.ri.ClarityEntity
Packages that use ClarityEntity
Package
Description
Concrete implementation classes of the Clarity API.
-
Uses of ClarityEntity in com.genologics.ri.artifact
Classes in com.genologics.ri.artifact with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.artifactgroup
Classes in com.genologics.ri.artifactgroup with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
ArtifactGroups are created by the Lab Scientist interface for each workflow. -
Uses of ClarityEntity in com.genologics.ri.automation
Classes in com.genologics.ri.automation with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
The automation element integrates the process with the Automation Worker (previously called External Program Plugin or EPP). -
Uses of ClarityEntity in com.genologics.ri.configuration
Classes in com.genologics.ri.configuration with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.container
Classes in com.genologics.ri.container with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.containertype
Classes in com.genologics.ri.containertype with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
The detailed representation of a container type. -
Uses of ClarityEntity in com.genologics.ri.controltype
Classes in com.genologics.ri.controltype with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.file
Classes in com.genologics.ri.file with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
The file element contains information about a file in the system. -
Uses of ClarityEntity in com.genologics.ri.instrument
Classes in com.genologics.ri.instrument with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.instrumenttype
Classes in com.genologics.ri.instrumenttype with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
An instrument describes properties common to all instruments of that type. -
Uses of ClarityEntity in com.genologics.ri.lab
Classes in com.genologics.ri.lab with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.permission
Classes in com.genologics.ri.permission with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.process
Classes in com.genologics.ri.process with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.processtemplate
Classes in com.genologics.ri.processtemplate with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
The detailed representation of a Process Template. -
Uses of ClarityEntity in com.genologics.ri.processtype
Classes in com.genologics.ri.processtype with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
The process-type element contains the XML representation of a type of process configured in the system. -
Uses of ClarityEntity in com.genologics.ri.project
Classes in com.genologics.ri.project with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.protocolconfiguration
Classes in com.genologics.ri.protocolconfiguration with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.queue
Classes in com.genologics.ri.queue with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.reagentkit
Classes in com.genologics.ri.reagentkit with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.reagentlot
Classes in com.genologics.ri.reagentlot with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.reagenttype
Classes in com.genologics.ri.reagenttype with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
The detailed representation of a reagent type. -
Uses of ClarityEntity in com.genologics.ri.researcher
Classes in com.genologics.ri.researcher with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.role
Classes in com.genologics.ri.role with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.sample
Classes in com.genologics.ri.sample with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.stage
Classes in com.genologics.ri.stage with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.step
Classes in com.genologics.ri.step with annotations of type ClarityEntityModifier and TypeClassDescriptionclass
class
The detailed representation of a step's output artifact container placementsclass
The detailed representation of a step's pooled inputs.class
The detailed representation of a step.class
The current EPP status for a step (supports automatically triggered programs only).class
The list representation of a step's reagent lots.class
The detailed representation of a step's output artifact reagents.class
A request to create a step.class
class
-
Uses of ClarityEntity in com.genologics.ri.stepconfiguration
Classes in com.genologics.ri.stepconfiguration with annotations of type ClarityEntity -
Uses of ClarityEntity in com.genologics.ri.workflowconfiguration
Classes in com.genologics.ri.workflowconfiguration with annotations of type ClarityEntity -
Uses of ClarityEntity in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl that return ClarityEntityModifier and TypeMethodDescriptionprotected ClarityEntity
ClarityAPIImpl.checkEntityAnnotated
(Class<?> entityClass) Check that the class given as an entity class is annotated with theClarityEntity
annotation.