Interface ConfigurableValuePolicySupplier

All Superinterfaces:
ValuePolicySupplier

public interface ConfigurableValuePolicySupplier extends ValuePolicySupplier
Provides value policy when needed (e.g. in generate expression evaluator). Accepts setting of path and definition for the item for which the value policy will be obtained.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    setOutputDefinition(ItemDefinition<?> outputDefinition)
    Sets the definition of the item for which value policy will be provided.

    Methods inherited from interface com.evolveum.midpoint.repo.common.expression.ValuePolicySupplier

    get
  • Method Details

    • setOutputDefinition

      default void setOutputDefinition(ItemDefinition<?> outputDefinition)
      Sets the definition of the item for which value policy will be provided.