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 UDFModifier and TypeMethodDescriptionArtifact.addUserDefinedField
(UDF udf) Deprecated.Artifact.addUserDefinedField
(String name, FieldType type, String value) Deprecated.Artifact.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.artifact that return types with arguments of type UDFMethods in com.genologics.ri.artifact with parameters 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 UDFModifier and TypeMethodDescriptionContainer.addUserDefinedField
(UDF udf) Deprecated.Container.addUserDefinedField
(String name, FieldType type, String value) Deprecated.Container.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.container that return types with arguments of type UDFMethods in com.genologics.ri.container with parameters 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 UDFModifier and TypeMethodDescriptionLab.addUserDefinedField
(UDF udf) Deprecated.Lab.addUserDefinedField
(String name, FieldType type, String value) Deprecated.Lab.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.lab that return types with arguments of type UDFMethods in com.genologics.ri.lab with parameters 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 UDFModifier and TypeMethodDescriptionClarityProcess.addUserDefinedField
(UDF udf) Deprecated.ClarityProcess.addUserDefinedField
(String name, FieldType type, String value) Deprecated.ClarityProcess.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.process that return types with arguments of type UDFMethods in com.genologics.ri.process with parameters 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 UDFModifier and TypeMethodDescriptionExecutableProcess.addUserDefinedField
(UDF udf) Deprecated.ExecutableProcess.addUserDefinedField
(String name, FieldType type, String value) Deprecated.Methods in com.genologics.ri.processexecution that return types with arguments of type UDFMethods in com.genologics.ri.processexecution with parameters 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 UDFModifier and TypeMethodDescriptionProcessTemplate.addUserDefinedField
(UDF udf) Deprecated.ProcessTemplate.addUserDefinedField
(String name, FieldType type, String value) Deprecated.Methods in com.genologics.ri.processtemplate that return types with arguments of type UDFMethods in com.genologics.ri.processtemplate with parameters 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 UDFModifier and TypeMethodDescriptionProject.addUserDefinedField
(UDF udf) Deprecated.Project.addUserDefinedField
(String name, FieldType type, String value) Deprecated.Project.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.project that return types with arguments of type UDFMethods in com.genologics.ri.project with parameters 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 UDFModifier and TypeMethodDescriptionResearcher.addUserDefinedField
(UDF udf) Deprecated.Researcher.addUserDefinedField
(String name, FieldType type, String value) Deprecated.Researcher.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.researcher that return types with arguments of type UDFMethods in com.genologics.ri.researcher with parameters 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 UDFModifier and TypeMethodDescriptionSampleBase.addUserDefinedField
(UDF udf) Deprecated.SampleBase.addUserDefinedField
(String name, FieldType type, String value) Deprecated.SampleBase.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.sample that return types with arguments of type UDFModifier and TypeMethodDescriptionBioSource.getFields()
Deprecated.SampleBase.getUserDefinedFields()
Methods in com.genologics.ri.sample with parameters 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 UDFModifier and TypeMethodDescriptionStepDetails.addUserDefinedField
(UDF udf) Deprecated.StepDetails.addUserDefinedField
(String name, FieldType type, String value) Deprecated.StepDetails.getUserDefinedField
(String name) Deprecated.Methods in com.genologics.ri.step that return types with arguments of type UDFMethods in com.genologics.ri.step with parameters 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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<UDF>
ObjectFactory.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 UDFModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<UDF>
ObjectFactory.createField
(UDF value) Method 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.