public interface ActionCommand
extends java.lang.Cloneable
| Modifier and Type | Method and Description |
|---|---|
ActionCommand |
clone() |
RequestIdentifier |
getRequestId() |
boolean |
isBatchEntry() |
boolean |
isInteractive() |
boolean |
isResponseValid(ActionResponse actionRequest) |
void |
setBatchEntry(boolean batchEntry) |
boolean isResponseValid(ActionResponse actionRequest)
RequestIdentifier getRequestId()
void setBatchEntry(boolean batchEntry)
boolean isBatchEntry()
ActionCommand clone()
boolean isInteractive()