com.evolveum.midpoint.model
Class ChangeExecutor
java.lang.Object
com.evolveum.midpoint.model.ChangeExecutor
@Component
public class ChangeExecutor
- extends java.lang.Object
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeExecutor
public ChangeExecutor()
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.