Uses of Class
org.camunda.bpm.engine.impl.db.FlushResult
-
Packages that use FlushResult Package Description org.camunda.bpm.engine.impl.db org.camunda.bpm.engine.impl.db.sql -
-
Uses of FlushResult in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db that return FlushResult Modifier and Type Method Description static FlushResultFlushResult. allApplied()FlushResultPersistenceSession. executeDbOperations(List<DbOperation> operations)Attempts to perform the operations in order and returns a flush result.static FlushResultFlushResult. withFailures(List<DbOperation> failedOperations)static FlushResultFlushResult. withFailuresAndRemaining(List<DbOperation> failedOperations, List<DbOperation> remainingOperations) -
Uses of FlushResult in org.camunda.bpm.engine.impl.db.sql
Methods in org.camunda.bpm.engine.impl.db.sql that return FlushResult 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)
-