Class AdminAction

java.lang.Object
com.mendix.m2ee.api.AdminAction
All Implemented Interfaces:
Cloneable

public abstract class AdminAction extends Object implements Cloneable
This class is meant for internal use only.

Represents an admin action to be executed by the runtime. The subclass should be immutable.
  • Constructor Details

    • AdminAction

      public AdminAction(String name)
    • AdminAction

      public AdminAction(String name, String description)
  • Method Details

    • execute

      public abstract com.mendix.thirdparty.org.json.JSONObject execute(com.mendix.thirdparty.org.json.JSONObject params) throws AdminException, com.mendix.thirdparty.org.json.JSONException
      Throws:
      AdminException
      com.mendix.thirdparty.org.json.JSONException
    • getName

      public final String getName()
    • getDescription

      public final String getDescription()
    • clone

      @Deprecated public AdminAction clone()
      Deprecated.
      since 9.24. Do not use, there is no alternative.
      Clone this AdminAction.
      Overrides:
      clone in class Object