Package com.mendix.core.actionmanagement
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
Represents an action that can be executed.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.mendix.core.actionmanagement.internal.InternalCoreAction
addDatavalidationFeedback, addDataValidationFeedback, call, clone, execute, getActionName, getClonedContext, getContext, getEventObjects, getException, getMetaInfo, getMetaInfoJsonString, getState, handleConcurrentExecution, setActionName, setAllowsConcurrentExecution, setContext, setEventObjects, setException, setMetaInfo, setState
-
Constructor Details
-
CoreAction
Creates an action for a context.- Parameters:
context
- the context to execute in
-