Class ActionFormResult
- java.lang.Object
-
- org.alfresco.repo.forms.processor.action.ActionFormResult
-
public class ActionFormResult extends Object
Class used purely to represent the result of an action being executed via theActionFormProcessor. This class holds theActionexecuted and any optional results stored by the action.- Author:
- Gavin Cornwell
-
-
Constructor Summary
Constructors Constructor Description ActionFormResult(Action action, Object result)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiongetAction()Returns the action that was executedObjectgetResult()Returns the result from the executed actionStringtoString()
-