Uses of Class
com.genologics.ri.userdefined.UDT
Packages that use UDT
Package
Description
Container entity and support classes for the Clarity REST API.
Provides classes for representing and managing laboratory entities in the Clarity LIMS system.
Entities for processes executed in the Clarity system.
Entities for process execution in the Clarity system.
Entities for process templates in the Clarity 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.
Entities for user-defined fields (UDFs) in the Clarity system.
-
Uses of UDT in com.genologics.ri.container
Fields in com.genologics.ri.container declared as UDTModifier and TypeFieldDescriptionprotected UDTContainer.typeThe user-defined type for the container.Methods in com.genologics.ri.container that return UDTModifier and TypeMethodDescriptionContainer.getUserDefinedType()Gets the user-defined type.Container.setUserDefinedType(UDT type) Sets the user-defined type.Container.setUserDefinedType(String type) Sets the user-defined type from a string.Methods in com.genologics.ri.container with parameters of type UDTModifier and TypeMethodDescriptionContainer.setUserDefinedType(UDT type) Sets the user-defined type. -
Uses of UDT in com.genologics.ri.lab
Fields in com.genologics.ri.lab declared as UDTMethods in com.genologics.ri.lab that return UDTModifier and TypeMethodDescriptionLab.getUserDefinedType()Gets the user-defined type of the lab.Lab.setUserDefinedType(UDT value) Sets the user-defined type of the lab.Lab.setUserDefinedType(String type) Sets the user-defined type of the lab using a type name.Methods in com.genologics.ri.lab with parameters of type UDTModifier and TypeMethodDescriptionLab.setUserDefinedType(UDT value) Sets the user-defined type of the lab. -
Uses of UDT in com.genologics.ri.process
Fields in com.genologics.ri.process declared as UDTMethods in com.genologics.ri.process that return UDTModifier and TypeMethodDescriptionClarityProcess.getUserDefinedType()Gets the user defined type.ClarityProcess.setUserDefinedType(UDT type) Sets the user defined type.ClarityProcess.setUserDefinedType(String type) Sets the user defined type by name.Methods in com.genologics.ri.process with parameters of type UDTModifier and TypeMethodDescriptionClarityProcess.setUserDefinedType(UDT type) Sets the user defined type. -
Uses of UDT in com.genologics.ri.processexecution
Fields in com.genologics.ri.processexecution declared as UDTMethods in com.genologics.ri.processexecution that return UDTModifier and TypeMethodDescriptionExecutableProcess.getUserDefinedType()Gets the user-defined type.ExecutableProcess.setUserDefinedType(UDT type) Sets the user-defined type.ExecutableProcess.setUserDefinedType(String type) Sets the user-defined type by name.Methods in com.genologics.ri.processexecution with parameters of type UDTModifier and TypeMethodDescriptionExecutableProcess.setUserDefinedType(UDT type) Sets the user-defined type. -
Uses of UDT in com.genologics.ri.processtemplate
Fields in com.genologics.ri.processtemplate declared as UDTMethods in com.genologics.ri.processtemplate that return UDTModifier and TypeMethodDescriptionProcessTemplate.getUserDefinedType()Gets the user-defined type.ProcessTemplate.setUserDefinedType(UDT value) Sets the user-defined type.ProcessTemplate.setUserDefinedType(String type) Sets the user-defined type by name.Methods in com.genologics.ri.processtemplate with parameters of type UDTModifier and TypeMethodDescriptionProcessTemplate.setUserDefinedType(UDT value) Sets the user-defined type. -
Uses of UDT in com.genologics.ri.project
Fields in com.genologics.ri.project declared as UDTModifier and TypeFieldDescriptionprotected UDTProject.typeThe user-defined type of the project.Methods in com.genologics.ri.project that return UDTModifier and TypeMethodDescriptionProject.getUserDefinedType()Get the user-defined type of the project.Project.setUserDefinedType(UDT value) Set the user-defined type of the project.Project.setUserDefinedType(String type) Set the user-defined type of the project by name.Methods in com.genologics.ri.project with parameters of type UDTModifier and TypeMethodDescriptionProject.setUserDefinedType(UDT value) Set the user-defined type of the project. -
Uses of UDT in com.genologics.ri.researcher
Fields in com.genologics.ri.researcher declared as UDTModifier and TypeFieldDescriptionprotected UDTResearcher.typeThe user-defined type for the researcher.Methods in com.genologics.ri.researcher that return UDTModifier and TypeMethodDescriptionResearcher.getUserDefinedType()Gets the user-defined type for the researcher.Researcher.setUserDefinedType(UDT value) Sets the user-defined type for the researcher.Researcher.setUserDefinedType(String type) Sets the user-defined type for the researcher.Methods in com.genologics.ri.researcher with parameters of type UDTModifier and TypeMethodDescriptionResearcher.setUserDefinedType(UDT value) Sets the user-defined type for the researcher. -
Uses of UDT in com.genologics.ri.sample
Fields in com.genologics.ri.sample declared as UDTModifier and TypeFieldDescriptionprotected UDTSampleBase.typeThe user-defined type of this sample.Methods in com.genologics.ri.sample that return UDTModifier and TypeMethodDescriptionSampleBase.getUserDefinedType()Gets the user-defined type of this sample.SampleBase.setUserDefinedType(UDT value) Sets the user-defined type for this sample.SampleBase.setUserDefinedType(String type) Sets the user-defined type for this sample by type name.Methods in com.genologics.ri.sample with parameters of type UDTModifier and TypeMethodDescriptionSampleBase.setUserDefinedType(UDT value) Sets the user-defined type for this sample. -
Uses of UDT in com.genologics.ri.userdefined
Methods in com.genologics.ri.userdefined that return UDTMethods in com.genologics.ri.userdefined that return types with arguments of type UDTMethods in com.genologics.ri.userdefined with parameters of type UDT