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