Uses of Class
com.genologics.ri.ExternalId
Packages that use ExternalId
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
Provides classes for representing and managing laboratory entities in the Clarity LIMS system.
Project entity and supporting classes for the Clarity REST API.
Provides classes for representing researchers in the Clarity LIMS system.
Provides classes for sample entities in the Clarity LIMS API.
-
Uses of ExternalId in com.genologics.ri
Methods in com.genologics.ri that return ExternalIdModifier and TypeMethodDescriptionObjectFactory.createExternalid()Creates a new ExternalId instance.Methods in com.genologics.ri that return types with arguments of type ExternalIdModifier and TypeMethodDescriptionObjectFactory.createExternalid(ExternalId value) Creates a JAXBElement for ExternalId.Methods in com.genologics.ri with parameters of type ExternalIdModifier and TypeMethodDescriptionObjectFactory.createExternalid(ExternalId value) Creates a JAXBElement for ExternalId. -
Uses of ExternalId in com.genologics.ri.lab
Fields in com.genologics.ri.lab with type parameters of type ExternalIdModifier and TypeFieldDescriptionprotected List<ExternalId>Lab.externalIdsThe list of external identifiers for the lab.Methods in com.genologics.ri.lab that return types with arguments of type ExternalIdModifier and TypeMethodDescriptionLab.getExternalid()Gets the list of external identifiers for the lab. -
Uses of ExternalId in com.genologics.ri.project
Fields in com.genologics.ri.project with type parameters of type ExternalIdModifier and TypeFieldDescriptionprotected List<ExternalId>Project.externalIdsThe external identifiers for the project.Methods in com.genologics.ri.project that return types with arguments of type ExternalIdModifier and TypeMethodDescriptionProject.getExternalIds()Get the external identifiers for the project. -
Uses of ExternalId in com.genologics.ri.researcher
Fields in com.genologics.ri.researcher with type parameters of type ExternalIdModifier and TypeFieldDescriptionprotected List<ExternalId>Researcher.externalIdsThe external identifiers for the researcher.Methods in com.genologics.ri.researcher that return types with arguments of type ExternalIdModifier and TypeMethodDescriptionResearcher.getExternalIds()Gets the list of external identifiers for the researcher. -
Uses of ExternalId in com.genologics.ri.sample
Fields in com.genologics.ri.sample with type parameters of type ExternalIdModifier and TypeFieldDescriptionprotected List<ExternalId>SampleBase.externalIdsThe external identifiers for this sample.Methods in com.genologics.ri.sample that return types with arguments of type ExternalIdModifier and TypeMethodDescriptionSampleBase.getExternalIds()Gets the list of external identifiers for this sample.