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 SummaryConstructorsConstructorDescriptionExpressionProfile(@NotNull String identifier, @NotNull ExpressionEvaluatorsProfile evaluatorsProfile, @NotNull BulkActionsProfile bulkActionsProfile, @NotNull FunctionLibrariesProfile librariesProfile, @NotNull AccessDecision privilegeElevation) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull ExpressionProfilefull()@NotNull ExpressionEvaluatorsProfile@NotNull String@NotNull FunctionLibrariesProfile@NotNull AccessDecision@NotNull BulkActionsProfilestatic @NotNull ExpressionProfilestatic @NotNull ExpressionProfilenone()toString()
- 
Constructor Details- 
ExpressionProfilepublic ExpressionProfile(@NotNull @NotNull String identifier, @NotNull @NotNull ExpressionEvaluatorsProfile evaluatorsProfile, @NotNull @NotNull BulkActionsProfile bulkActionsProfile, @NotNull @NotNull FunctionLibrariesProfile librariesProfile, @NotNull @NotNull AccessDecision privilegeElevation) 
 
- 
- 
Method Details