com.evolveum.midpoint.model.lens.projector
Class Projector

java.lang.Object
  extended by com.evolveum.midpoint.model.lens.projector.Projector

@Component
public class Projector
extends java.lang.Object

Author:
semancik

Constructor Summary
Projector()
           
 
Method Summary
<F extends ObjectType,P extends ObjectType>
void
project(LensContext<F,P> context, java.lang.String activityDescription, OperationResult parentResult)
           
<F extends ObjectType,P extends ObjectType>
void
sortAccountsToWaves(LensContext<F,P> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Projector

public Projector()
Method Detail

project

public <F extends ObjectType,P extends ObjectType> void project(LensContext<F,P> context,
                                                                java.lang.String activityDescription,
                                                                OperationResult parentResult)
             throws SchemaException,
                    PolicyViolationException,
                    ExpressionEvaluationException,
                    ObjectNotFoundException,
                    ObjectAlreadyExistsException,
                    CommunicationException,
                    ConfigurationException,
                    SecurityViolationException
Throws:
SchemaException
PolicyViolationException
ExpressionEvaluationException
ObjectNotFoundException
ObjectAlreadyExistsException
CommunicationException
ConfigurationException
SecurityViolationException

sortAccountsToWaves

public <F extends ObjectType,P extends ObjectType> void sortAccountsToWaves(LensContext<F,P> context)
                         throws PolicyViolationException
Throws:
PolicyViolationException


Copyright © 2012 evolveum. All Rights Reserved.