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

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

@Component
public class AccountValuesProcessor
extends java.lang.Object

Author:
semancik

Constructor Summary
AccountValuesProcessor()
           
 
Method Summary
<F extends ObjectType,P extends ObjectType>
void
process(LensContext<F,P> context, LensProjectionContext<P> projectionContext, java.lang.String activityDescription, OperationResult result)
           
 void processAccounts(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accountContext, java.lang.String activityDescription, OperationResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountValuesProcessor

public AccountValuesProcessor()
Method Detail

process

public <F extends ObjectType,P extends ObjectType> void process(LensContext<F,P> context,
                                                                LensProjectionContext<P> projectionContext,
                                                                java.lang.String activityDescription,
                                                                OperationResult result)
             throws SchemaException,
                    ExpressionEvaluationException,
                    ObjectNotFoundException,
                    ObjectAlreadyExistsException
Throws:
SchemaException
ExpressionEvaluationException
ObjectNotFoundException
ObjectAlreadyExistsException

processAccounts

public void processAccounts(LensContext<UserType,AccountShadowType> context,
                            LensProjectionContext<AccountShadowType> accountContext,
                            java.lang.String activityDescription,
                            OperationResult result)
                     throws SchemaException,
                            ExpressionEvaluationException,
                            ObjectNotFoundException,
                            ObjectAlreadyExistsException
Throws:
SchemaException
ExpressionEvaluationException
ObjectNotFoundException
ObjectAlreadyExistsException


Copyright © 2012 evolveum. All Rights Reserved.