TriggerCommandTransaction
A transaction implementation used by the command stack to wrap the execution
of
TriggerCommands, to provide them the write access that they need.
InternalTransactionalCommandStack.createTransaction(
Command command,
Map<?,?> options)
Creates a read/write transaction in my editing domain for the purpose
of executing the specified command.