Class CoreAction<R>

java.lang.Object
com.mendix.core.actionmanagement.internal.InternalCoreAction<R>
com.mendix.core.actionmanagement.CoreAction<R>
All Implemented Interfaces:
ICoreAction<R>, Callable<R>
Direct Known Subclasses:
UserAction

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

    • CoreAction

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

    • 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