Interface ValueNormalizer
- 
- All Known Subinterfaces:
 IndexedItemValueNormalizer
- All Known Implementing Classes:
 IndexedItemValueNormalizerImpl
public interface ValueNormalizerNormalizes a (string) value for the purpose of custom property indexing. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Stringnormalize(@NotNull Object input, Task task, OperationResult result) 
 - 
 
- 
- 
Method Detail
- 
normalize
@NotNull @NotNull String normalize(@NotNull @NotNull Object input, Task task, OperationResult result) throws SchemaException, ExpressionEvaluationException, CommunicationException, SecurityViolationException, ConfigurationException, ObjectNotFoundException
 
 - 
 
 -