Uses of Class
de.cxp.ocs.config.FieldUsage
-
Packages that use FieldUsage Package Description de.cxp.ocs.conf de.cxp.ocs.config -
-
Uses of FieldUsage in de.cxp.ocs.conf
Methods in de.cxp.ocs.conf with parameters of type FieldUsage Modifier and Type Method Description static voidFieldUsageApplier. apply(FieldUsage fieldUsage, DataItem indexableItem, Field field, Object value) -
Uses of FieldUsage in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return FieldUsage Modifier and Type Method Description static FieldUsageFieldUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldUsage[]FieldUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.cxp.ocs.config with parameters of type FieldUsage Modifier and Type Method Description Map<String,Field>FieldConfigAccess. getFieldsByUsage(FieldUsage usage)Get all fields that have the specified usage configured.Map<String,Field>FieldConfigIndex. getFieldsByUsage(FieldUsage usage)Optional<Field>FieldConfigAccess. getMatchingField(String fieldName, FieldUsage usage)Get field with that name and the specified usage.Optional<Field>FieldConfigIndex. getMatchingField(String fieldName, FieldUsage usage)Get field with that name and the specified usage.Optional<Field>FieldConfigIndex. getMatchingField(String fieldName, Object value, FieldUsage usage)/** Similar togetMatchingField(String, Object)but additionally tries to generate a field configuration based on the dynamic fields.FieldField. setUsage(FieldUsage usage1, FieldUsage... usages)Method parameters in de.cxp.ocs.config with type arguments of type FieldUsage Modifier and Type Method Description FieldField. setUsage(Collection<FieldUsage> usages)
-