<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-29 15:58:35 +0100 (Mon, 29 Oct 2012)</td></tr>
<tr><td>New Revision: </td><td>4499</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Adding channel limitation into schema for mapping and reactions.<br/>
Partial implementation of mapping limitation in inbound and user template (+test).<br/>
TestUserTemplate fails due to repository issue.<br/>
<br/>
</div><hr/>
<b>Modified:</b><div style='padding-left: 20px; color:blue'>
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=4499&r1=4498"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/util/PrismAsserts.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/util/PrismAsserts.java?r2=4499&r1=4498"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java?r2=4499&r1=4498"><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=4499&r1=4498"><see></a><br/>
trunk/model/model-api/src/main/java/com/evolveum/midpoint/model/api/ModelInteractionService.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-api/src/main/java/com/evolveum/midpoint/model/api/ModelInteractionService.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/controller/ModelController.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/controller/ModelController.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensContext.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensUtil.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/InboundProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/InboundProcessor.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/UserPolicyProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/UserPolicyProcessor.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestModelServiceContract.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestModelServiceContract.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestPreviewChanges.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestPreviewChanges.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestUserTemplate.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/TestUserTemplate.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjector.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjector.java?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/resource-dummy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/resource-dummy.xml?r2=4499&r1=4498"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/user-template-complex.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/user-template-complex.xml?r2=4499&r1=4498"><see></a><br/>
trunk/repo/task-api/src/main/java/com/evolveum/midpoint/task/api/Task.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/repo/task-api/src/main/java/com/evolveum/midpoint/task/api/Task.java?r2=4499&r1=4498"><see></a><br/>
trunk/repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java?r2=4499&r1=4498"><see></a><br/>
</div>
</body></html>