Uses of Package
org.activiti.engine
-
Packages that use org.activiti.engine Package Description org.activiti.engine Public API of the Activiti engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
RepositoryService: ManagesDeployments
RuntimeService: For starting and searchingProcessInstances
TaskService: Exposes operations to manage human (standalone)Tasks, such as claiming, completing and assigning tasks
org.activiti.engine.IdentityService: Used for managingorg.activiti.engine.identity.Users,org.activiti.engine.identity.Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime exection of business processes
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.activiti.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegates.org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.activiti.engine.impl.agenda org.activiti.engine.impl.cfg org.activiti.engine.impl.cfg.multitenant org.activiti.engine.impl.context org.activiti.engine.impl.interceptor org.activiti.engine.impl.json Experimental: contains helpers to serialize all return values from the services into JSON.org.activiti.engine.impl.test org.activiti.engine.test Helper classes for testing processes.org.activiti.engine.test.mock -
Classes in org.activiti.engine used by org.activiti.engine Class Description ActivitiEngineAgenda This class extendsAgendawith activiti specific operationsActivitiEngineAgendaFactory ActivitiException Runtime exception that is the superclass of all Activiti exceptions.ActivitiObjectNotFoundException An exception indicating that the object that is required or actioned on does not exist.Agenda For each API call (and thusCommand) being executed, a new agenda instance is created.DynamicBpmnService Service providing access to the repository of process definitions and deployments.HistoryService Service exposing information about ongoing and past process instances.ManagementService Service for admin and maintenance operations on the process engine.ProcessEngine Provides access to all the services that expose the BPM and workflow operations.ProcessEngineConfiguration Configuration information from which a process engine can be build.ProcessEngineInfo Represents information about the initialization of the process engine.ProcessEngineLifecycleListener Interface describing a listener that gets notified when certain event occurs, related to the process-engine lifecycle it is attached to.RepositoryService Service providing access to the repository of process definitions and deployments.RuntimeService TaskService Service which provides access toTaskand form related operations. -
Classes in org.activiti.engine used by org.activiti.engine.delegate Class Description ActivitiException Runtime exception that is the superclass of all Activiti exceptions. -
Classes in org.activiti.engine used by org.activiti.engine.impl Class Description DynamicBpmnConstants DynamicBpmnService Service providing access to the repository of process definitions and deployments.HistoryService Service exposing information about ongoing and past process instances.ManagementService Service for admin and maintenance operations on the process engine.ProcessEngine Provides access to all the services that expose the BPM and workflow operations.ProcessEngineInfo Represents information about the initialization of the process engine.RepositoryService Service providing access to the repository of process definitions and deployments.RuntimeService TaskService Service which provides access toTaskand form related operations. -
Classes in org.activiti.engine used by org.activiti.engine.impl.agenda Class Description ActivitiEngineAgenda This class extendsAgendawith activiti specific operationsActivitiEngineAgendaFactory Agenda For each API call (and thusCommand) being executed, a new agenda instance is created. -
Classes in org.activiti.engine used by org.activiti.engine.impl.cfg Class Description DynamicBpmnService Service providing access to the repository of process definitions and deployments.HistoryService Service exposing information about ongoing and past process instances.ManagementService Service for admin and maintenance operations on the process engine.ProcessEngine Provides access to all the services that expose the BPM and workflow operations.ProcessEngineConfiguration Configuration information from which a process engine can be build.RepositoryService Service providing access to the repository of process definitions and deployments.RuntimeService TaskService Service which provides access toTaskand form related operations. -
Classes in org.activiti.engine used by org.activiti.engine.impl.cfg.multitenant Class Description ProcessEngine Provides access to all the services that expose the BPM and workflow operations.ProcessEngineConfiguration Configuration information from which a process engine can be build. -
Classes in org.activiti.engine used by org.activiti.engine.impl.context Class Description ActivitiEngineAgenda This class extendsAgendawith activiti specific operations -
Classes in org.activiti.engine used by org.activiti.engine.impl.interceptor Class Description ActivitiEngineAgenda This class extendsAgendawith activiti specific operations -
Classes in org.activiti.engine used by org.activiti.engine.impl.json Class Description ProcessEngineInfo Represents information about the initialization of the process engine. -
Classes in org.activiti.engine used by org.activiti.engine.impl.test Class Description DynamicBpmnService Service providing access to the repository of process definitions and deployments.HistoryService Service exposing information about ongoing and past process instances.ManagementService Service for admin and maintenance operations on the process engine.ProcessEngine Provides access to all the services that expose the BPM and workflow operations.ProcessEngineConfiguration Configuration information from which a process engine can be build.RepositoryService Service providing access to the repository of process definitions and deployments.RuntimeService TaskService Service which provides access toTaskand form related operations. -
Classes in org.activiti.engine used by org.activiti.engine.test Class Description HistoryService Service exposing information about ongoing and past process instances.ManagementService Service for admin and maintenance operations on the process engine.ProcessEngine Provides access to all the services that expose the BPM and workflow operations.ProcessEngineConfiguration Configuration information from which a process engine can be build.RepositoryService Service providing access to the repository of process definitions and deployments.RuntimeService TaskService Service which provides access toTaskand form related operations. -
Classes in org.activiti.engine used by org.activiti.engine.test.mock Class Description ProcessEngine Provides access to all the services that expose the BPM and workflow operations.