|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.forms.processor.action.ActionFormResult
public class 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.
| Constructor Summary | |
|---|---|
ActionFormResult(Action action,
java.lang.Object result)
Default constructor. |
|
| Method Summary | |
|---|---|
Action |
getAction()
Returns the action that was executed |
java.lang.Object |
getResult()
Returns the result from the executed action |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActionFormResult(Action action,
java.lang.Object result)
action - The action that was executed, can not be nullresult - The result from the action, can be null| Method Detail |
|---|
public Action getAction()
public java.lang.Object getResult()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||