All Classes and Interfaces

Class
Description
Generic ExecutionListener publishing events using the CDI event infrastructure.
Can be used to qualify events fired when a task is assigned.
 
 
Qualifier annotation for injecting a business key:
Producer for the current business key.
Bean supporting contextual business process management.
Implementation of the BusinessProcessContext-scope.
Can be used to qualify events with details about a ProcessDefinition:
 
Signifies an event that is happening / has happened during the execution of a business process.
The type of a business process event.
 
Declare a bean to be BusinessProcessScoped.
 
 
 
Generic ExecutionListener publishing events using the CDI event infrastructure.
BpmnParseListener registering the CdiEventListener for distributing execution events using the cdi event infrastructure
Deprecated.
ExpressionManager for resolving Cdi-managed beans.
 
Exposes the CdiResolver in a multiple-applications, shared process engine context.
Resolver wrapping an instance of javax.el.ELResolver obtained from the BeanManager.
 
Annotation signaling that a task is to be completed after the annotated method returns.
Can be used to qualify events fired when a task is completed.
Interceptor for handling the CompleteTask-Annotation
 
Represents a means for associating an execution with a context.
 
Can be used to qualify events fired when a task is created.
 
CommandContextCloseListener which releases a CDI Creational Context when the command context is closed.
Allows to access executions and tasks of a managed process instance via dependency injection.
Default implementation of the business process association manager.
Can be used to qualify events fired when a task is deleted.
 
 
Can be used to qualify events fired when an activity is ended / left
 
Qualifier annotation for injecting the current executionId.
 
 
JobExecutor implementation that utilises an application server's managed thread pool to acquire and execute jobs.
This bean provides producers for the process engine services such that the injection point can choose the process engine it wants to inject by its name:
Represents an exception in activiti cdi.
 
 
Makes the managed process engine and the provided services available for injection
Qualifier annotation for injecting the id of the current process instance.
Annotation for qualifying injection points such that process variables are injected.
Annotation for qualifying injection points such that local process variables are injected.
Allows to expose the local process variables of the current business process as a java.util.Map<String,Object>
Annotation for qualifying injection points such that local process variables are injected.
Allows to expose the process variables of the current business process as a java.util.Map<String,Object>
Allows to access the process variables of a managed process instance.
Annotation for qualifying injection points such that process variables are injected.
Utility class for performing programmatic bean lookups.
 
 
Can be used to qualify events fired when an activity is started
 
Starts a new process instance after the annotated method returns.
implementation of the StartProcess annotation
Can be used to qualify events fired when a transition is taken
 
 
Qualifier annotation for injecting the current taskId.