Uses of Interface
com.genologics.ri.userdefined.UDFHolder
Package
Description
-
Uses of UDFHolder in com.genologics.ri.artifact
-
Uses of UDFHolder in com.genologics.ri.container
-
Uses of UDFHolder in com.genologics.ri.lab
-
Uses of UDFHolder in com.genologics.ri.process
-
Uses of UDFHolder in com.genologics.ri.processexecution
Modifier and TypeClassDescriptionclass
The process element defines the XML needed to run a process. -
Uses of UDFHolder in com.genologics.ri.processtemplate
Modifier and TypeClassDescriptionclass
The detailed representation of a Process Template. -
Uses of UDFHolder in com.genologics.ri.project
-
Uses of UDFHolder in com.genologics.ri.researcher
-
Uses of UDFHolder in com.genologics.ri.sample
Modifier and TypeClassDescriptionclass
The detailed representation of a sample.class
The base representation of a Sample, defining common elements for both Sample and Sample creation.class
Sample creation is the detailed representation required when creating a new Sample in the system. -
Uses of UDFHolder in com.genologics.ri.step
-
Uses of UDFHolder in com.genologics.ri.userdefined
Modifier and TypeClassDescriptionclass
Type is the name and user-defined fields of a user-defined type.Modifier and TypeMethodDescriptionstatic 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 String
UDF.getUDFValue
(UDFHolder thing, String name) Finds a UDF by name in the UDFs of the given object and, if found, returns its value.static String
UDF.getUDFValue
(UDFHolder thing, String name, boolean fail) Finds a UDF by name in the UDFs of the given object and returns its value.static String
UDF.getUDFValue
(UDFHolder thing, String name, boolean fail, String failMessage) Finds a UDF by name in the UDFs of the given object and returns its value.static String
UDF.getUDFValue
(UDFHolder thing, String name, String defaultValue) Finds a UDF by name in the UDFs of the given object and, if found, returns its value.static UDF
Adds, sets or removes a UDF from the collection of fields on the given object.