Uses of Class
com.genologics.ri.userdefined.UDF
Packages that use UDF
Package
Description
-
Uses of UDF in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact with type parameters of type UDFMethods 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 UDFMethods in com.genologics.ri.container that return types with arguments of type UDF -
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 UDF -
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 UDF -
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 UDF -
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 UDF -
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 UDF -
Uses of UDF in com.genologics.ri.sample
Fields in com.genologics.ri.sample with type parameters of type UDFMethods 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 UDF -
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 TypeMethodDescriptionObjectFactory.createField()
static UDF
Finds a UDF by name in the UDFs of the given object.static UDF
Finds a UDF by name in the UDFs of the given object.static UDF
Finds a UDF by name in the UDFs of the given object.static UDF
UDF.getUDF
(Collection<UDF> udfs, String name) Finds a UDF by name in a collection of UDF objects.static UDF
UDF.getUDF
(Collection<UDF> udfs, String name, boolean fail) Finds a UDF by name in a collection of UDF objects.static UDF
UDF.getUDF
(Collection<UDF> udfs, String name, boolean fail, String failMessage) Finds a UDF by name in a collection of UDF objects.default UDF
Finds a UDF by name.default UDF
Finds a UDF by name.default UDF
Finds a UDF by name.static UDF
Adds, sets or removes a UDF from the collection of fields on the given object.static UDF
UDF.setUDF
(Collection<UDF> udfs, String name, Object value) Adds, sets or removes a UDF from the given collection of fields.default UDF
Adds, 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()
UDFHolder.getUdfs()
Another alternative forgetUserDefinedFields
that 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 UDFMethod parameters in com.genologics.ri.userdefined with type arguments of type UDFModifier and TypeMethodDescriptionstatic UDF
UDF.getUDF
(Collection<UDF> udfs, String name) Finds a UDF by name in a collection of UDF objects.static UDF
UDF.getUDF
(Collection<UDF> udfs, String name, boolean fail) Finds a UDF by name in a collection of UDF objects.static UDF
UDF.getUDF
(Collection<UDF> udfs, String name, boolean fail, String failMessage) Finds a UDF by name in a collection of UDF objects.static String
UDF.getUDFValue
(Collection<UDF> udfs, String name) Finds a UDF by name in a collection of UDF objects and, if found, returns its value.static String
UDF.getUDFValue
(Collection<UDF> udfs, String name, boolean fail) Finds a UDF by name in a collection of UDF objects and returns its value.static String
UDF.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 String
UDF.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 UDF
UDF.setUDF
(Collection<UDF> udfs, String name, Object value) Adds, sets or removes a UDF from the given collection of fields.