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.
-
Uses of Container in com.genologics.ri
Methods in com.genologics.ri that return types with arguments of type ContainerMethod parameters in com.genologics.ri with type arguments of type ContainerConstructor parameters in com.genologics.ri with type arguments of type ContainerModifierConstructorDescriptionContainerLink
(Linkable<Container> link) Location
(LimsEntityLinkable<Container> container, String 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 ContainerMethods in com.genologics.ri.container that return types with arguments of type ContainerModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Container>
ObjectFactory.createContainer
(Container value) ContainerBatchFetchResult.getContainers()
ContainerLink.getEntityClass()
ContainerBatchFetchResult.getList()
ContainerBatchFetchResult.iterator()
Methods in com.genologics.ri.container with parameters of type ContainerModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Container>
ObjectFactory.createContainer
(Container value) Method parameters in com.genologics.ri.container with type arguments of type ContainerModifier and TypeMethodDescriptionvoid
ContainerBatchFetchResult.addForCreate
(Collection<Container> entities) void
ContainerBatchFetchResult.addForUpdate
(Collection<Container> entities) Constructor parameters in com.genologics.ri.container with type arguments of type 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) ExecutableInputOutputMap.setOutput
(OutputType type, LimsEntityLinkable<Container> container, String position) Constructor parameters in com.genologics.ri.processexecution with type arguments of type ContainerModifierConstructorDescriptionOutput
(OutputType type, LimsEntityLinkable<Container> container, String position) -
Uses of Container in com.genologics.ri.processtype
Methods in com.genologics.ri.processtype that return types with arguments of type Container -
Uses of Container in com.genologics.ri.sample
Method parameters in com.genologics.ri.sample with type arguments of type ContainerModifier and TypeMethodDescriptionvoid
Sample.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 ContainerMethod parameters in com.genologics.ri.step with type arguments of type ContainerModifier and TypeMethodDescriptionPlacements.addSelectedContainer
(Linkable<Container> container) void
OutputPlacement.setLocation
(LimsEntityLinkable<Container> container, String wellPosition) void
OutputPlacement.setLocation
(Linkable<Container> container, String wellPosition) Constructor parameters in com.genologics.ri.step with type arguments of type ContainerModifierConstructorDescriptionContainerLink
(Linkable<Container> link) OutputPlacement
(Linkable<Artifact> artifact, LimsEntityLinkable<Container> container, String wellPosition)