com.evolveum.midpoint.provisioning.api
Interface ResultHandler<T extends ObjectType>
- All Known Implementing Classes:
- SynchronizeAccountResultHandler
public interface ResultHandler<T extends ObjectType>
Classes implementing this interface are used to handle iterative results.
It is only used to handle iterative search results now. It may be resused for
other purposes as well.
- Author:
- Radovan Semancik
handle
boolean handle(PrismObject<T> object,
OperationResult parentResult)
- Handle a single result.
- Parameters:
object
- Resource object to process.
- Returns:
- true if the operation should proceed, false if it should stop
Copyright © 2013 evolveum. All Rights Reserved.