Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
-
-
Uses of DbOperation in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch with parameters of type DbOperation Modifier and Type Method Description OptimisticLockingResultAbstractBatchJobHandler. failedOperation(DbOperation operation) -
Uses of DbOperation in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DbOperation Modifier and Type Method Description OptimisticLockingResultAcquireJobsCmd. failedOperation(DbOperation operation) -
Uses of DbOperation in org.camunda.bpm.engine.impl.db
Fields in org.camunda.bpm.engine.impl.db with type parameters of type DbOperation Modifier and Type Field Description protected List<DbOperation>FlushResult. failedOperationsprotected List<DbOperation>FlushResult. remainingOperationsMethods in org.camunda.bpm.engine.impl.db that return types with arguments of type DbOperation Modifier and Type Method Description List<DbOperation>FlushResult. getFailedOperations()List<DbOperation>FlushResult. getRemainingOperations()Methods in org.camunda.bpm.engine.impl.db with parameters of type DbOperation Modifier and Type Method Description ProcessEngineExceptionEnginePersistenceLogger. batchingNotSupported(DbOperation operation)voidEnginePersistenceLogger. concurrentModificationFailureIgnored(DbOperation operation)OptimisticLockingExceptionEnginePersistenceLogger. concurrentUpdateDbEntityException(DbOperation operation)voidEnginePersistenceLogger. crdbFailureIgnored(DbOperation operation)CrdbTransactionRetryExceptionEnginePersistenceLogger. crdbTransactionRetryException(DbOperation operation)voidAbstractPersistenceSession. executeDbOperation(DbOperation operation)ProcessEngineExceptionEnginePersistenceLogger. flushDbOperationException(List<DbOperation> operationsToFlush, DbOperation failedOperation, Throwable e)voidEnginePersistenceLogger. ignoreFailureDuePreconditionNotMet(DbOperation ignoredOperation, String preconditionMessage, DbOperation failedOperation)Method parameters in org.camunda.bpm.engine.impl.db with type arguments of type DbOperation Modifier and Type Method Description voidEnginePersistenceLogger. databaseFlushSummary(Collection<DbOperation> operations)FlushResultPersistenceSession. executeDbOperations(List<DbOperation> operations)Attempts to perform the operations in order and returns a flush result.ProcessEngineExceptionEnginePersistenceLogger. flushDbOperationException(List<DbOperation> operationsToFlush, DbOperation failedOperation, Throwable e)ProcessEngineExceptionEnginePersistenceLogger. flushDbOperationUnexpectedException(List<DbOperation> operationsToFlush, Throwable cause)static FlushResultFlushResult. withFailures(List<DbOperation> failedOperations)static FlushResultFlushResult. withFailuresAndRemaining(List<DbOperation> failedOperations, List<DbOperation> remainingOperations)ProcessEngineExceptionEnginePersistenceLogger. wrongBatchResultsSizeException(List<DbOperation> operationsToFlush)Constructor parameters in org.camunda.bpm.engine.impl.db with type arguments of type DbOperation Constructor Description FlushResult(List<DbOperation> failedOperations, List<DbOperation> remainingOperations) -
Uses of DbOperation in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbOperation Modifier and Type Method Description protected booleanDbEntityManager. canIgnoreHistoryModificationFailure(DbOperation dbOperation)Determines if a failed database operation (OptimisticLockingException) on a Historic entity can be ignored.OptimisticLockingResultOptimisticLockingListener. failedOperation(DbOperation operation)Signifies that an operation failed due to optimistic locking.protected voidDbEntityManager. handleConcurrentModification(DbOperation dbOperation)Decides if an operation that failed for concurrent modifications can be tolerated, or ifOptimisticLockingExceptionshould be raisedprotected voidDbEntityManager. handleConcurrentModificationCrdb(DbOperation dbOperation)protected voidDbEntityManager. handleConcurrentModificationWithRolledBackTransaction(DbOperation dbOperation)Method parameters in org.camunda.bpm.engine.impl.db.entitymanager with type arguments of type DbOperation Modifier and Type Method Description protected voidDbEntityManager. flushDbOperations(List<DbOperation> operationsToFlush, List<DbOperation> allOperations) -
Uses of DbOperation in org.camunda.bpm.engine.impl.db.entitymanager.operation
Subclasses of DbOperation in org.camunda.bpm.engine.impl.db.entitymanager.operation Modifier and Type Class Description classDbBulkOperationA bulk operationclassDbEntityOperationAn operation on a single DbEntityFields in org.camunda.bpm.engine.impl.db.entitymanager.operation declared as DbOperation Modifier and Type Field Description protected DbOperationDbEntityOperation. dependentOperationMethods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return DbOperation Modifier and Type Method Description DbOperationDbEntityOperation. getDependentOperation()Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return types with arguments of type DbOperation Modifier and Type Method Description List<DbOperation>DbOperationManager. calculateFlush()Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbOperation Modifier and Type Method Description voidDbEntityOperation. setDependency(DbOperation owner)Method parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbOperation Modifier and Type Method Description protected voidDbOperationManager. addSortedInserts(List<DbOperation> flush)Adds the insert operations to the flush (in correct order).protected voidDbOperationManager. addSortedModifications(List<DbOperation> flush)Adds a correctly ordered list of UPDATE and DELETE operations to the flush.protected voidDbOperationManager. addSortedModificationsForType(Class<?> type, SortedSet<DbEntityOperation> preSortedOperations, List<DbOperation> flush)protected voidDbOperationManager. determineDependencies(List<DbOperation> flush) -
Uses of DbOperation in org.camunda.bpm.engine.impl.db.sql
Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type DbOperation Modifier and Type Method Description protected booleanDbSqlSession. isConcurrentModificationException(DbOperation failedOperation, org.apache.ibatis.exceptions.PersistenceException cause)protected voidBatchDbSqlSession. postProcessOperationPerformed(DbOperation operation, int rowsAffected, org.apache.ibatis.exceptions.PersistenceException failure)Method parameters in org.camunda.bpm.engine.impl.db.sql with type arguments of type DbOperation Modifier and Type Method Description FlushResultBatchDbSqlSession. executeDbOperations(List<DbOperation> operations)FlushResultSimpleDbSqlSession. executeDbOperations(List<DbOperation> operations)protected FlushResultBatchDbSqlSession. postProcessBatchFailure(List<DbOperation> operations, org.apache.ibatis.exceptions.PersistenceException exception)protected FlushResultBatchDbSqlSession. postProcessBatchSuccess(List<DbOperation> operations, List<org.apache.ibatis.executor.BatchResult> batchResults)protected voidBatchDbSqlSession. postProcessJdbcBatchResult(Iterator<DbOperation> operationsIt, int[] statementResults, org.apache.ibatis.exceptions.PersistenceException failure, List<DbOperation> failedOperations)This method can be called with three cases: Case 1: Success.protected voidBatchDbSqlSession. postProcessJdbcBatchResult(Iterator<DbOperation> operationsIt, int[] statementResults, org.apache.ibatis.exceptions.PersistenceException failure, List<DbOperation> failedOperations)This method can be called with three cases: Case 1: Success. -
Uses of DbOperation in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return types with arguments of type DbOperation Modifier and Type Method Description Map<Class<? extends DbEntity>,DbOperation>HistoricDecisionInstanceManager. deleteHistoricDecisionsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize) -
Uses of DbOperation in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Fields in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with type parameters of type DbOperation Modifier and Type Field Description protected Map<Class<? extends DbEntity>,DbOperation>HistoryCleanupRemovalTime. deleteOperationsMethods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return DbOperation Modifier and Type Method Description protected DbOperationHistoryCleanupRemovalTime. performBatchCleanup()protected DbOperationHistoryCleanupRemovalTime. performTaskMetricsCleanup()Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return types with arguments of type DbOperation Modifier and Type Method Description protected Map<Class<? extends DbEntity>,DbOperation>HistoryCleanupRemovalTime. performDmnCleanup()protected Map<Class<? extends DbEntity>,DbOperation>HistoryCleanupRemovalTime. performProcessCleanup() -
Uses of DbOperation in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return DbOperation Modifier and Type Method Description DbOperationAttachmentManager. deleteAttachmentsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationAuthorizationManager. deleteAuthorizationsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationByteArrayManager. deleteByteArraysByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationCommentManager. deleteCommentsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricExternalTaskLogManager. deleteExternalTaskLogByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricActivityInstanceManager. deleteHistoricActivityInstancesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricBatchManager. deleteHistoricBatchesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricDetailManager. deleteHistoricDetailsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricIdentityLinkLogManager. deleteHistoricIdentityLinkLogByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricIncidentManager. deleteHistoricIncidentsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricTaskInstanceManager. deleteHistoricTaskInstancesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricVariableInstanceManager. deleteHistoricVariableInstancesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationHistoricJobLogManager. deleteJobLogByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationUserOperationLogManager. deleteOperationLogByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)DbOperationMeterLogManager. deleteTaskMetricsByRemovalTime(Date currentTimestamp, Integer timeToLive, int minuteFrom, int minuteTo, int batchSize)Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DbOperation Modifier and Type Method Description Map<Class<? extends DbEntity>,DbOperation>HistoricProcessInstanceManager. deleteHistoricProcessInstancesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)
-