Uses of Class
org.camunda.bpm.engine.impl.db.FlushResult
-
Uses of FlushResult in org.camunda.bpm.engine.impl.db
Modifier and TypeMethodDescriptionstatic FlushResult
FlushResult.allApplied()
PersistenceSession.executeDbOperations
(List<DbOperation> operations) Attempts to perform the operations in order and returns a flush result.static FlushResult
FlushResult.withFailures
(List<DbOperation> failedOperations) static FlushResult
FlushResult.withFailuresAndRemaining
(List<DbOperation> failedOperations, List<DbOperation> remainingOperations) -
Uses of FlushResult in org.camunda.bpm.engine.impl.db.sql
Modifier and TypeMethodDescriptionBatchDbSqlSession.executeDbOperations
(List<DbOperation> operations) SimpleDbSqlSession.executeDbOperations
(List<DbOperation> operations) protected FlushResult
BatchDbSqlSession.postProcessBatchFailure
(List<DbOperation> operations, org.apache.ibatis.exceptions.PersistenceException exception) protected FlushResult
BatchDbSqlSession.postProcessBatchSuccess
(List<DbOperation> operations, List<org.apache.ibatis.executor.BatchResult> batchResults)