Package com.mendix.m2ee.api
Class AdminAction
java.lang.Object
com.mendix.m2ee.api.AdminAction
- All Implemented Interfaces:
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
-
AdminAction
-
-
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
-
getDescription
-
clone
Deprecated.since 9.24. Do not use, there is no alternative.Clone this AdminAction.
-