Uses of Interface
com.genologics.ri.LimsEntity
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 LimsEntity 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). -
Uses of LimsEntity in com.genologics.ri.artifact
-
Uses of LimsEntity in com.genologics.ri.container
-
Uses of LimsEntity in com.genologics.ri.file
Modifier and TypeClassDescriptionclass
The file element contains information about a file in the system. -
Uses of LimsEntity in com.genologics.ri.instrument
-
Uses of LimsEntity in com.genologics.ri.lab
-
Uses of LimsEntity in com.genologics.ri.process
-
Uses of LimsEntity in com.genologics.ri.project
-
Uses of LimsEntity in com.genologics.ri.reagentlot
-
Uses of LimsEntity in com.genologics.ri.reagenttype
Modifier and TypeClassDescriptionclass
The detailed representation of a reagent type. -
Uses of LimsEntity in com.genologics.ri.researcher
-
Uses of LimsEntity in com.genologics.ri.sample
-
Uses of LimsEntity in com.genologics.ri.step
-
Uses of LimsEntity in org.cruk.clarity.api
Modifier and TypeMethodDescription<E extends LimsEntity<E>>
voidClarityAPI.reload
(E entity) Reload an entity in-situ.<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 LimsEntity in org.cruk.clarity.api.impl
Modifier and TypeMethodDescription<E extends LimsEntity<E>>
voidClarityAPIImpl.reload
(E entity) Reload an entity in-situ.<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.