class |
DirectDirectoryCreateTransaction |
|
class |
DirectDirectoryDeleteTransaction |
The IO operation may be done before requestCommit is called, on a call of the process method.
|
class |
DirectDirectoryTransaction |
The IO operation may be done before requestCommit is called, on a call of the process method.
|
class |
DirectFileCopyTransaction |
The IO operation may be done before requestCommit is called, on a call of the process method.
|
class |
DirectFileDeleteTransaction |
The IO operation may be done before requestCommit is called, on a call of the process method.
|
class |
DirectFileMoveTransaction |
The IO operation may be done before requestCommit is called, on a call of the process method.
|
class |
IndirectDeleteDirectoryTransaction |
The IO operation not done before requestCommit is called.
|
class |
IndirectDeleteFileTransaction |
The IO operation not done before requestCommit is called.
|
class |
IndirectDirectoryCreateTransaction |
|
class |
IndirectDirectoryTransaction |
The IO operation not done before requestCommit is called.
|
class |
IndirectFileCopyTransaction |
The IO operation not done before commit is called by the transaction manager
|
class |
IndirectFileCreateFileTransaction |
The IO operation not done before commit is called by the transaction manager
Transaction object for creating a new file.
|
class |
IndirectFileMoveTransaction |
The IO operation not done before requestCommit is called.
|
class |
IxFileUploadTransaction |
Same as DirectFileMoveTransaction
but on a rollback the source file can be deleted depends on how the object was constructed.
|