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
ConstructorDescriptionExpressionProfile
(@NotNull String identifier, @NotNull ExpressionEvaluatorsProfile evaluatorsProfile, @NotNull BulkActionsProfile bulkActionsProfile, @NotNull FunctionLibrariesProfile librariesProfile, @NotNull AccessDecision privilegeElevation) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ExpressionProfile
full()
@NotNull ExpressionEvaluatorsProfile
@NotNull String
@NotNull FunctionLibrariesProfile
@NotNull AccessDecision
@NotNull BulkActionsProfile
static @NotNull ExpressionProfile
static @NotNull ExpressionProfile
none()
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