| Modifier and Type | Method and Description |
|---|---|
void |
AcquireJobsCmd.failedOperation(DbOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
OptimisticLockingException |
EnginePersistenceLogger.concurrentUpdateDbEntityException(DbOperation operation) |
void |
PersistenceSession.executeDbOperation(DbOperation operation) |
void |
AbstractPersistenceSession.executeDbOperation(DbOperation operation) |
ProcessEngineException |
EnginePersistenceLogger.flushDbOperationException(List<DbOperation> operationsToFlush,
DbOperation operation,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnginePersistenceLogger.databaseFlushSummary(Collection<DbOperation> operations) |
ProcessEngineException |
EnginePersistenceLogger.flushDbOperationException(List<DbOperation> operationsToFlush,
DbOperation operation,
Throwable cause) |
ProcessEngineException |
EnginePersistenceLogger.flushDbOperationsException(List<DbOperation> operationsToFlush,
Throwable cause) |
ProcessEngineException |
EnginePersistenceLogger.wrongBatchResultsSizeException(List<DbOperation> operationsToFlush) |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimisticLockingListener.failedOperation(DbOperation operation)
Signifies that an operation failed due to optimistic locking.
|
protected void |
DbEntityManager.handleOptimisticLockingException(DbOperation dbOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbEntityManager.checkFlushResults(List<DbOperation> operationsToFlush,
List<org.apache.ibatis.executor.BatchResult> flushResult) |
protected void |
DbEntityManager.flushDbOperations(List<DbOperation> operationsToFlush,
List<DbOperation> allOperations) |
protected void |
DbEntityManager.flushDbOperations(List<DbOperation> operationsToFlush,
List<DbOperation> allOperations) |
| Modifier and Type | Class and Description |
|---|---|
class |
DbBulkOperation
A bulk operation
|
class |
DbEntityOperation
An operation on a single DbEntity
|
| Modifier and Type | Method and Description |
|---|---|
List<DbOperation> |
DbOperationManager.calculateFlush() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbOperationManager.addSortedInserts(List<DbOperation> flush)
Adds the insert operations to the flush (in correct order).
|
protected void |
DbOperationManager.addSortedModifications(List<DbOperation> flush)
Adds a correctly ordered list of UPDATE and DELETE operations to the flush.
|
protected void |
DbOperationManager.addSortedModificationsForType(Class<?> type,
SortedSet<DbEntityOperation> preSortedOperations,
List<DbOperation> flush) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends DbEntity>,DbOperation> |
HistoricDecisionInstanceManager.deleteHistoricDecisionsByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends DbEntity>,DbOperation> |
HistoryCleanupRemovalTime.deleteOperations |
| Modifier and Type | Method and Description |
|---|---|
protected DbOperation |
HistoryCleanupRemovalTime.performBatchCleanup() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Class<? extends DbEntity>,DbOperation> |
HistoryCleanupRemovalTime.performDmnCleanup() |
protected Map<Class<? extends DbEntity>,DbOperation> |
HistoryCleanupRemovalTime.performProcessCleanup() |
| Modifier and Type | Method and Description |
|---|---|
DbOperation |
AttachmentManager.deleteAttachmentsByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
ByteArrayManager.deleteByteArraysByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
CommentManager.deleteCommentsByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricExternalTaskLogManager.deleteExternalTaskLogByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricActivityInstanceManager.deleteHistoricActivityInstancesByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricBatchManager.deleteHistoricBatchesByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricDetailManager.deleteHistoricDetailsByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricIdentityLinkLogManager.deleteHistoricIdentityLinkLogByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricIncidentManager.deleteHistoricIncidentsByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricTaskInstanceManager.deleteHistoricTaskInstancesByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricVariableInstanceManager.deleteHistoricVariableInstancesByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
HistoricJobLogManager.deleteJobLogByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
DbOperation |
UserOperationLogManager.deleteOperationLogByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends DbEntity>,DbOperation> |
HistoricProcessInstanceManager.deleteHistoricProcessInstancesByRemovalTime(Date removalTime,
int minuteFrom,
int minuteTo,
int batchSize) |
Copyright © 2013–2019 camunda services GmbH. All rights reserved.