Skip navigation links


oracle.iam.platform.kernel.spi
Interface ConditionalEventHandler


public interface ConditionalEventHandler

If any event handler to be executed conditionally, that event handler should implement this interface


Method Summary
 boolean isApplicable(AbstractGenericOrchestration orchestration)
          Determine and returns whether this event handler should be executed in the current context

 

Method Detail

isApplicable

boolean isApplicable(AbstractGenericOrchestration orchestration)
Determine and returns whether this event handler should be executed in the current context
Parameters:
orchestration - Value object containing information such as orchestartion parameters, operation.
Returns:
Whether to execute the event handler or not

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.