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

Packages that use ExpressionType
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of ExpressionType in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression with parameters of type ExpressionType
<V extends PrismValue>
Expression<V>
ExpressionFactory.makeExpression(ExpressionType expressionType, ItemDefinition outputDefinition, String shortDesc, OperationResult result)
           
 

Constructors in com.evolveum.midpoint.common.expression with parameters of type ExpressionType
Expression(ExpressionType expressionType, ItemDefinition outputDefinition, ObjectResolver objectResolver, PrismContext prismContext)
           
 

Uses of ExpressionType in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type ExpressionType
static
<X> PrismProperty<X>
Mapping.getPropertyStatic(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, PrismContext prismContext)
           
static
<X> Collection<X>
Mapping.getPropertyStaticRealValues(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, PrismContext prismContext)
          Always returns collection, even for single-valued results.
static Object Mapping.getStaticOutput(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, ExpressionReturnMultiplicityType preferredMultiplicity, PrismContext prismContext)
          Returns either Object (if result is supposed to be single-value) or Collection (if result is supposed to be multi-value)
 

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 expressionType, OperationResult result)
           
 String ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow, ExpressionType expressionType, String shortDesc, OperationResult result)
           
 

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

Subclasses of ExpressionType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 class ProvisioningScriptArgumentType
          Script argument.
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as ExpressionType
protected  ExpressionType ApprovalLevelType.automaticallyApproved
           
protected  ExpressionType AccountConstructionType.condition
           
protected  ExpressionType MappingType.condition
           
protected  ExpressionType ObjectSynchronizationType.confirmation
           
protected  ExpressionType MappingType.expression
           
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type ExpressionType
protected  List<ExpressionType> ApprovalLevelType.approverExpression
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ExpressionType
 ExpressionType ExpressionType.clone()
          Creates and returns a deep copy of this object.
 ExpressionType ObjectFactory.createExpressionType()
          Create an instance of ExpressionType
 ExpressionType ApprovalLevelType.getAutomaticallyApproved()
          Gets the value of the automaticallyApproved property.
 ExpressionType AbstractRoleType.getAutomaticallyApproved()
           
 ExpressionType AccountConstructionType.getCondition()
          Gets the value of the condition property.
 ExpressionType MappingType.getCondition()
          Gets the value of the condition property.
 ExpressionType ObjectSynchronizationType.getConfirmation()
          Gets the value of the confirmation property.
 ExpressionType MappingType.getExpression()
          Gets the value of the expression property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type ExpressionType
 JAXBElement<ExpressionType> ObjectFactory.createExpression(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 JAXBElement<ExpressionType> ObjectFactory.createValueExpression(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 List<ExpressionType> ApprovalLevelType.getApproverExpression()
          Gets the value of the approverExpression property.
 List<ExpressionType> AbstractRoleType.getApproverExpression()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ExpressionType
 JAXBElement<ExpressionType> ObjectFactory.createExpression(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 JAXBElement<ExpressionType> ObjectFactory.createValueExpression(ExpressionType value)
          Create an instance of JAXBElement<ExpressionType>}
 void ApprovalLevelType.setAutomaticallyApproved(ExpressionType value)
          Sets the value of the automaticallyApproved property.
 void AbstractRoleType.setAutomaticallyApproved(ExpressionType value)
           
 void AccountConstructionType.setCondition(ExpressionType value)
          Sets the value of the condition property.
 void MappingType.setCondition(ExpressionType value)
          Sets the value of the condition property.
 void ObjectSynchronizationType.setConfirmation(ExpressionType value)
          Sets the value of the confirmation property.
 void MappingType.setExpression(ExpressionType value)
          Sets the value of the expression property.
 

Constructors in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ExpressionType
ExpressionType(ExpressionType o)
          Creates a new ExpressionType instance by deeply copying a given ExpressionType instance.
 



Copyright © 2013 evolveum. All Rights Reserved.