Uses of Interface
com.genologics.ri.userdefined.UDFHolder
Packages that use UDFHolder
Package
Description
- 
Uses of UDFHolder in com.genologics.ri.artifactClasses in com.genologics.ri.artifact that implement UDFHolder
- 
Uses of UDFHolder in com.genologics.ri.containerClasses in com.genologics.ri.container that implement UDFHolder
- 
Uses of UDFHolder in com.genologics.ri.labClasses in com.genologics.ri.lab that implement UDFHolder
- 
Uses of UDFHolder in com.genologics.ri.processClasses in com.genologics.ri.process that implement UDFHolder
- 
Uses of UDFHolder in com.genologics.ri.processexecutionClasses in com.genologics.ri.processexecution that implement UDFHolderModifier and TypeClassDescriptionclassThe process element defines the XML needed to run a process.
- 
Uses of UDFHolder in com.genologics.ri.processtemplateClasses in com.genologics.ri.processtemplate that implement UDFHolderModifier and TypeClassDescriptionclassThe detailed representation of a Process Template.
- 
Uses of UDFHolder in com.genologics.ri.projectClasses in com.genologics.ri.project that implement UDFHolder
- 
Uses of UDFHolder in com.genologics.ri.researcherClasses in com.genologics.ri.researcher that implement UDFHolder
- 
Uses of UDFHolder in com.genologics.ri.sampleClasses in com.genologics.ri.sample that implement UDFHolderModifier and TypeClassDescriptionclassThe detailed representation of a sample.classThe base representation of a Sample, defining common elements for both Sample and Sample creation.classSample creation is the detailed representation required when creating a new Sample in the system.
- 
Uses of UDFHolder in com.genologics.ri.stepClasses in com.genologics.ri.step that implement UDFHolder
- 
Uses of UDFHolder in com.genologics.ri.userdefinedClasses in com.genologics.ri.userdefined that implement UDFHolderModifier and TypeClassDescriptionclassType 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 UDFFinds a UDF by name in the UDFs of the given object.static UDFFinds a UDF by name in the UDFs of the given object.static UDFFinds a UDF by name in the UDFs of the given object.static StringUDF.getUDFValue(UDFHolder thing, String name) Finds a UDF by name in the UDFs of the given object and, if found, returns its value.static StringUDF.getUDFValue(UDFHolder thing, String name, boolean fail) Finds a UDF by name in the UDFs of the given object and returns its value.static StringUDF.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 StringUDF.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 UDFAdds, sets or removes a UDF from the collection of fields on the given object.