Uses of Enum Class
de.cxp.ocs.config.FieldUsage
Packages that use FieldUsage
-
Uses of FieldUsage in de.cxp.ocs.conf
Methods in de.cxp.ocs.conf with parameters of type FieldUsageModifier and TypeMethodDescriptionstatic void
FieldUsageApplier.apply
(FieldUsage fieldUsage, DataItem indexableItem, Field field, @NonNull Object value) -
Uses of FieldUsage in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return FieldUsageModifier and TypeMethodDescriptionstatic FieldUsage
Returns the enum constant of this class with the specified name.static FieldUsage[]
FieldUsage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cxp.ocs.config with parameters of type FieldUsageModifier and TypeMethodDescriptionFieldConfigAccess.getFieldsByUsage
(FieldUsage usage) Get all fields that have the specified usage configured.FieldConfigIndex.getFieldsByUsage
(FieldUsage usage) FieldConfigAccess.getMatchingField
(String fieldName, FieldUsage usage) Get field with that name and the specified usage.FieldConfigIndex.getMatchingField
(String fieldName, FieldUsage usage) Get field with that name and the specified usage.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.boolean
Field.hasUsage
(FieldUsage searchedUsage) Field.setUsage
(FieldUsage usage1, FieldUsage... usages) Method parameters in de.cxp.ocs.config with type arguments of type FieldUsageModifier and TypeMethodDescriptionFieldConfigIndex.getMatchingField
(String fieldName, Object value, Set<FieldUsage> searchedUsages) Field.setUsage
(Collection<FieldUsage> usages)