Class ExpressionProfile
java.lang.Object
com.evolveum.midpoint.schema.expression.ExpressionProfile
- All Implemented Interfaces:
Serializable
Profile for evaluation of "regular" expressions, bulk actions, and function libraries.
- Author:
- Radovan Semancik
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionProfile(@NotNull String identifier, @NotNull ExpressionEvaluatorsProfile evaluatorsProfile, @NotNull BulkActionsProfile bulkActionsProfile, @NotNull FunctionLibrariesProfile librariesProfile, @NotNull AccessDecision privilegeElevation) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ExpressionProfilefull()@NotNull ExpressionEvaluatorsProfile@NotNull String@NotNull FunctionLibrariesProfile@NotNull AccessDecision@NotNull BulkActionsProfilestatic @NotNull ExpressionProfilestatic @NotNull ExpressionProfilenone()toString()
-
Constructor Details
-
ExpressionProfile
public ExpressionProfile(@NotNull @NotNull String identifier, @NotNull @NotNull ExpressionEvaluatorsProfile evaluatorsProfile, @NotNull @NotNull BulkActionsProfile bulkActionsProfile, @NotNull @NotNull FunctionLibrariesProfile librariesProfile, @NotNull @NotNull AccessDecision privilegeElevation)
-
-
Method Details