model/action_context library

Classes

ActionContext
A structure containing contextual objects for an Action's execution.
ActionResult
A class to return an Action's execution result. success - a boolean indicating if an Action was successfully executed. returnData - an optional data to be returned from the Action's execution. nextAction - an optional Map with an Action specification (e.g.: an 'IfAction' evaluates a condition and either the 'true' Action or the 'false' Action will be returned).
HttpActionResult
An ActionResult variation, indicating ActionFactory that in case of error, a Http error handling should be called. E.g.: give oportunity to renew an expired access token.
RetryAction
A class used by ActionFactory to determine if a failed Action should by retried.
SilentActionResult
An ActionResult variation, indicating ActionFactory that an 'action indicator' should not be displayed.