| Package | Description |
|---|---|
| org.camunda.bpm.engine |
Public API of the Activiti engine.
Typical usage of the API starts by the creation of a org.activiti.engine.ProcessEngineConfiguration
(typically based on a configuration file), from which a org.activiti.engine.ProcessEngine can be obtained.Through the services obtained from such a org.activiti.engine.ProcessEngine, BPM and workflow operation
can be executed:org.activiti.engine.RepositoryService: Manages org.activiti.engine.repository.Deployments org.activiti.engine.RuntimeService: For starting and searching org.activiti.engine.runtime.ProcessInstances org.activiti.engine.TaskService: Exposes operations to manage human (standalone) org.activiti.engine.task.Tasks,
such as claiming, completing and assigning tasksorg.activiti.engine.IdentityService: Used for managing org.activiti.engine.identity.Users,
org.activiti.engine.identity.Groups and the relations between themorg.activiti.engine.ManagementService: Exposes engine admin and maintenance operations,
which have no relation to the runtime exection of business processesorg.activiti.engine.HistoryService: Exposes information about ongoing and past process instances.org.activiti.engine.FormService: Access to form data and rendered forms for starting new process instances and completing tasks. |
| org.camunda.bpm.engine.cdi | |
| org.camunda.bpm.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.camunda.bpm.engine.impl.identity | |
| org.camunda.bpm.engine.impl.javax.el | |
| org.camunda.bpm.engine.impl.juel | |
| org.camunda.bpm.engine.impl.pvm | |
| org.camunda.bpm.engine.rest.exception | |
| org.camunda.bpm.identity.impl.ldap |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationException
Exception thrown by the process engine in case a user tries to
interact with a resource in an unauthorized way.
|
class |
ClassLoadingException
Runtime exception indicating the requested class was not found or an error occurred
while loading the class.
|
class |
MismatchingMessageCorrelationException |
class |
OptimisticLockingException
Exception that is thrown when an optimistic locking occurs in the datastore
caused by concurrent access of the same data entry.
|
class |
SuspendedEntityInteractionException
This exception is thrown, if an operation that requires a non-suspended entity (execution, task, process definition)
is executed on a suspended one.
|
class |
TaskAlreadyClaimedException
This exception is thrown when you try to claim a task that is already claimed
by someone else.
|
class |
WrongDbException
Exception that is thrown when the Activiti engine discovers a mismatch between the
database schema version and the engine version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessEngineCdiException
Represents an exception in activiti cdi.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BpmnError
Special exception that can be used to throw a BPMN Error from
JavaDelegates and expressions. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityProviderException
Marks an exception triggered inside an identity provider implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
ELException
Represents any of the exception conditions that can arise during expression evaluation.
|
class |
MethodNotFoundException
Thrown when a method could not be found while evaluating a
MethodExpression. |
class |
PropertyNotFoundException
Thrown when a property could not be found while evaluating a
ValueExpression or
MethodExpression. |
class |
PropertyNotWritableException
Thrown when a property could not be written to while setting the value on a
ValueExpression. |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeBuilderException
Exception type thrown in build phase (scan/parse).
|
| Modifier and Type | Class and Description |
|---|---|
class |
PvmException |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ProcessEngineExceptionHandler.toResponse(ProcessEngineException exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
LdapAuthenticationException |
Copyright © 2015. All rights reserved.