Uses of Class
com.evolveum.midpoint.schema.exception.ExpressionEvaluationException

Packages that use ExpressionEvaluationException
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.xpath   
com.evolveum.midpoint.common.valueconstruction   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.synchronizer   
 

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

Methods in com.evolveum.midpoint.common.expression that throw ExpressionEvaluationException
 Expression ExpressionFactory.createExpression(ExpressionType expressionType, java.lang.String shortDesc)
           
<T> java.util.List<PropertyValue<T>>
ExpressionEvaluator.evaluateList(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> java.util.List<PropertyValue<T>>
Expression.evaluateList(java.lang.Class<T> type, OperationResult result)
           
<T> PropertyValue<T>
ExpressionEvaluator.evaluateScalar(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> PropertyValue<T>
Expression.evaluateScalar(java.lang.Class<T> type, OperationResult result)
           
 

Uses of ExpressionEvaluationException in com.evolveum.midpoint.common.expression.xpath
 

Methods in com.evolveum.midpoint.common.expression.xpath that throw ExpressionEvaluationException
<T> java.util.List<PropertyValue<T>>
XPathExpressionEvaluator.evaluateList(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> PropertyValue<T>
XPathExpressionEvaluator.evaluateScalar(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
 

Uses of ExpressionEvaluationException in com.evolveum.midpoint.common.valueconstruction
 

Methods in com.evolveum.midpoint.common.valueconstruction that throw ExpressionEvaluationException
 Property ExpressionValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property ValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property GenerateValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property LiteralValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property AsIsValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 void ValueConstruction.evaluate(OperationResult result)
           
 

Uses of ExpressionEvaluationException in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api that throw ExpressionEvaluationException
<T extends ObjectType>
java.lang.String
ModelService.addObject(T object, Task task, OperationResult parentResult)
           Add new object.
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           Modifies object using relative change description.
 

Uses of ExpressionEvaluationException in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller that throw ExpressionEvaluationException
<T extends ObjectType>
java.lang.String
ModelController.addObject(T object, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.modifyObject(java.lang.Class<T> type, ObjectModificationType change, Task task, OperationResult parentResult)
           
 

Uses of ExpressionEvaluationException in com.evolveum.midpoint.model.synchronizer
 

Methods in com.evolveum.midpoint.model.synchronizer that throw ExpressionEvaluationException
 Assignment AssignmentEvaluator.evaluate(AssignmentType assignmentType, ObjectType source, OperationResult result)
           
 void AccountConstruction.evaluate(OperationResult result)
           
 SimpleDelta<Assignment> AssignmentEvaluator.evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta, ObjectType source, OperationResult result)
           
 void ActivationProcessor.processActivation(SyncContext context, OperationResult result)
           
 void AssignmentProcessor.processAssignments(SyncContext context, OperationResult result)
           
 void CredentialsProcessor.processCredentials(SyncContext context, OperationResult result)
           
 void UserPolicyProcessor.processUserPolicy(SyncContext context, OperationResult result)
           
 void UserSynchronizer.synchronizeUser(SyncContext context, OperationResult result)
           
 



Copyright © 2012 evolveum. All Rights Reserved.