Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.core.transaction | |
com.unitesk.requality.eclipse.editors.browser | |
com.unitesk.requality.eclipse.operations |
Modifier and Type | Method and Description |
---|---|
TransactionStorage |
TreeDB.commit()
Method to end transaction and apply changes on main storage.
|
Modifier and Type | Method and Description |
---|---|
void |
ITransactionListener.execute(TransactionStorage tStorage) |
void |
ITransactionListener.redo(TransactionStorage tStorage) |
void |
ITransactionListener.undo(TransactionStorage tStorage) |
Modifier and Type | Method and Description |
---|---|
void |
ReqMarker.execute(TransactionStorage tStorage) |
void |
ReqMarker.redo(TransactionStorage tStorage) |
void |
ReqMarker.undo(TransactionStorage tStorage) |
Constructor and Description |
---|
TreeDBOperation(TransactionStorage tstorage) |