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 FlushResult
FlushResult. allApplied()
FlushResult
PersistenceSession. executeDbOperations(java.util.List<DbOperation> operations)
Attempts to perform the operations in order and returns a flush result.static FlushResult
FlushResult. withFailures(java.util.List<DbOperation> failedOperations)
static FlushResult
FlushResult. withFailuresAndRemaining(java.util.List<DbOperation> failedOperations, java.util.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 FlushResult
BatchDbSqlSession. executeDbOperations(java.util.List<DbOperation> operations)
FlushResult
SimpleDbSqlSession. executeDbOperations(java.util.List<DbOperation> operations)
protected FlushResult
BatchDbSqlSession. postProcessBatchFailure(java.util.List<DbOperation> operations, java.lang.RuntimeException exception)
protected FlushResult
BatchDbSqlSession. postProcessBatchSuccess(java.util.List<DbOperation> operations, java.util.List<org.apache.ibatis.executor.BatchResult> batchResults)
-