public abstract class AbstractReadWriteCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractReadWriteCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadOnly()
Is the command only reading model objects or is it modifying any of them ?
|
commandInterrupted, commandRolledBack, getAffectedObjects, getExecutionOptions, getName, isInterrupted, isRolledBack, toStringpublic boolean isReadOnly()
ICommandtrue if read only, false if any model object is modified by the command.ICommand.isReadOnly()