com.evolveum.midpoint.model.lens
Class ChangeExecutor

java.lang.Object
  extended by com.evolveum.midpoint.model.lens.ChangeExecutor

@Component
public class ChangeExecutor
extends java.lang.Object

Author:
semancik

Constructor Summary
ChangeExecutor()
           
 
Method Summary
<F extends ObjectType,P extends ObjectType>
void
executeChanges(LensContext<F,P> syncContext, Task task, OperationResult parentResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeExecutor

public ChangeExecutor()
Method Detail

executeChanges

public <F extends ObjectType,P extends ObjectType> void executeChanges(LensContext<F,P> syncContext,
                                                                       Task task,
                                                                       OperationResult parentResult)
                    throws ObjectAlreadyExistsException,
                           ObjectNotFoundException,
                           SchemaException,
                           CommunicationException,
                           ConfigurationException,
                           SecurityViolationException,
                           RewindException
Throws:
ObjectAlreadyExistsException
ObjectNotFoundException
SchemaException
CommunicationException
ConfigurationException
SecurityViolationException
RewindException


Copyright © 2012 evolveum. All Rights Reserved.