Interface NotExecutableActionStrategy


  • @Deprecated(forRemoval=true,
                since="2005")
    public interface NotExecutableActionStrategy
    Deprecated, for removal: This API element is subject to removal in a future version.
    not used since 6.2 release
    Strategy that encapsulates the logic in case rule action can't be executed.
    • 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.