Uses of Class
com.genologics.ri.container.Container
Packages that use Container
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
Container entity and support classes for the Clarity REST API.
Entities for process execution in the Clarity system.
Entities for process type definitions in the Clarity system.
Provides classes for sample entities in the Clarity LIMS API.
Entities for workflow steps in the Clarity system.
-
Uses of Container in com.genologics.ri
Methods in com.genologics.ri that return types with arguments of type ContainerModifier and TypeMethodDescriptionContainerLink.getEntityClass()Gets the entity class for this link.Location.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri with type arguments of type ContainerModifier and TypeMethodDescriptionLocation.setContainer(LimsEntityLinkable<Container> link) Sets the container from a LIMS entity linkable.Constructor parameters in com.genologics.ri with type arguments of type ContainerModifierConstructorDescriptionConstructor from a LIMS entity linkable container.ContainerLink(Linkable<Container> link) Constructor from a linkable container.Location(LimsEntityLinkable<Container> container, String position) Constructor with container and position.Constructor with container and position. -
Uses of Container in com.genologics.ri.container
Fields in com.genologics.ri.container with type parameters of type ContainerMethods in com.genologics.ri.container that return ContainerModifier and TypeMethodDescriptionObjectFactory.createContainer()Creates a new Container instance.Methods in com.genologics.ri.container that return types with arguments of type ContainerModifier and TypeMethodDescriptionObjectFactory.createContainer(Container value) Creates a JAXBElement for Container.ContainerBatchFetchResult.getContainers()Gets the list of containers.ContainerLink.getEntityClass()Gets the entity class.Container.getLink()Gets a link to this container.ContainerBatchFetchResult.getList()Gets the list of containers.Methods in com.genologics.ri.container with parameters of type ContainerModifier and TypeMethodDescriptionObjectFactory.createContainer(Container value) Creates a JAXBElement for Container.Method parameters in com.genologics.ri.container with type arguments of type ContainerModifier and TypeMethodDescriptionvoidContainerBatchFetchResult.addForCreate(Collection<Container> entities) Adds containers for batch creation.voidContainerBatchFetchResult.addForUpdate(Collection<Container> entities) Adds containers for batch update.Constructors in com.genologics.ri.container with parameters of type ContainerConstructor parameters in com.genologics.ri.container with type arguments of type ContainerModifierConstructorDescriptionContainerBatchFetchResult(Collection<Container> containers) Constructor with a collection of containers.Constructor from a LIMS entity linkable container.ContainerLink(Linkable<Container> link) Constructor from a linkable container. -
Uses of Container in com.genologics.ri.processexecution
Method parameters in com.genologics.ri.processexecution with type arguments of type ContainerModifier and TypeMethodDescriptionOutput.setLocation(LimsEntityLinkable<Container> container, String position) Sets the location of the output artifact with container and position.ExecutableInputOutputMap.setOutput(OutputType type, LimsEntityLinkable<Container> container, String position) Sets the output artifact with type, container, and position.Constructor parameters in com.genologics.ri.processexecution with type arguments of type ContainerModifierConstructorDescriptionOutput(OutputType type, LimsEntityLinkable<Container> container, String position) Constructor with output type, container, and position. -
Uses of Container in com.genologics.ri.processtype
Methods in com.genologics.ri.processtype that return types with arguments of type ContainerModifier and TypeMethodDescriptionContainerTypeLink.getEntityClass()Gets the entity class for this link. -
Uses of Container in com.genologics.ri.sample
Method parameters in com.genologics.ri.sample with type arguments of type ContainerModifier and TypeMethodDescriptionvoidSample.setCreationLocation(LimsEntityLinkable<Container> container, String position) Set the location of this sample for creation. -
Uses of Container in com.genologics.ri.step
Methods in com.genologics.ri.step that return types with arguments of type ContainerModifier and TypeMethodDescriptionContainerLink.getEntityClass()Gets the entity class.OutputArrangement.getEntityClass()Gets the entity class.Method parameters in com.genologics.ri.step with type arguments of type ContainerModifier and TypeMethodDescriptionPlacements.addSelectedContainer(Linkable<Container> container) Adds a selected container.voidOutputPlacement.setLocation(LimsEntityLinkable<Container> container, String wellPosition) Sets the location from a container and well position.voidOutputPlacement.setLocation(Linkable<Container> container, String wellPosition) Sets the location from a container and well position.Constructor parameters in com.genologics.ri.step with type arguments of type ContainerModifierConstructorDescriptionContainerLink(Linkable<Container> link) Constructor from a linkable object.OutputPlacement(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition) Constructor with artifact, container and well position.