Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.core.instancer | |
com.unitesk.requality.core.transaction | |
com.unitesk.requality.eclipse.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTreeStorage |
class |
FSStorage |
class |
MemoryStorage |
Modifier and Type | Method and Description |
---|---|
ITreeStorage |
IStorageSource.getBaseStorage() |
ITreeStorage |
MemoryStorage.getBaseStorage() |
ITreeStorage |
ITreeStorage.getBaseStorage()
Get base storage.
|
ITreeStorage |
FSStorage.getBaseStorage() |
ITreeStorage |
AbstractTreeStorage.getRootStorage() |
ITreeStorage |
ITreeStorage.getRootStorage()
Get the ancestor of node in baseStorage row that has no base storage.
|
ITreeStorage |
TreeDB.getStorage()
Get current data storage.
|
Modifier and Type | Method and Description |
---|---|
static TreeDB |
TreeDB.create(java.lang.String name,
ITreeStorage storage)
Creates db structures and root node
|
static TreeDB |
TreeDB.create(java.lang.String name,
ITreeStorage storage,
IUUIDGenerator uuidGenerator)
Creates db structures and root node
|
static TreeDB |
TreeDB.load(ITreeStorage storage) |
static TreeDB |
TreeDB.load(ITreeStorage storage,
IUUIDGenerator uuidGenerator) |
static TreeDB |
TreeDB.load(ITreeStorage storage,
IUUIDGenerator uuidGenerator,
int loa,
TreeDB base) |
Constructor and Description |
---|
CacheStorage(ITreeStorage storage,
java.nio.file.Path path2,
java.lang.String name,
java.lang.String prefix) |
CacheStorage(ITreeStorage storage,
java.lang.String prefix) |
Modifier and Type | Class and Description |
---|---|
class |
TreeInstancer |
Modifier and Type | Method and Description |
---|---|
ITreeStorage |
TreeInstancer.getBaseStorage() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.util.UUID> |
TreeInstancer.getClones(TreeDB db,
ITreeStorage st,
java.util.UUID uuId,
java.util.UUID uuid2) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionStorage |
Modifier and Type | Method and Description |
---|---|
ITreeStorage |
TransactionStorage.getBaseStorage() |
ITreeStorage |
TransactionStorage.getStorage() |
ITreeStorage |
TransactionStorage.getVStorage() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeResource.apply(ITreeStorage storage) |
void |
RenameNode.apply(ITreeStorage storage) |
abstract void |
TreeOperation.apply(ITreeStorage storage) |
void |
DeleteNode.apply(ITreeStorage storage) |
void |
SaveAttributes.apply(ITreeStorage storage) |
void |
TransactionStorage.apply(ITreeStorage aStorage) |
void |
MoveNode.apply(ITreeStorage storage) |
void |
SaveVersions.apply(ITreeStorage storage) |
void |
CreateNode.apply(ITreeStorage storage) |
void |
ChangeResource.rollback(ITreeStorage storage) |
void |
RenameNode.rollback(ITreeStorage storage) |
abstract void |
TreeOperation.rollback(ITreeStorage storage) |
void |
DeleteNode.rollback(ITreeStorage storage) |
void |
SaveAttributes.rollback(ITreeStorage storage) |
void |
TransactionStorage.rollback(ITreeStorage aStorage) |
void |
MoveNode.rollback(ITreeStorage storage) |
void |
SaveVersions.rollback(ITreeStorage storage) |
void |
CreateNode.rollback(ITreeStorage storage) |
Constructor and Description |
---|
TransactionStorage(ITreeStorage storage,
TreeInstancer vstorage,
java.util.List<ITransactionListener> tListeners) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceStorage |
Modifier and Type | Method and Description |
---|---|
ITreeStorage |
ResourceStorage.getBaseStorage() |