Uses of Class
com.genologics.ri.configuration.Field
Packages that use Field
Package
Description
The main public package of the Clarity API.
Concrete implementation classes of the Clarity API.
-
Uses of Field in com.genologics.ri.configuration
Methods in com.genologics.ri.configuration that return FieldMethods in com.genologics.ri.configuration that return types with arguments of type FieldModifier and TypeMethodDescriptionObjectFactory.createField(Field value) FieldLink.getEntityClass()UdfConfigLink.getEntityClass()Field.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.configuration with parameters of type FieldConstructors in com.genologics.ri.configuration with parameters of type FieldConstructor parameters in com.genologics.ri.configuration with type arguments of type Field -
Uses of Field in com.genologics.ri.processtype
Methods in com.genologics.ri.processtype that return types with arguments of type FieldMethod parameters in com.genologics.ri.processtype with type arguments of type FieldConstructors in com.genologics.ri.processtype with parameters of type FieldConstructor parameters in com.genologics.ri.processtype with type arguments of type Field -
Uses of Field in org.cruk.clarity.api
Methods in org.cruk.clarity.api with parameters of type FieldModifier and TypeMethodDescription<E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPI.setFieldDynamicPresets(Field field, L target, FieldDynamicPresetDetails presets) Set dynamic presets for a field on an entity (certainly process, haven't tested artifacts).default <E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPI.setFieldDynamicPresets(Field field, L target, String... presets) Convenience version ofClarityAPI.setFieldDynamicPresets(Field, LimsEntityLinkable, FieldDynamicPresetDetails)to set the presets with variable string arguments.default <E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPI.setFieldDynamicPresets(Field field, L target, Collection<String> presets) Convenience version ofClarityAPI.setFieldDynamicPresets(Field, LimsEntityLinkable, FieldDynamicPresetDetails)to set the presets with variable string arguments. -
Uses of Field in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl with parameters of type FieldModifier and TypeMethodDescription<E extends LimsEntity<E>,L extends LimsEntityLinkable<E>>
voidClarityAPIImpl.setFieldDynamicPresets(Field field, L target, FieldDynamicPresetDetails presets) Set dynamic presets for a field on an entity (certainly process, haven't tested artifacts).