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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal ICoreAction<R> Deprecated.This method is deprecated since version 9.0.3 and will be removed in a future release.Methods inherited from class com.mendix.core.actionmanagement.internal.InternalCoreAction
addDatavalidationFeedback, addDataValidationFeedback, call, clone, execute, getActionName, getClonedContext, getContext, getEventObjects, getException, getMetaInfo, 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
 
 - 
 - 
Method Details
- 
getUnwrappedAction
Deprecated.This method is deprecated since version 9.0.3 and will be removed in a future release.Legacy method that returnsthis. Do not use.- Returns:
 - this core action
 
 
 -