Uses of Class
com.genologics.ri.sample.Sample
Packages that use Sample
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
Provides classes for sample entities in the Clarity LIMS API.
-
Uses of Sample in com.genologics.ri.artifact
Methods in com.genologics.ri.artifact that return types with arguments of type SampleModifier and TypeMethodDescriptionDemuxArtifactSample.getEntityClass()Gets the entity class.SampleLink.getEntityClass()Gets the entity class.Method parameters in com.genologics.ri.artifact with type arguments of type SampleModifier and TypeMethodDescriptionArtifact.addSample(LimsEntityLinkable<Sample> linkable) Adds a sample to this artifact.Adds a sample to this artifact.voidArtifact.setSamples(Collection<? extends LimsEntityLinkable<Sample>> links) Sets the list of samples associated with this artifact.Constructor parameters in com.genologics.ri.artifact with type arguments of type SampleModifierConstructorDescriptionConstructor from a LimsEntityLinkable.DemuxArtifactSample(Linkable<Sample> link) Constructor from a Linkable.SampleLink(LimsEntityLinkable<Sample> link) Constructor from a LimsEntityLinkable.SampleLink(Linkable<Sample> link) Constructor from a Linkable. -
Uses of Sample in com.genologics.ri.sample
Fields in com.genologics.ri.sample with type parameters of type SampleMethods in com.genologics.ri.sample that return SampleMethods in com.genologics.ri.sample that return types with arguments of type SampleModifier and TypeMethodDescriptionObjectFactory.createSample(Sample value) SampleLink.getEntityClass()Gets the entity class for this link.Sample.getLink()Get a concrete link object to thisLimsEntityLinkableentity.SampleBatchFetchResult.getList()Gets the list of samples for batch operations.SampleBatchFetchResult.getSamples()Gets the list of samples.Methods in com.genologics.ri.sample with parameters of type SampleMethod parameters in com.genologics.ri.sample with type arguments of type SampleModifier and TypeMethodDescriptionvoidSampleBatchFetchResult.addForCreate(Collection<Sample> samples) Add samples to this object ready for creation.voidSampleBatchFetchResult.addForUpdate(Collection<Sample> entities) Adds samples to this object for update.Constructors in com.genologics.ri.sample with parameters of type SampleModifierConstructorDescriptionConstruct a new object for sample creation via the API.Constructor parameters in com.genologics.ri.sample with type arguments of type SampleModifierConstructorDescriptionSampleLink(LimsEntityLinkable<Sample> link) Constructor for a sample link from a LIMS entity linkable sample.SampleLink(Linkable<Sample> link) Constructor for a sample link from a linkable sample.