Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ExpressionType

Packages that use ExpressionType
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ExpressionType in com.evolveum.midpoint.model.expr
 

Methods in com.evolveum.midpoint.model.expr with parameters of type ExpressionType
 boolean ExpressionHandler.evaluateConfirmationExpression(UserType user, ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
 boolean ExpressionHandlerImpl.evaluateConfirmationExpression(UserType user, ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
 java.lang.String ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
 java.lang.String ExpressionHandlerImpl.evaluateExpression(ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
 

Uses of ExpressionType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ExpressionType
static java.lang.String ExpressionUtil.getCodeAsString(ExpressionType expression)
           
static boolean ExpressionUtil.isEmpty(ExpressionType expression)
           
 

Uses of ExpressionType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ExpressionType
protected  ExpressionType AccountConstructionType.condition
           
protected  ExpressionType ValueConstructionType.condition
           
protected  ExpressionType SynchronizationType.confirmation
           
protected  ExpressionType ValueAssignmentType.source
           
protected  ExpressionType AccountConstructionType.typeExpression
           
protected  ExpressionType EntitlementConstructionType.typeExpression
           
protected  ExpressionType PropertyComplexValueFilterType.valueExpression
           
protected  ExpressionType ValueConstructionType.valueExpression
           
protected  ExpressionType PropertySimpleValueFilterType.valueExpression
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ExpressionType
 ExpressionType ObjectFactory.createExpressionType()
          Create an instance of ExpressionType
 ExpressionType AccountConstructionType.getCondition()
          The account is implied only if the condition is evaluated to true.
 ExpressionType ValueConstructionType.getCondition()
          The value will only be valid if the condition is evaluated to true.
 ExpressionType SynchronizationType.getConfirmation()
          Gets the value of the confirmation property.
 ExpressionType ValueAssignmentType.getSource()
          Gets the value of the source property.
 ExpressionType AccountConstructionType.getTypeExpression()
          Gets the value of the typeExpression property.
 ExpressionType EntitlementConstructionType.getTypeExpression()
          Gets the value of the typeExpression property.
 ExpressionType PropertyComplexValueFilterType.getValueExpression()
          Gets the value of the valueExpression property.
 ExpressionType ValueConstructionType.getValueExpression()
          Gets the value of the valueExpression property.
 ExpressionType PropertySimpleValueFilterType.getValueExpression()
          Gets the value of the valueExpression property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ExpressionType
 javax.xml.bind.JAXBElement<ExpressionType> ObjectFactory.createCondition(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 javax.xml.bind.JAXBElement<ExpressionType> ObjectFactory.createExpression(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ExpressionType
 javax.xml.bind.JAXBElement<ExpressionType> ObjectFactory.createCondition(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 javax.xml.bind.JAXBElement<ExpressionType> ObjectFactory.createExpression(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 void AccountConstructionType.setCondition(ExpressionType value)
          Sets the value of the condition property.
 void ValueConstructionType.setCondition(ExpressionType value)
          Sets the value of the condition property.
 void SynchronizationType.setConfirmation(ExpressionType value)
          Sets the value of the confirmation property.
 void ValueAssignmentType.setSource(ExpressionType value)
          Sets the value of the source property.
 void AccountConstructionType.setTypeExpression(ExpressionType value)
          Sets the value of the typeExpression property.
 void EntitlementConstructionType.setTypeExpression(ExpressionType value)
          Sets the value of the typeExpression property.
 void PropertyComplexValueFilterType.setValueExpression(ExpressionType value)
          Sets the value of the valueExpression property.
 void ValueConstructionType.setValueExpression(ExpressionType value)
          Sets the value of the valueExpression property.
 void PropertySimpleValueFilterType.setValueExpression(ExpressionType value)
          Sets the value of the valueExpression property.
 



Copyright © 2011 evolveum. All Rights Reserved.