Interface ValueNormalizer
- All Known Subinterfaces:
- IndexedItemValueNormalizer
public interface ValueNormalizer
Normalizes a (string) value for the purpose of custom property indexing.
- 
Method SummaryModifier and TypeMethodDescription@NotNull Stringnormalize(@NotNull Object input, com.evolveum.midpoint.task.api.Task task, OperationResult result) 
- 
Method Details- 
normalize@NotNull @NotNull String normalize(@NotNull @NotNull Object input, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws SchemaException, ExpressionEvaluationException, CommunicationException, SecurityViolationException, ConfigurationException, ObjectNotFoundException 
 
-