Interface IndexedItemValueNormalizer

    • Method Detail

      • getName

        @NotNull
        @NotNull String getName()
        Returns the name of the normalizer (normalization).
      • isDefault

        boolean isDefault()
        Is this normalizer (normalization) the default one configured for the given item?
      • getIndexItemName

        ItemName getIndexItemName()
        Returns the qualified name of the indexed version of the item, corresponding to this normalizer (normalization).
      • getIndexItemPath

        ItemPath getIndexItemPath()
        Returns the full path to the indexed version of the item.
      • getIndexItemDefinition

        @NotNull
        @NotNull PrismPropertyDefinition<?> getIndexItemDefinition()
        Returns the definition of the indexed version of the item. Currently, it is always a definition of a string. Later this may be changed.