Class CustomJavaAction<R>

  • Type Parameters:
    R - the return type of the action
    All Implemented Interfaces:
    ICoreAction<R>, java.util.concurrent.Callable<R>

    public abstract class CustomJavaAction<R>
    extends UserAction<R>
    Provides a base class for custom Java actions.
    • Constructor Detail

      • CustomJavaAction

        public CustomJavaAction​(IContext context)
        Creates a custom Java action with a context and the current delegate.
        Parameters:
        context - the context for executing the action in