Uses of Class
com.genologics.ri.Location
Packages that use Location
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
Provides JAXB bindings for artifacts in the Genologics REST API.
Entities for process execution in the Clarity system.
Entities for work queues in the Clarity system.
Provides classes for sample entities in the Clarity LIMS API.
Entities for workflow steps in the Clarity system.
-
Uses of Location in com.genologics.ri
Methods in com.genologics.ri that return LocationModifier and TypeMethodDescriptionObjectFactory.createLocation()Creates a new Location instance.Methods in com.genologics.ri with parameters of type Location -
Uses of Location in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact declared as LocationModifier and TypeFieldDescriptionprotected LocationArtifact.locationThe location of the artifact.Methods in com.genologics.ri.artifact that return LocationMethods in com.genologics.ri.artifact with parameters of type LocationModifier and TypeMethodDescriptionvoidArtifact.setLocation(Location value) Sets the location of the artifact. -
Uses of Location in com.genologics.ri.processexecution
Fields in com.genologics.ri.processexecution declared as LocationModifier and TypeFieldDescriptionprotected LocationOutput.locationThe location of the output artifact.Methods in com.genologics.ri.processexecution that return LocationModifier and TypeMethodDescriptionOutput.getLocation()Gets the location of the output artifact.Output.setLocation(LimsEntityLinkable<Container> container, String position) Sets the location of the output artifact with container and position.Output.setLocation(Location location) Sets the location of the output artifact.Methods in com.genologics.ri.processexecution with parameters of type LocationModifier and TypeMethodDescriptionOutput.setLocation(Location location) Sets the location of the output artifact. -
Uses of Location in com.genologics.ri.queue
Fields in com.genologics.ri.queue declared as LocationModifier and TypeFieldDescriptionprotected LocationArtifactLink.locationThe location of the artifact.Methods in com.genologics.ri.queue that return LocationMethods in com.genologics.ri.queue with parameters of type LocationModifier and TypeMethodDescriptionvoidArtifactLink.setLocation(Location location) Sets the location of the artifact. -
Uses of Location in com.genologics.ri.sample
Fields in com.genologics.ri.sample declared as LocationModifier and TypeFieldDescriptionprotected LocationSampleCreation.locationThe location where the sample will be created.Methods in com.genologics.ri.sample that return LocationModifier and TypeMethodDescriptionSample.getCreationLocation()Get the initial creation location for this sample.SampleCreation.getLocation()Gets the location where the sample will be created.Methods in com.genologics.ri.sample with parameters of type LocationModifier and TypeMethodDescriptionvoidSample.setCreationLocation(Location creationLocation) Set the location of this sample for creation.voidSampleCreation.setLocation(Location value) Sets the location where the sample will be created. -
Uses of Location in com.genologics.ri.step
Fields in com.genologics.ri.step declared as LocationModifier and TypeFieldDescriptionprotected LocationOutputPlacement.locationThe location of the output artifact in a container.Methods in com.genologics.ri.step that return LocationModifier and TypeMethodDescriptionOutputPlacement.getLocation()Gets the location of the output artifact.Methods in com.genologics.ri.step with parameters of type LocationModifier and TypeMethodDescriptionvoidOutputPlacement.setLocation(Location location) Sets the location of the output artifact.