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