com.evolveum.midpoint.provisioning.impl
Interface ShadowHandler<T extends ResourceObjectShadowType>


public interface ShadowHandler<T extends ResourceObjectShadowType>

Author:
Radovan Semancik

Method Summary
 boolean handle(T shadow)
          Handle a single shadow.
 

Method Detail

handle

boolean handle(T shadow)
Handle a single shadow. Used e.g. to return results of iterative search of shadows.

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


Copyright © 2012 evolveum. All Rights Reserved.