@java.lang.SuppressWarnings(value: [FieldName, GetterMethodCouldBeProperty]) @groovy.transform.ToString(includePackage: false, includeNames: true) class CompleteUndoAction extends java.lang.Object implements org.simplemes.eframe.web.undo.UndoActionInterface
Defines the action needed to undo a single complete action.
| Type | Name and description |
|---|---|
private java.lang.String |
infoMsgThe message to be displayed when the user triggers this undo action. |
private java.util.List<java.util.Map> |
successEventsOptional dashboard events to trigger after the undo action completes successfully. |
| Constructor and description |
|---|
CompleteUndoAction
(CompleteResponse completeResponse)A copy constructor. |
CompleteUndoAction
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The JSON content to submit in order to undo a previous action.
The URI to submit the JSON content to in order to undo a previous action.
The message to be displayed when the user triggers this undo action.
Optional dashboard events to trigger after the undo action completes successfully.
A copy constructor.
completeResponse - The complete response this undo action was generated from.Groovy Documentation