Uses of Interface
com.genologics.ri.userdefined.UDFHolder
Packages that use UDFHolder
Package
Description
-
Uses of UDFHolder in com.genologics.ri.artifact
Classes in com.genologics.ri.artifact that implement UDFHolder -
Uses of UDFHolder in com.genologics.ri.container
Classes in com.genologics.ri.container that implement UDFHolder -
Uses of UDFHolder in com.genologics.ri.lab
Classes in com.genologics.ri.lab that implement UDFHolder -
Uses of UDFHolder in com.genologics.ri.process
Classes in com.genologics.ri.process that implement UDFHolder -
Uses of UDFHolder in com.genologics.ri.processexecution
Classes in com.genologics.ri.processexecution that implement UDFHolderModifier and TypeClassDescriptionclass
The process element defines the XML needed to run a process. -
Uses of UDFHolder in com.genologics.ri.processtemplate
Classes in com.genologics.ri.processtemplate that implement UDFHolderModifier and TypeClassDescriptionclass
The detailed representation of a Process Template. -
Uses of UDFHolder in com.genologics.ri.project
Classes in com.genologics.ri.project that implement UDFHolder -
Uses of UDFHolder in com.genologics.ri.researcher
Classes in com.genologics.ri.researcher that implement UDFHolder -
Uses of UDFHolder in com.genologics.ri.sample
Classes in com.genologics.ri.sample that implement UDFHolderModifier 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
Classes in com.genologics.ri.step that implement UDFHolder -
Uses of UDFHolder in com.genologics.ri.userdefined
Classes in com.genologics.ri.userdefined that implement UDFHolderModifier and TypeClassDescriptionclass
Type is the name and user-defined fields of a user-defined type.Methods in com.genologics.ri.userdefined with parameters of type UDFHolderModifier 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.