Uses of Package
org.activiti.engine.task
-
Packages that use org.activiti.engine.task 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.history Classes related to theHistoryService.org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.activiti.engine.impl.cmd org.activiti.engine.impl.json Experimental: contains helpers to serialize all return values from the services into JSON.org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data org.activiti.engine.impl.persistence.entity.data.impl org.activiti.engine.task Classes related to theTaskService. -
Classes in org.activiti.engine.task used by org.activiti.engine Class Description Attachment Deprecated.this interface and its implementations are going to be removed in future iterations Atttachments doesn't belong to the Process/Task RuntimeComment Deprecated.this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task RuntimeEvent Exposes twitter-like feeds for tasks and process instances.IdentityLink An identity link is used to associate a task with a certain identity.NativeTaskQuery Allows querying ofTasks via native (SQL) queriesTask Represents one task for a human user.TaskQuery Allows programmatic querying ofTasks; -
Classes in org.activiti.engine.task used by org.activiti.engine.delegate Class Description DelegationState Defines the different states of delegation that a task can be in.IdentityLink An identity link is used to associate a task with a certain identity. -
Classes in org.activiti.engine.task used by org.activiti.engine.history Class Description TaskInfo TaskInfoQuery Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery. -
Classes in org.activiti.engine.task used by org.activiti.engine.impl Class Description Attachment Deprecated.this interface and its implementations are going to be removed in future iterations Atttachments doesn't belong to the Process/Task RuntimeComment Deprecated.this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task RuntimeDelegationState Defines the different states of delegation that a task can be in.Event Exposes twitter-like feeds for tasks and process instances.IdentityLink An identity link is used to associate a task with a certain identity.NativeTaskQuery Allows querying ofTasks via native (SQL) queriesTask Represents one task for a human user.TaskInfoQuery Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.TaskQuery Allows programmatic querying ofTasks; -
Classes in org.activiti.engine.task used by org.activiti.engine.impl.cmd Class Description Attachment Deprecated.this interface and its implementations are going to be removed in future iterations Atttachments doesn't belong to the Process/Task RuntimeComment Deprecated.this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task RuntimeEvent Exposes twitter-like feeds for tasks and process instances.IdentityLink An identity link is used to associate a task with a certain identity.Task Represents one task for a human user. -
Classes in org.activiti.engine.task used by org.activiti.engine.impl.json Class Description Task Represents one task for a human user. -
Classes in org.activiti.engine.task used by org.activiti.engine.impl.persistence.entity Class Description Attachment Deprecated.this interface and its implementations are going to be removed in future iterations Atttachments doesn't belong to the Process/Task RuntimeComment Deprecated.this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task RuntimeDelegationState Defines the different states of delegation that a task can be in.Event Exposes twitter-like feeds for tasks and process instances.IdentityLink An identity link is used to associate a task with a certain identity.Task Represents one task for a human user.TaskInfo -
Classes in org.activiti.engine.task used by org.activiti.engine.impl.persistence.entity.data Class Description Comment Deprecated.this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task RuntimeEvent Exposes twitter-like feeds for tasks and process instances.Task Represents one task for a human user. -
Classes in org.activiti.engine.task used by org.activiti.engine.impl.persistence.entity.data.impl Class Description Comment Deprecated.this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task RuntimeEvent Exposes twitter-like feeds for tasks and process instances.Task Represents one task for a human user. -
Classes in org.activiti.engine.task used by org.activiti.engine.task Class Description DelegationState Defines the different states of delegation that a task can be in.TaskInfo TaskInfoQuery Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.TaskQuery Allows programmatic querying ofTasks;