Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.db.entitymanager |
Modifier and Type | Method and Description |
---|---|
OptimisticLockingResult |
AcquireJobsCmd.failedOperation(DbOperation operation) |
Modifier and Type | Method and Description |
---|---|
OptimisticLockingResult |
OptimisticLockingListener.failedOperation(DbOperation operation)
Signifies that an operation failed due to optimistic locking.
|
static OptimisticLockingResult |
OptimisticLockingResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptimisticLockingResult[] |
OptimisticLockingResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.