| AbstractSearchExpressionEvaluator<V extends PrismValue,O extends ObjectType,D extends ItemDefinition<?>,E extends SearchObjectExpressionEvaluatorType> |
Expression evaluator that is based on searching for an object of `O` type meeting specified criteria (like entitlement shadow),
and then converting it into "processed" form (like association value).
|
| AssignmentTargetSearchExpressionEvaluator |
Creates an assignment (or assignments) based on specified conditions for the assignment target.
|
| AssignmentTargetSearchExpressionEvaluatorFactory |
|
| AssociationFromLinkExpressionEvaluator |
Creates an association (or associations) based on projections of given role.
|
| AssociationFromLinkExpressionEvaluatorFactory |
|
| AssociationTargetSearchExpressionEvaluator |
Creates an association (or associations) based on specified condition for the associated object.
|
| AssociationTargetSearchExpressionEvaluatorFactory |
|
| ConstExpressionEvaluator<V extends PrismValue,D extends ItemDefinition<?>> |
Returns zero set with a single value obtained by resolving given https://docs.evolveum.com/midpoint/reference/expressions/constants/[constant].
|
| ConstExpressionEvaluatorFactory |
|
| FunctionExpressionEvaluator<V extends PrismValue,D extends ItemDefinition<?>> |
Calls specified custom function expression.
|
| FunctionExpressionEvaluatorFactory |
|
| GenerateExpressionEvaluator<V extends PrismValue,D extends ItemDefinition<?>> |
Generates a string value based on given value policy.
|
| GenerateExpressionEvaluatorFactory |
This is NOT autowired evaluator.
|
| ProportionalExpressionEvaluator<V extends PrismValue,D extends ItemDefinition<?>> |
|
| ProportionalExpressionEvaluatorFactory |
|
| ReferenceSearchExpressionEvaluator |
Creates a generic reference (or references) based on specified condition for the referenced object.
|
| ReferenceSearchExpressionEvaluatorFactory |
|