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 SummaryConstructorsConstructorDescriptionExpressionEvaluatorProfile(@NotNull QName type, @NotNull AccessDecision decision, @NotNull List<ScriptLanguageExpressionProfile> scriptLanguageProfiles) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull ExpressionEvaluatorProfileJust to denote something that must be set before real use.@NotNull AccessDecision@Nullable ScriptLanguageExpressionProfilegetScriptExpressionProfile(@NotNull String language) @NotNull QNamegetType()
- 
Constructor Details- 
ExpressionEvaluatorProfilepublic ExpressionEvaluatorProfile(@NotNull @NotNull QName type, @NotNull @NotNull AccessDecision decision, @NotNull @NotNull List<ScriptLanguageExpressionProfile> scriptLanguageProfiles) 
 
- 
- 
Method Details- 
forbiddenJust to denote something that must be set before real use.
- 
getType
- 
getDecision
- 
getScriptExpressionProfile@Nullable public @Nullable ScriptLanguageExpressionProfile getScriptExpressionProfile(@NotNull @NotNull String language) 
 
-