Class CoreAction<R>

  • All Implemented Interfaces:
    ICoreAction<R>, java.util.concurrent.Callable<R>
    Direct Known Subclasses:
    UserAction

    public abstract class CoreAction<R>
    extends InternalCoreAction<R>
    Represents an action that can be executed.
    • Constructor Detail

      • CoreAction

        public CoreAction​(IContext context)
        Creates an action for a context.
        Parameters:
        context - the context to execute in
    • Method Detail

      • getUnwrappedAction

        @Deprecated
        public final ICoreAction<R> getUnwrappedAction()
        Deprecated.
        This method is deprecated since version 9.0.3 and will be removed in a future release.
        Legacy method that returns this. Do not use.
        Returns:
        this core action