| Name | Description | Type | Package | Framework |
| ActivitiEntityEventImpl | Base class for all ActivitiEvent implementations, related to entities. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiEntityExceptionEventImpl | Base class for all ActivitiEvent implementations, represents an exception occured, related Author:Frederik Heremans | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiCancelledEvent | An ActivitiEvent related to cancel event being sent when activiti object is cancelled. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiClassLoadingException | Runtime exception indicating the requested class was not found or an error occurred while loading the class. | Class | org.activiti.engine | Activiti |
|
| ActivitiEntityEvent | An ActivitiEvent related to a single entity. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiActivityEventImpl | | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| AbstractFormType | Custom form types should extend this abstract class. | Class | org.activiti.engine.form | Activiti |
|
| AbstractProcessEngineConfigurator | | Class | org.activiti.engine.cfg | Activiti |
|
| ActivitiActivityCancelledEvent | An ActivitiEvent related to cancel event being sent to an activity. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiActivityCancelledEventImpl | An ActivitiActivityCancelledEvent implementation. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiActivityEvent | An ActivitiEvent related to an activity within an execution;Author:Frederik Heremans, Joram Barrez | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiEntityWithVariablesEvent | An ActivitiEntityEvent related to a single entity. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiEntityWithVariablesEventImpl | Base class for all ActivitiEntityEvent implementations, related to entities with variables. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiErrorEvent | An ActivitiEvent related to an error being sent to an activity. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiErrorEventImpl | | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiEvent | Describes an event that occurred in the Activiti Engine which is dispatched to externalAuthor:Frederik Heremans | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiEventBuilder | Builder class used to create ActivitiEvent implementations. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiEventDispatcher | Dispatcher which allows for adding and removing ActivitiEventListeners to the Activiti Engine as well as dispatching ActivitiEvent to all the listeners registered. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiEventDispatcherImpl | Class capable of dispatching events. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiEventImpl | Base class for all ActivitiEvent implementations. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiEventListener | Describes a class that listens for ActivitiEvents dispatched by the engine. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiEventSupport | Class that allows adding and removing event listeners and dispatching events to the appropriate listeners. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiEventType | enum ActivitiEventTypeEnumeration containing all possible types of ActivitiEvents. | Class | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiException | Runtime exception that is the superclass of all Activiti exceptions. | Class | org.activiti.engine | Activiti |
|
| ActivitiExceptionEvent | Indicates the ActivitiEvent also contains information about a Throwable that occurred, triggering the event. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiIllegalArgumentException | An exception indicating that an illegal argument has been supplied in an Activiti API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied | Class | org.activiti.engine | Activiti |
|
| ActivitiMembershipEvent | An event related to group memberships. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiMembershipEventImpl | | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiMessageEvent | An ActivitiEvent related to an message being sent to an activity. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiMessageEventImpl | An ActivitiSignalEvent implementation. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiMockSupport | | Class | org.activiti.engine.test.mock | Activiti |
|
| ActivitiObjectNotFoundException | An exception indicating that the object that is required or actioned onAuthor:Frederik HeremansSee Also:Serialized Form | Class | org.activiti.engine | Activiti |
|
| ActivitiOptimisticLockingException | Exception that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry. | Class | org.activiti.engine | Activiti |
|
| ActivitiProcessCancelledEventImpl | An ActivitiCancelledEvent implementation. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiProcessStartedEvent | An ActivitiEvent related to start event being sent when activiti process instance is started. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiProcessStartedEventImpl | An ActivitiCancelledEvent implementation. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiRule | Convenience for ProcessEngine and services initialization in the form of a public class YourTest { | Class | org.activiti.engine.test | Activiti |
|
| ActivitiSequenceFlowTakenEvent | An ActivitiEvent that indicates a certain sequence flow has been taken. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiSequenceFlowTakenEventImpl | | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiSignalEvent | An ActivitiEvent related to a signal being sent to an activity. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiSignalEventImpl | An ActivitiSignalEvent implementation. | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiTaskAlreadyClaimedException | This exception is thrown when you try to claim a task that is already claimedAuthor:Jorg Heymans, Falko MengeSee Also:Serialized Form | Class | org.activiti.engine | Activiti |
|
| ActivitiTestCase | Convenience for ProcessEngine and services initialization in the form of a JUnit base class. | Class | org.activiti.engine.test | Activiti |
|
| ActivitiVariableEvent | An ActivitiEvent related to a single variable. | Interface | org.activiti.engine.delegate.event | Activiti |
|
| ActivitiVariableEventImpl | | Class | org.activiti.engine.delegate.event.impl | Activiti |
|
| ActivitiWrongDbException | Exception that is thrown when the Activiti engine discovers a mismatch between the database schema version and the engine version. | Class | org.activiti.engine | Activiti |
|
| Attachment | Any type of content that is be associated with a task or with a process instance. | Interface | org.activiti.engine.task | Activiti |
|
| BaseEntityEventListener | Base event listener that can be used when implementing an ActivitiEventListener to get notified when an entity is created, | Class | org.activiti.engine.delegate.event | Activiti |
|
| BpmnError | Special exception that can be used to throw a BPMN Error from JavaDelegates and expressions. | Class | org.activiti.engine.delegate | Activiti |
|
| BpmnParseHandler | Allows to hook into the parsing of one or more elements during the parsing of a BPMN 2. | Interface | org.activiti.engine.parse | Activiti |
|
| Clock | | Interface | org.activiti.engine.runtime | Activiti |
|
| ClockReader | | Interface | org.activiti.engine.runtime | Activiti |
|
| Comment | User comments that form discussions around tasks. | Interface | org.activiti.engine.task | Activiti |
|
| DelegateExecution | Execution used in JavaDelegates and ExecutionListeners. | Interface | org.activiti.engine.delegate | Activiti |
|
| DelegateTask | | Interface | org.activiti.engine.delegate | Activiti |
|
| DelegationState | enum DelegationStateDefines the different states of delegation that a task can be in. | Class | org.activiti.engine.task | Activiti |
|
| Deployment | Represents a deployment that is already present in the process repository. | Interface | org.activiti.engine.repository | Activiti |
|
| Deployment | Annotation for a test method to create and delete a deployment around a test method. | Class | org.activiti.engine.test | Activiti |
|
| DeploymentBuilder | Builder for creating new deployments. | Interface | org.activiti.engine.repository | Activiti |
|
| DeploymentQuery | Allows programmatic querying of Deployments. | Interface | org.activiti.engine.repository | Activiti |
|
| DiagramEdge | Stores waypoints of a diagram edge. | Class | org.activiti.engine.repository | Activiti |
|
| DiagramEdgeWaypoint | Stores the position of a waypoint of a diagram edge. | Class | org.activiti.engine.repository | Activiti |
|
| DiagramElement | Represents a diagram node. | Class | org.activiti.engine.repository | Activiti |
|
| DiagramLayout | Stores a two-dimensional graph layout. | Class | org.activiti.engine.repository | Activiti |
|
| DiagramNode | Stores position and dimensions of a diagram node. | Class | org.activiti.engine.repository | Activiti |
|
| DynamicBpmnConstants | | Interface | org.activiti.engine | Activiti |
|
| DynamicBpmnService | Service providing access to the repository of process definitions and deployments. | Interface | org.activiti.engine | Activiti |
|
| EngineServices | Interface implemented by all classes that expose the Activiti services. | Interface | org.activiti.engine | Activiti |
|
| Event | Exposes twitter-like feeds for tasks and process instances. | Interface | org.activiti.engine.task | Activiti |
|
| EventLogEntry | | Interface | org.activiti.engine.event | Activiti |
|
| Execution | Represent a 'path of execution' in a process instance. | Interface | org.activiti.engine.runtime | Activiti |
|
| ExecutionListener | Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition. | Interface | org.activiti.engine.delegate | Activiti |
|
| ExecutionQuery | Allows programmatic querying of Executions. | Interface | org.activiti.engine.runtime | Activiti |
|
| Expression | | Interface | org.activiti.engine.delegate | Activiti |
|
| FormData | Contains all information for displaying a form and serves as base interface for StartFormData and TaskFormData | Interface | org.activiti.engine.form | Activiti |
|
| FormProperty | Represents a single property on a form. | Interface | org.activiti.engine.form | Activiti |
|
| FormService | Access to form data and rendered forms for starting new process instances and completing tasks. | Interface | org.activiti.engine | Activiti |
|
| FormType | Used to indicate the type on a FormProperty. | Interface | org.activiti.engine.form | Activiti |
|
| Group | Represents a group, used in IdentityService. | Interface | org.activiti.engine.identity | Activiti |
|
| GroupQuery | Allows to programmatically query for Groups. | Interface | org.activiti.engine.identity | Activiti |
|
| HistoricActivityInstance | Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricActivityInstanceQuery | Programmatic querying for HistoricActivityInstances. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricData | | Interface | org.activiti.engine.history | Activiti |
|
| HistoricDetail | Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricDetailQuery | Programmatic querying for HistoricDetails. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricFormProperty | A single field that was submitted in either a start form or a task form. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricIdentityLink | Historic counterpart of IdentityLink that represents the current state if any runtime link. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricProcessInstance | A single execution of a whole process definition that is stored permanently. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricProcessInstanceQuery | Allows programmatic querying of HistoricProcessInstances. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricTaskInstance | Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricTaskInstanceQuery | Allows programmatic querying for HistoricTaskInstances. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricVariableInstance | A single process variable containing the last value when its process instance has finished. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricVariableInstanceQuery | Programmatic querying for HistoricVariableInstances. | Interface | org.activiti.engine.history | Activiti |
|
| HistoricVariableUpdate | Update of a process variable. | Interface | org.activiti.engine.history | Activiti |
|
| HistoryService | Service exposing information about ongoing and past process instances. | Interface | org.activiti.engine | Activiti |
|
| IdentityLink | An identity link is used to associate a task with a certain identity. | Interface | org.activiti.engine.task | Activiti |
|
| IdentityLinkType | Contains constants for all types of identity links that can be used to involve a user or group with a certain task. | Class | org.activiti.engine.task | Activiti |
|
| IdentityService | Service to manage Users and Groups. | Interface | org.activiti.engine | Activiti |
|
| JavaDelegate | Convience class that should be used when a Java delegation in a BPMN 2. | Interface | org.activiti.engine.delegate | Activiti |
|
| JavaDelegateHelper | Class that provides helper operations for use in the JavaDelegate class. | Class | org.activiti.engine.delegate | Activiti |
|
| Job | Represents one job (timer, message, etc. | Interface | org.activiti.engine.runtime | Activiti |
|
| JobNotFoundException | This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance). | Class | org.activiti.engine | Activiti |
|
| JobQuery | Allows programmatic querying of Jobs. | Interface | org.activiti.engine.runtime | Activiti |
|
| LogMDC | Constants and functions for MDC (Mapped Diagnostic Context) loggingAuthor:Saeid Mirzaei | Class | org.activiti.engine.logging | Activiti |
|
| MailServerInfo | | Class | org.activiti.engine.cfg | Activiti |
|
| ManagementService | Service for admin and maintenance operations on the process engine. | Interface | org.activiti.engine | Activiti |
|
| MockElResolver | | Class | org.activiti.engine.test.mock | Activiti |
|
| MockExpressionManager | | Class | org.activiti.engine.test.mock | Activiti |
|
| MockResolverFactory | This is a bridge resolver, making available any objects registered through Mocks. | Class | org.activiti.engine.test.mock | Activiti |
|
| Mocks | Registry for mock objects. | Class | org.activiti.engine.test.mock | Activiti |
|
| MockServiceTask | | Class | org.activiti.engine.test.mock | Activiti |
|
| MockServiceTasks | | Class | org.activiti.engine.test.mock | Activiti |
|
| Model | Represents a model that is stored in the model repository. | Interface | org.activiti.engine.repository | Activiti |
|
| ModelQuery | Allows programmatic querying of Models. | Interface | org.activiti.engine.repository | Activiti |
|
| NativeDeploymentQuery | Allows querying of Deployments via native (SQL) queriesAuthor:Henry Yan(http://www. | Interface | org.activiti.engine.repository | Activiti |
|
| NativeExecutionQuery | Allows querying of Executions via native (SQL) queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.runtime | Activiti |
|
| NativeGroupQuery | Allows querying of Groups via native (SQL) queriesAuthor:Henry Yan(http://www. | Interface | org.activiti.engine.identity | Activiti |
|
| NativeHistoricActivityInstanceQuery | Allows querying of HistoricActivityInstanceQuerys via native (SQL) queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.history | Activiti |
|
| NativeHistoricDetailQuery | Allows querying of HistoricDetails via native (SQL) queriesAuthor:Henry Yan(http://www. | Interface | org.activiti.engine.history | Activiti |
|
| NativeHistoricProcessInstanceQuery | Allows querying of HistoricTaskInstanceQuerys via native (SQL) queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.history | Activiti |
|
| NativeHistoricTaskInstanceQuery | Allows querying of HistoricTaskInstanceQuerys via native (SQL) queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.history | Activiti |
|
| NativeHistoricVariableInstanceQuery | Allows querying of HistoricVariableInstances via native (SQL) queriesAuthor:Henry Yan(http://www. | Interface | org.activiti.engine.history | Activiti |
|
| NativeModelQuery | Allows querying of Models via native (SQL) queriesAuthor:Henry Yan(http://www. | Interface | org.activiti.engine.repository | Activiti |
|
| NativeProcessDefinitionQuery | Allows querying of ProcessDefinitions via native (SQL) queriesAuthor:Henry Yan(http://www. | Interface | org.activiti.engine.repository | Activiti |
|
| NativeProcessInstanceQuery | Allows querying of ProcessInstances via native (SQL) queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.runtime | Activiti |
|
| NativeQuery | Describes basic methods for doing native queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.query | Activiti |
|
| NativeTaskQuery | Allows querying of Tasks via native (SQL) queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.task | Activiti |
|
| NativeUserQuery | Allows querying of Users via native (SQL) queriesAuthor:Henry Yan(http://www. | Interface | org.activiti.engine.identity | Activiti |
|
| NoOpServiceTasks | | Class | org.activiti.engine.test.mock | Activiti |
|
| Picture | | Class | org.activiti.engine.identity | Activiti |
|
| ProcessDefinition | An object structure representing an executable process composed of activities and transitions. | Interface | org.activiti.engine.repository | Activiti |
|
| ProcessDefinitionQuery | Allows programmatic querying of ProcessDefinitions. | Interface | org.activiti.engine.repository | Activiti |
|
| ProcessEngine | Provides access to all the services that expose the BPM and workflow operations. | Interface | org.activiti.engine | Activiti |
|
| ProcessEngineConfiguration | Configuration information from which a process engine can be build. | Class | org.activiti.engine | Activiti |
|
| ProcessEngineConfigurator | Such implementations can configure the engine in any way programmatically possible. | Interface | org.activiti.engine.cfg | Activiti |
|
| ProcessEngineInfo | Represents information about the initialization of the process engine. | Interface | org.activiti.engine | Activiti |
|
| ProcessEngineLifecycleListener | Interface describing a listener that get's notified when certain event occurs, related to the process-engine lifecycle it is attached to. | Interface | org.activiti.engine | Activiti |
|
| ProcessEngines | Helper for initializing and closing process engines in server environments. | Class | org.activiti.engine | Activiti |
|
| ProcessInstance | Represents one execution of a ProcessDefinition. | Interface | org.activiti.engine.runtime | Activiti |
|
| ProcessInstanceBuilder | Helper for starting new ProcessInstance. | Interface | org.activiti.engine.runtime | Activiti |
|
| ProcessInstanceHistoryLog | A trail of data for a given process instance. | Interface | org.activiti.engine.history | Activiti |
|
| ProcessInstanceHistoryLogQuery | Allows to fetch the ProcessInstanceHistoryLog for a process instance. | Interface | org.activiti.engine.history | Activiti |
|
| ProcessInstanceQuery | Allows programmatic querying of ProcessInstances. | Interface | org.activiti.engine.runtime | Activiti |
|
| Query | Describes basic methods for querying. | Interface | org.activiti.engine.query | Activiti |
|
| QueryProperty | | Interface | org.activiti.engine.query | Activiti |
|
| RepositoryService | Service providing access to the repository of process definitions and deployments. | Interface | org.activiti.engine | Activiti |
|
| RuntimeService | | Interface | org.activiti.engine | Activiti |
|
| StartFormData | Specific FormData for starting a new process instance. | Interface | org.activiti.engine.form | Activiti |
|
| TableMetaData | Structure containing meta data (column names, column types, etc. | Class | org.activiti.engine.management | Activiti |
|
| TablePage | Data structure used for retrieving database table content. | Class | org.activiti.engine.management | Activiti |
|
| TablePageQuery | Allows programmatic querying of TablePages. | Interface | org.activiti.engine.management | Activiti |
|
| Task | Represents one task for a human user. | Interface | org.activiti.engine.task | Activiti |
|
| TaskFormData | Specific FormData for completing a task. | Interface | org.activiti.engine.form | Activiti |
|
| TaskInfo | | Interface | org.activiti.engine.task | Activiti |
|
| TaskInfoQuery | Interface containing shared methods between the TaskQuery and the HistoricTaskInstanceQuery. | Interface | org.activiti.engine.task | Activiti |
|
| TaskInfoQueryWrapper | This is a helper class to help you work with the TaskInfoQuery, without having to care about the awful generics. | Class | org.activiti.engine.task | Activiti |
|
| TaskListener | | Interface | org.activiti.engine.delegate | Activiti |
|
| TaskQuery | Allows programmatic querying of Tasks;Author:Joram Barrez, Falko Menge, Tijs Rademakers | Interface | org.activiti.engine.task | Activiti |
|
| TaskService | Service which provides access to Task and form related operations. | Interface | org.activiti.engine | Activiti |
|
| TestActivityBehaviorFactory | | Class | org.activiti.engine.test | Activiti |
|
| User | Represents a user, used in IdentityService. | Interface | org.activiti.engine.identity | Activiti |
|
| UserQuery | | Interface | org.activiti.engine.identity | Activiti |
|
| VariableScope | | Interface | org.activiti.engine.delegate | Activiti |
|
| AbstractFormType | | Class | org.activiti.engine.form.class-use | Activiti |