com.evolveum.midpoint.model
Class ChangeExecutor

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

@Component
public class ChangeExecutor
extends java.lang.Object

Author:
semancik

Constructor Summary
ChangeExecutor()
           
 
Method Summary
 void executeChange(ObjectDelta<?> change, OperationResult result)
           
 void executeChanges(java.util.Collection<ObjectDelta<?>> changes, OperationResult result)
           
 void executeChanges(SyncContext syncContext, OperationResult result)
           
 
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 void executeChanges(java.util.Collection<ObjectDelta<?>> changes,
                           OperationResult result)
                    throws ObjectAlreadyExistsException,
                           ObjectNotFoundException,
                           SchemaException,
                           CommunicationException
Throws:
ObjectAlreadyExistsException
ObjectNotFoundException
SchemaException
CommunicationException

executeChanges

public void executeChanges(SyncContext syncContext,
                           OperationResult result)
                    throws ObjectAlreadyExistsException,
                           ObjectNotFoundException,
                           SchemaException,
                           CommunicationException
Throws:
ObjectAlreadyExistsException
ObjectNotFoundException
SchemaException
CommunicationException

executeChange

public void executeChange(ObjectDelta<?> change,
                          OperationResult result)
                   throws ObjectAlreadyExistsException,
                          ObjectNotFoundException,
                          SchemaException,
                          CommunicationException
Throws:
ObjectAlreadyExistsException
ObjectNotFoundException
SchemaException
CommunicationException


Copyright © 2012 evolveum. All Rights Reserved.