Class ExpressionEvaluatorProfile
- java.lang.Object
-
- com.evolveum.midpoint.schema.expression.ExpressionEvaluatorProfile
-
- All Implemented Interfaces:
Serializable
public class ExpressionEvaluatorProfile extends Object implements Serializable
- Author:
- Radovan Semancik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionEvaluatorProfile(QName type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ScriptExpressionProfile scriptProfile)
AccessDecision
getDecision()
ScriptExpressionProfile
getScriptExpressionProfile(String language)
QName
getType()
void
setDecision(AccessDecision decision)
-
-
-
Constructor Detail
-
ExpressionEvaluatorProfile
public ExpressionEvaluatorProfile(QName type)
-
-
Method Detail
-
getType
public QName getType()
-
getDecision
public AccessDecision getDecision()
-
setDecision
public void setDecision(AccessDecision decision)
-
add
public void add(ScriptExpressionProfile scriptProfile)
-
getScriptExpressionProfile
public ScriptExpressionProfile getScriptExpressionProfile(String language)
-
-