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
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
setOutputDefinition(ItemDefinition<?> outputDefinition)
Sets the definition of the item for which value policy will be provided.default void
setOutputPath(ItemPath outputPath)
Sets the path of the item for which value policy will be provided.-
Methods inherited from interface com.evolveum.midpoint.repo.common.expression.ValuePolicySupplier
get
-
-
-
-
Method Detail
-
setOutputDefinition
default void setOutputDefinition(ItemDefinition<?> outputDefinition)
Sets the definition of the item for which value policy will be provided.
-
setOutputPath
default void setOutputPath(ItemPath outputPath)
Sets the path of the item for which value policy will be provided. (Actually this seems to be quite unused.)
-
-