<html>
<head>
</head>
<body>
<table border='0' cellpadding='3'>
<tr><td>Author: </td><td><b>semancik</b></td></tr>
<tr><td>Date:</td><td>2011-10-25 18:33:01 +0200 (Tue, 25 Oct 2011)</td></tr>
<tr><td>New Revision: </td><td>1790</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Expression support in value construction<br/>
<br/>
</div><hr/>
<b>Added:</b><div style='padding-left: 20px; color:green'>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ExpressionValueConstructor.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ExpressionValueConstructor.java?r=1790"><see></a><br/>
trunk/infra/common/src/test/resources/expression/expression-list.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/expression/expression-list.xml?r=1790"><see></a><br/>
trunk/infra/common/src/test/resources/objects/   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/objects/?r=1790"><see></a><br/>
trunk/infra/common/src/test/resources/valueconstruction/construction-expression-list.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/valueconstruction/construction-expression-list.xml?r=1790"><see></a><br/>
trunk/infra/common/src/test/resources/valueconstruction/construction-expression-simple.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/valueconstruction/construction-expression-simple.xml?r=1790"><see></a><br/>
trunk/infra/common/src/test/resources/valueconstruction/construction-expression-variables.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/valueconstruction/construction-expression-variables.xml?r=1790"><see></a><br/>
</div>
<b>Removed:</b><div style='padding-left: 20px; color:red; text-decoration:line-through;'>
   trunk/infra/common/src/test/resources/expression/objects/<br/>
</div>
<b>Modified:</b><div style='padding-left: 20px; color:blue'>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Expression.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Expression.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluator.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionEvaluator.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/AsIsValueConstructor.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/AsIsValueConstructor.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/LiteralValueConstructor.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/LiteralValueConstructor.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstruction.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstruction.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructionFactory.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructionFactory.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructor.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/ValueConstructor.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestXPathExpressions.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestXPathExpressions.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/valueconstruction/TestValueConstruction.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/valueconstruction/TestValueConstruction.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-111111111111.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-111111111111.xml?r2=1790&r1=1789"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/XsdTypeConverter.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/XsdTypeConverter.java?r2=1790&r1=1789"><see></a><br/>
trunk/infra/util/src/main/java/com/evolveum/midpoint/util/DOMUtil.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/util/src/main/java/com/evolveum/midpoint/util/DOMUtil.java?r2=1790&r1=1789"><see></a><br/>
</div>
</body></html>