public class ExpressionTypeDto extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
F_EXPRESSION |
static String |
F_EXPRESSION_OBJECT |
static String |
F_LANGUAGE |
static String |
F_POLICY_REF |
static String |
F_TYPE |
Constructor and Description |
---|
ExpressionTypeDto(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expression,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExpression() |
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType |
getExpressionObject() |
ExpressionUtil.Language |
getLanguage() |
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType |
getPolicyRef() |
ExpressionUtil.ExpressionEvaluatorType |
getType() |
int |
hashCode() |
void |
setExpression(String expression) |
void |
setExpressionObject(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionObject) |
void |
setLanguage(ExpressionUtil.Language language) |
void |
setPolicyRef(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType policyRef) |
void |
setType(ExpressionUtil.ExpressionEvaluatorType type) |
void |
updateExpression(PrismContext context) |
void |
updateExpressionLanguage() |
void |
updateExpressionType() |
void |
updateExpressionValuePolicyRef() |
public static final String F_TYPE
public static final String F_LANGUAGE
public static final String F_POLICY_REF
public static final String F_EXPRESSION
public static final String F_EXPRESSION_OBJECT
public ExpressionTypeDto(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expression, PrismContext prismContext)
public void updateExpression(PrismContext context) throws SchemaException, IllegalArgumentException
public void updateExpressionType()
public void updateExpressionLanguage()
public void updateExpressionValuePolicyRef()
public ExpressionUtil.ExpressionEvaluatorType getType()
public void setType(ExpressionUtil.ExpressionEvaluatorType type)
public ExpressionUtil.Language getLanguage()
public void setLanguage(ExpressionUtil.Language language)
public com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType getPolicyRef()
public void setPolicyRef(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType policyRef)
public String getExpression()
public void setExpression(String expression)
public com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType getExpressionObject()
public void setExpressionObject(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionObject)
Copyright © 2014 evolveum. All rights reserved.