Package com.mendix.m2ee.api
Class AdminAction
java.lang.Object
com.mendix.m2ee.api.AdminAction
- All Implemented Interfaces:
Cloneable
Deprecated.
since 10.18. This class will be removed in Mendix 11. There is no replacement.
This class is meant for internal use only.
Represents an admin action to be executed by the runtime. The subclass should be immutable.
-
Constructor Summary
ConstructorDescriptionAdminAction
(String name) Deprecated.AdminAction
(String name, String description) Deprecated. -
Method Summary
-
Constructor Details
-
AdminAction
Deprecated. -
AdminAction
Deprecated.
-
-
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 Deprecated.- Throws:
AdminException
com.mendix.thirdparty.org.json.JSONException
-
getName
Deprecated. -
getDescription
Deprecated. -
clone
Deprecated.since 9.24. Do not use, there is no alternative.Clone this AdminAction.
-