Class ActionFormResult
java.lang.Object
org.alfresco.repo.forms.processor.action.ActionFormResult
Class used purely to represent the result of an action being executed via the
ActionFormProcessor.
This class holds the Action executed and any optional results stored by the action.- Author:
- Gavin Cornwell
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionFormResult
Default constructor.- Parameters:
action- The action that was executed, can not be nullresult- The result from the action, can be null
-
-
Method Details