com.evolveum.midpoint.provisioning.api
Interface ResultHandler
- All Known Implementing Classes:
- SynchronizeAccountResultHandler
public interface ResultHandler
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(ObjectType 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 © 2012 evolveum. All Rights Reserved.