com.evolveum.midpoint.provisioning.api
Interface ResultHandler

All Known Implementing Classes:
ImportFromResourceResultHandler

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

Method Summary
 boolean handle(ObjectType object, OperationResult parentResult)
          Handle a single result.
 

Method Detail

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 © 2011 evolveum. All Rights Reserved.