Uses of Class
org.camunda.bpm.engine.OptimisticLockingException
-
Packages that use OptimisticLockingException Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration
(typically based on a configuration file), from which aProcessEngine
can be obtained.
Through the services obtained from such aProcessEngine
, BPM and workflow operation can be executed:
RepositoryService
: ManagesDeployment
s
RuntimeService
: For starting and searchingProcessInstance
s
TaskService
: Exposes operations to manage human (standalone)Task
s, such as claiming, completing and assigning tasks
IdentityService
: Used for managingUser
s,Group
s and the relations between them
ManagementService
: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService
: Exposes information about ongoing and past process instances.
FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.db org.camunda.bpm.qa.upgrade.util -
-
Uses of OptimisticLockingException in org.camunda.bpm.engine
Subclasses of OptimisticLockingException in org.camunda.bpm.engine Modifier and Type Class Description class
CrdbTransactionRetryException
Exception that is thrown when an optimistic locking error occurs in CockroachDB, caused by concurrent access to the same data entries by multiple transactions. -
Uses of OptimisticLockingException in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type OptimisticLockingException Modifier and Type Method Description void
CommandLogger. debugCaughtOptimisticLockingException(OptimisticLockingException e)
-
Uses of OptimisticLockingException in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db that return OptimisticLockingException Modifier and Type Method Description OptimisticLockingException
EnginePersistenceLogger. concurrentUpdateDbEntityException(DbOperation operation)
-
Uses of OptimisticLockingException in org.camunda.bpm.qa.upgrade.util
Fields in org.camunda.bpm.qa.upgrade.util declared as OptimisticLockingException Modifier and Type Field Description protected OptimisticLockingException
CompleteTaskThread. exception
Methods in org.camunda.bpm.qa.upgrade.util that return OptimisticLockingException Modifier and Type Method Description OptimisticLockingException
CompleteTaskThread. getException()
-