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