com.evolveum.midpoint.provisioning.ucf.api
Interface ResultHandler<T extends ResourceObjectShadowType>


public interface ResultHandler<T extends ResourceObjectShadowType>

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

Method Detail

handle

boolean handle(PrismObject<T> object)
Handle a single result.

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


Copyright © 2012 evolveum. All Rights Reserved.