Class ExpressionEvaluatorProfile
java.lang.Object
com.evolveum.midpoint.schema.expression.ExpressionEvaluatorProfile
- All Implemented Interfaces:
Serializable
Specifies limitations on the use of a particular expression evaluator (e.g. script, path, value, etc).
- Author:
- Radovan Semancik
- See Also:
-
Constructor Summary
ConstructorDescriptionExpressionEvaluatorProfile
(@NotNull QName type, @NotNull AccessDecision decision, @NotNull List<ScriptLanguageExpressionProfile> scriptLanguageProfiles) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ExpressionEvaluatorProfile
Just to denote something that must be set before real use.@NotNull AccessDecision
@Nullable ScriptLanguageExpressionProfile
getScriptExpressionProfile
(@NotNull String language) @NotNull QName
getType()
-
Constructor Details
-
ExpressionEvaluatorProfile
public ExpressionEvaluatorProfile(@NotNull @NotNull QName type, @NotNull @NotNull AccessDecision decision, @NotNull @NotNull List<ScriptLanguageExpressionProfile> scriptLanguageProfiles)
-
-
Method Details
-
forbidden
Just to denote something that must be set before real use. -
getType
-
getDecision
-
getScriptExpressionProfile
@Nullable public @Nullable ScriptLanguageExpressionProfile getScriptExpressionProfile(@NotNull @NotNull String language)
-