| Package | Description |
|---|---|
| org.adorsys.docusafe.transactional.exceptions | |
| org.adorsys.docusafe.transactional.impl | |
| org.adorsys.docusafe.transactional.impl.helper |
| Constructor and Description |
|---|
TxAlreadyClosedException(TxID txid) |
TxNotFoundException(TxID txid) |
TxParallelCommittingException(TxID currentTx,
TxID lastTx,
String conflictFile) |
TxRacingConditionException(TxID currentTx,
TxID lastTx,
String conflictFile) |
TxRacingConditionException(TxID currentTx,
TxID lastTx,
TxID previous) |
| Modifier and Type | Class and Description |
|---|---|
class |
LastCommitedTxID
Created by peter on 11.06.18 at 16:07.
|
| Modifier and Type | Method and Description |
|---|---|
TxID |
CurrentTransactionData.getCurrentTxID() |
TxID |
TxIDHashMapWrapper.getTxIDOfDocument(DocumentFQN documentFQN) |
| Modifier and Type | Method and Description |
|---|---|
static TxIDHashMapWrapper |
TxIDHashMapWrapper.fromPreviousFileOrNew(DocumentSafeService documentSafeService,
org.adorsys.docusafe.service.api.types.UserIDAuth userIDAuth,
TxID currentTxID,
Date beginTxDate) |
static DSDocument |
TransactionalDocumentSafeServiceImpl.modifyTxDocument(DSDocument dsDocument,
TxID txid) |
static DocumentFQN |
TransactionalDocumentSafeServiceImpl.modifyTxDocumentName(DocumentFQN origName,
TxID txid) |
static DocumentFQN |
TransactionalDocumentSafeServiceImpl.modifyTxMetaDocumentName(DocumentFQN origName,
TxID txid) |
| Constructor and Description |
|---|
CurrentTransactionData(TxID currentTxID,
TxIDHashMapWrapper currentTxHashMap) |
| Modifier and Type | Method and Description |
|---|---|
TxID |
TransactionInformation.getCurrentTxID() |
TxID |
TxIDJsonAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
TxIDJsonAdapter.write(com.google.gson.stream.JsonWriter out,
TxID txid) |
| Modifier and Type | Method and Description |
|---|---|
static TxBucketContentFQN |
BucketContentFromHashMapHelper.list(Map<DocumentFQN,TxID> documentTxMap,
DocumentDirectoryFQN documentDirectoryFQN,
de.adorsys.dfs.connection.api.types.ListRecursiveFlag recursiveFlag) |
| Constructor and Description |
|---|
TransactionInformation(Date txDateFrom,
Date txDateUntil,
LastCommitedTxID previousTxID,
TxID currentTxID) |
Copyright © 2019. All rights reserved.