Uses of Interface
com.genologics.ri.userdefined.UDFHolder
Packages that use UDFHolder
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
Container entity and support classes for the Clarity REST API.
Provides classes for representing and managing laboratory entities in the Clarity LIMS system.
Entities for processes executed in the Clarity system.
Entities for process execution in the Clarity system.
Entities for process templates in the Clarity system.
Project entity and supporting classes for the Clarity REST API.
Provides classes for representing researchers in the Clarity LIMS system.
Provides classes for sample entities in the Clarity LIMS API.
Entities for workflow steps in the Clarity system.
Entities for user-defined fields (UDFs) in the Clarity system.
-
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 UDFHolderModifier and TypeClassDescriptionclassContainer entity representing a physical container in the Clarity LIMS. -
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 TypeClassDescriptionclassThe 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 TypeClassDescriptionclassThe 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 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.step
Classes in com.genologics.ri.step that implement UDFHolderModifier and TypeClassDescriptionclassRepresents the detailed view of a step, including configuration, input/output mappings, user-defined fields, and associated resources. -
Uses of UDFHolder in com.genologics.ri.userdefined
Classes 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.