com.evolveum.midpoint.provisioning.ucf.api
Interface ResultHandler


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(ResourceObject object)
          Handle a single result.
 

Method Detail

handle

boolean handle(ResourceObject object)
Handle a single result.

Parameters:
object - Resource object to process.
Returns:
true if the operation shoudl proceed, false if it should stop


Copyright © 2011 evolveum. All Rights Reserved.