Interface NotExecutableActionStrategy
-
@Deprecated(forRemoval=true, since="2005") public interface NotExecutableActionStrategyDeprecated, for removal: This API element is subject to removal in a future version.not used since 6.2 releaseStrategy that encapsulates the logic in case rule action can't be executed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidhandleNotExecutableAction(RuleAction action, java.lang.Object context)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
handleNotExecutableAction
void handleNotExecutableAction(RuleAction action, java.lang.Object context)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-