Uses of Interface
com.genologics.ri.LimsEntity
Packages that use LimsEntity
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
Provides JAXB bindings for artifacts in the Genologics REST API.
Container entity and support classes for the Clarity REST API.
Entities for file resources in the Clarity system.
Entities for instrument resources in the Clarity system.
Provides classes for representing and managing laboratory entities in the Clarity LIMS system.
Entities for processes executed in the Clarity system.
Project entity and supporting classes for the Clarity REST API.
Entities for reagent type definitions in the Clarity system.
Provides classes for representing researchers in the Clarity LIMS system.
Provides classes for sample entities in the Clarity LIMS API.
Entities for workflow steps in the Clarity system.
The main public package of the Clarity API.
Concrete implementation classes of the Clarity API.
-
Uses of LimsEntity in com.genologics.ri
Classes in com.genologics.ri with type parameters of type LimsEntityModifier 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.interfaceLimsEntityLinkable<E extends LimsEntity<E>>Interface for entities and links to entities that are identifiable in the system (i.e. have a LIMS id).classLimsEntityLinkBase<E extends LimsEntity<E>>Helper base class forLimsEntityLinkimplementations extending fromLimsLinkBase. -
Uses of LimsEntity in com.genologics.ri.artifact
Classes in com.genologics.ri.artifact that implement LimsEntity -
Uses of LimsEntity in com.genologics.ri.container
Classes in com.genologics.ri.container that implement LimsEntityModifier and TypeClassDescriptionclassContainer entity representing a physical container in the Clarity LIMS. -
Uses of LimsEntity in com.genologics.ri.file
Classes in com.genologics.ri.file that implement LimsEntityModifier and TypeClassDescriptionclassThe file element contains information about a file in the system. -
Uses of LimsEntity in com.genologics.ri.instrument
Classes in com.genologics.ri.instrument that implement LimsEntity -
Uses of LimsEntity in com.genologics.ri.lab
Classes in com.genologics.ri.lab that implement LimsEntity -
Uses of LimsEntity in com.genologics.ri.process
Classes in com.genologics.ri.process that implement LimsEntity -
Uses of LimsEntity in com.genologics.ri.project
Classes in com.genologics.ri.project that implement LimsEntity -
Uses of LimsEntity in com.genologics.ri.reagentlot
Classes in com.genologics.ri.reagentlot that implement LimsEntityModifier and TypeClassDescriptionclassRepresents a reagent lot in the Clarity LIMS system. -
Uses of LimsEntity in com.genologics.ri.reagenttype
Classes in com.genologics.ri.reagenttype that implement LimsEntityModifier and TypeClassDescriptionclassThe detailed representation of a reagent type. -
Uses of LimsEntity in com.genologics.ri.researcher
Classes in com.genologics.ri.researcher that implement LimsEntity -
Uses of LimsEntity in com.genologics.ri.sample
Classes in com.genologics.ri.sample that implement LimsEntity -
Uses of LimsEntity in com.genologics.ri.step
Classes in com.genologics.ri.step that implement LimsEntity -
Uses of LimsEntity in org.cruk.clarity.api
Methods in org.cruk.clarity.api with type parameters of type LimsEntityModifier and TypeMethodDescription<E extends LimsEntity<E>>
voidClarityAPI.reload(E entity) Reload an entity in-situ.<E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPI.setFieldDynamicPresets(Field field, L target, FieldDynamicPresetDetails presets) Set dynamic presets for a field on an entity (certainly process, haven't tested artifacts).default <E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPI.setFieldDynamicPresets(Field field, L target, String... presets) Convenience version ofClarityAPI.setFieldDynamicPresets(Field, LimsEntityLinkable, FieldDynamicPresetDetails)to set the presets with variable string arguments.default <E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPI.setFieldDynamicPresets(Field field, L target, Collection<String> presets) Convenience version ofClarityAPI.setFieldDynamicPresets(Field, LimsEntityLinkable, FieldDynamicPresetDetails)to set the presets with variable string arguments.<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
Methods in org.cruk.clarity.api.impl with type parameters of type LimsEntityModifier and TypeMethodDescription<E extends LimsEntity<E>>
voidClarityAPIImpl.reload(E entity) Reload an entity in-situ.<E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPIImpl.setFieldDynamicPresets(Field field, L target, FieldDynamicPresetDetails presets) Set dynamic presets for a field on an entity (certainly process, haven't tested artifacts).<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.