Uses of Class
com.genologics.ri.configuration.Field
Packages that use Field
Package
Description
Entities for system configuration in the Clarity system.
Entities for process type definitions in the Clarity system.
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) Creates a JAXBElement for a Field.FieldLink.getEntityClass()Gets the entity class for this link.UdfConfigLink.getEntityClass()Gets the entity class for this link.Field.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.configuration with parameters of type FieldModifier and TypeMethodDescriptionObjectFactory.createField(Field value) Creates a JAXBElement for a Field.Constructors in com.genologics.ri.configuration with parameters of type FieldModifierConstructorDescriptionConstructor for creating a FieldLink from a Field object.UdfConfigLink(Field field) Constructor for creating a UdfConfigLink from a Field object.Constructor 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 FieldModifier and TypeMethodDescriptionTypeDefinition.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.processtype with type arguments of type FieldModifier and TypeMethodDescriptionProcessType.addTypeDefinition(Linkable<Field> link) Adds a type definition for the specified field.Constructors in com.genologics.ri.processtype with parameters of type FieldModifierConstructorDescriptionTypeDefinition(Field field) Constructs a new type definition from a field entity.Constructor parameters in com.genologics.ri.processtype with type arguments of type FieldModifierConstructorDescriptionTypeDefinition(Linkable<Field> field) Constructs a new type definition from a linkable 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).