Uses of Class
com.genologics.ri.userdefined.UDF
Packages that use UDF
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
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 workflow steps in the Clarity system.
Entities for user-defined fields (UDFs) in the Clarity system.
-
Uses of UDF in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact with type parameters of type UDFModifier and TypeFieldDescriptionArtifact.fieldsThe list of user-defined fields for this artifact.Methods in com.genologics.ri.artifact that return types with arguments of type UDF -
Uses of UDF in com.genologics.ri.container
Fields in com.genologics.ri.container with type parameters of type UDFModifier and TypeFieldDescriptionContainer.fieldsThe list of user-defined fields for the container.Methods in com.genologics.ri.container that return types with arguments of type UDFModifier and TypeMethodDescriptionContainer.getUserDefinedFields()Gets the list of user-defined fields. -
Uses of UDF in com.genologics.ri.lab
Fields in com.genologics.ri.lab with type parameters of type UDFMethods in com.genologics.ri.lab that return types with arguments of type UDF -
Uses of UDF in com.genologics.ri.process
Fields in com.genologics.ri.process with type parameters of type UDFMethods in com.genologics.ri.process that return types with arguments of type UDFModifier and TypeMethodDescriptionClarityProcess.getUserDefinedFields()Gets the user defined fields. -
Uses of UDF in com.genologics.ri.processexecution
Fields in com.genologics.ri.processexecution with type parameters of type UDFMethods in com.genologics.ri.processexecution that return types with arguments of type UDFModifier and TypeMethodDescriptionExecutableProcess.getUserDefinedFields()Gets the user-defined fields. -
Uses of UDF in com.genologics.ri.processtemplate
Fields in com.genologics.ri.processtemplate with type parameters of type UDFMethods in com.genologics.ri.processtemplate that return types with arguments of type UDFModifier and TypeMethodDescriptionProcessTemplate.getUserDefinedFields()Gets the user-defined fields. -
Uses of UDF in com.genologics.ri.project
Fields in com.genologics.ri.project with type parameters of type UDFMethods in com.genologics.ri.project that return types with arguments of type UDFModifier and TypeMethodDescriptionProject.getUserDefinedFields()Get the user-defined fields for the project. -
Uses of UDF in com.genologics.ri.researcher
Fields in com.genologics.ri.researcher with type parameters of type UDFMethods in com.genologics.ri.researcher that return types with arguments of type UDFModifier and TypeMethodDescriptionResearcher.getUserDefinedFields()Gets the list of user-defined fields for the researcher. -
Uses of UDF in com.genologics.ri.sample
Fields in com.genologics.ri.sample with type parameters of type UDFModifier and TypeFieldDescriptionBioSource.fieldsDeprecated.The user-defined fields for the biosource.SampleBase.fieldsThe user-defined fields for this sample.Methods in com.genologics.ri.sample that return types with arguments of type UDF -
Uses of UDF in com.genologics.ri.step
Fields in com.genologics.ri.step with type parameters of type UDFMethods in com.genologics.ri.step that return types with arguments of type UDFModifier and TypeMethodDescriptionStepDetails.getUserDefinedFields()Gets the list of user-defined fields for the step. -
Uses of UDF in com.genologics.ri.userdefined
Fields in com.genologics.ri.userdefined with type parameters of type UDFMethods in com.genologics.ri.userdefined that return UDFModifier and TypeMethodDescriptionAdds a UDF to this user-defined type.Adds a UDF to this user-defined type.ObjectFactory.createField()Create an instance ofUDFstatic UDFFinds a UDF by name in the UDFs of the given object.static UDFFinds a UDF by name in the UDFs of the given object.static UDFFinds a UDF by name in the UDFs of the given object.static UDFUDF.getUDF(Collection<UDF> udfs, String name) Finds a UDF by name in a collection of UDF objects.static UDFUDF.getUDF(Collection<UDF> udfs, String name, boolean fail) Finds a UDF by name in a collection of UDF objects.static UDFUDF.getUDF(Collection<UDF> udfs, String name, boolean fail, String failMessage) Finds a UDF by name in a collection of UDF objects.default UDFFinds a UDF by name.default UDFFinds a UDF by name.default UDFFinds a UDF by name.static UDFAdds, sets or removes a UDF from the collection of fields on the given object.static UDFUDF.setUDF(Collection<UDF> udfs, String name, Object value) Adds, sets or removes a UDF from the given collection of fields.default UDFAdds, sets or removes a UDF.Methods in com.genologics.ri.userdefined that return types with arguments of type UDFModifier and TypeMethodDescriptionObjectFactory.createField(UDF value) UDT.getFields()Gets the list of fields in this user-defined type.UDFHolder.getUdfs()Another alternative forgetUserDefinedFieldsthat is more pleasant on the eye when used in Groovy or other scripting systems where the property is accessed as if it were a field.UDFHolder.getUDFs()Alternative method used as a shorthand forgetUserDefinedFields.UDFHolder.getUserDefinedFields()Get a list of user defined fields held by the entity.UDT.getUserDefinedFields()Replicates getFields but allows the UDT to be used by the UDF static helper methods.Methods in com.genologics.ri.userdefined with parameters of type UDFModifier and TypeMethodDescriptionAdds a UDF to this user-defined type.ObjectFactory.createField(UDF value) Method parameters in com.genologics.ri.userdefined with type arguments of type UDFModifier and TypeMethodDescriptionstatic UDFUDF.getUDF(Collection<UDF> udfs, String name) Finds a UDF by name in a collection of UDF objects.static UDFUDF.getUDF(Collection<UDF> udfs, String name, boolean fail) Finds a UDF by name in a collection of UDF objects.static UDFUDF.getUDF(Collection<UDF> udfs, String name, boolean fail, String failMessage) Finds a UDF by name in a collection of UDF objects.static StringUDF.getUDFValue(Collection<UDF> udfs, String name) Finds a UDF by name in a collection of UDF objects and, if found, returns its value.static StringUDF.getUDFValue(Collection<UDF> udfs, String name, boolean fail) Finds a UDF by name in a collection of UDF objects and returns its value.static StringUDF.getUDFValue(Collection<UDF> udfs, String name, boolean fail, String failMessage) Finds a UDF by name in a collection of UDF objects and returns its value.static StringUDF.getUDFValue(Collection<UDF> udfs, String name, String defaultValue) Finds a UDF by name in a collection of UDF objects and, if found, returns its value.static UDFUDF.setUDF(Collection<UDF> udfs, String name, Object value) Adds, sets or removes a UDF from the given collection of fields.