Package 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
Modifier and TypeMethodDescriptionboolean
isApplicable
(AbstractGenericOrchestration orchestration) Determine and returns whether this event handler should be executed in the current context
-
Method Details
-
isApplicable
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
-