Uses of Package
org.activiti.engine.runtime
-
Packages that use org.activiti.engine.runtime 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.impl API implementation classes, which shouldn't directly be used by end-users.org.activiti.engine.impl.asyncexecutor org.activiti.engine.impl.asyncexecutor.multitenant org.activiti.engine.impl.calendar org.activiti.engine.impl.cfg org.activiti.engine.impl.cmd org.activiti.engine.impl.event.logger org.activiti.engine.impl.jobexecutor org.activiti.engine.impl.persistence org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data org.activiti.engine.impl.persistence.entity.data.impl org.activiti.engine.impl.runtime org.activiti.engine.impl.test org.activiti.engine.impl.util org.activiti.engine.runtime Classes related to theRuntimeService. -
Classes in org.activiti.engine.runtime used by org.activiti.engine Class Description Clock Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/libraryDataObject Deprecated.DeadLetterJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentExecution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecutions.Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentNativeExecutionQuery Allows querying ofExecutions via native (SQL) queriesNativeProcessInstanceQuery Allows querying ofProcessInstances via native (SQL) queriesProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance.ProcessInstanceQuery Allows programmatic querying ofProcessInstances.SuspendedJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentTimerJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal component -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl Class Description DataObject Deprecated.DeadLetterJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentExecution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecutions.Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentNativeExecutionQuery Allows querying ofExecutions via native (SQL) queriesNativeProcessInstanceQuery Allows querying ofProcessInstances via native (SQL) queriesProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance.ProcessInstanceQuery Allows programmatic querying ofProcessInstances.SuspendedJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentTimerJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal component -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.asyncexecutor Class Description Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal component -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.asyncexecutor.multitenant Class Description Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal component -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.calendar Class Description ClockReader Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/library -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.cfg Class Description Clock Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/library -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.cmd Class Description DataObject Deprecated.Execution Represent a 'path of execution' in a process instance.Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.event.logger Class Description Clock Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/library -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.jobexecutor Class Description Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal component -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.persistence Class Description Clock Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/library -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.persistence.entity Class Description Execution Represent a 'path of execution' in a process instance.Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.persistence.entity.data Class Description Execution Represent a 'path of execution' in a process instance.Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.persistence.entity.data.impl Class Description Execution Represent a 'path of execution' in a process instance.Job Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.runtime Class Description ProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance. -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.test Class Description ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.activiti.engine.runtime used by org.activiti.engine.impl.util Class Description Clock Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/libraryClockReader Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/libraryProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.activiti.engine.runtime used by org.activiti.engine.runtime Class Description ClockReader Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/libraryDeadLetterJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentExecution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecutions.JobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance.ProcessInstanceQuery Allows programmatic querying ofProcessInstances.SuspendedJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal componentTimerJobQuery Deprecated.we recommend against using the Job Executor, this should be handled by an integration instead of an internal component