<html>
<head>
</head>
<body>
<table border='0' cellpadding='3'>
<tr><td>Author: </td><td><b>semancik</b></td></tr>
<tr><td>Date:</td><td>2012-10-18 15:32:22 +0200 (Thu, 18 Oct 2012)</td></tr>
<tr><td>New Revision: </td><td>4413</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Support for explicit specification of value policy in <generate> expressions.<br/>
<br/>
</div><hr/>
<b>Added:</b><div style='padding-left: 20px; color:green'>
trunk/infra/common/src/test/resources/mapping/mapping-generate-policy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-generate-policy.xml?r=4413"><see></a><br/>
trunk/infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-999888111111.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-999888111111.xml?r=4413"><see></a><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/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Expression.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluatorFactory.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionFactory.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/AsIsExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/AsIsExpressionEvaluatorFactory.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluator.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluatorFactory.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/LiteralExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/LiteralExpressionEvaluatorFactory.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/PathExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/PathExpressionEvaluatorFactory.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionEvaluatorFactory.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/Mapping.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/Mapping.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/MappingTestEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/MappingTestEvaluator.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestMappingDynamic.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestMappingDynamic.java?r2=4413&r1=4412"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-generate.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-generate.xml?r2=4413&r1=4412"><see></a><br/>
trunk/infra/schema/src/main/resources/xml/ns/public/common/common-2.xsd   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/resources/xml/ns/public/common/common-2.xsd?r2=4413&r1=4412"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/expr/ExpressionHandler.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/expr/ExpressionHandler.java?r2=4413&r1=4412"><see></a><br/>
trunk/model/model-impl/src/main/resources/application-context-model.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/resources/application-context-model.xml?r2=4413&r1=4412"><see></a><br/>
</div>
</body></html>