Uses of Package
org.camunda.bpm.engine.task
-
Packages that use org.camunda.bpm.engine.task Package Description org.camunda.bpm.engine Public API of the Camunda Platform 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
IdentityService: Used for managingUsers,Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.cdi org.camunda.bpm.engine.cdi.impl.context org.camunda.bpm.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.camunda.bpm.engine.form Classes related to theFormService.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.calendar org.camunda.bpm.engine.impl.cfg.auth org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.cmmn.execution org.camunda.bpm.engine.impl.form org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.json org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.converter org.camunda.bpm.engine.rest.dto.task org.camunda.bpm.engine.rest.hal.identitylink org.camunda.bpm.engine.rest.hal.task org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.runtime.impl org.camunda.bpm.engine.rest.sub.task.impl org.camunda.bpm.engine.task Classes related to theTaskService.org.camunda.bpm.qa.upgrade -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine Class Description Attachment Any type of content that is be associated with a task or with a process instance.Comment User comments that form discussions around tasks.Event Deprecated.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;TaskReport -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.cdi Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.cdi.impl.context Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.delegate Class Description IdentityLink An identity link is used to associate a task with a certain identity. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.form Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl Class Description Attachment Any type of content that is be associated with a task or with a process instance.Comment User comments that form discussions around tasks.DelegationState Defines the different states of delegation that a task can be in.Event Deprecated.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.TaskCountByCandidateGroupResult TaskQuery Allows programmatic querying ofTasks;TaskReport -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.calendar Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.cfg.auth Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.cmd Class Description Attachment Any type of content that is be associated with a task or with a process instance.Comment User comments that form discussions around tasks.Event Deprecated.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.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.cmmn.execution Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.form Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.history.producer Class Description IdentityLink An identity link is used to associate a task with a certain identity. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.json Class Description TaskQuery Allows programmatic querying ofTasks; -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.impl.persistence.entity Class Description Attachment Any type of content that is be associated with a task or with a process instance.Comment User comments that form discussions around tasks.DelegationState Defines the different states of delegation that a task can be in.Event Deprecated.IdentityLink An identity link is used to associate a task with a certain identity.Task Represents one task for a human user.TaskCountByCandidateGroupResult -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.rest.dto.converter Class Description DelegationState Defines the different states of delegation that a task can be in.TaskCountByCandidateGroupResult -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.rest.dto.task Class Description Attachment Any type of content that is be associated with a task or with a process instance.Comment User comments that form discussions around tasks.IdentityLink An identity link is used to associate a task with a certain identity.Task Represents one task for a human user.TaskCountByCandidateGroupResult TaskQuery Allows programmatic querying ofTasks; -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.rest.hal.identitylink Class Description IdentityLink An identity link is used to associate a task with a certain identity. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.rest.hal.task Class Description DelegationState Defines the different states of delegation that a task can be in.Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.rest.impl Class Description Task Represents one task for a human user.TaskQuery Allows programmatic querying ofTasks; -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.rest.sub.runtime.impl Class Description Task Represents one task for a human user. -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.rest.sub.task.impl Class Description Task Represents one task for a human user.TaskCountByCandidateGroupResult -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.engine.task Class Description DelegationState Defines the different states of delegation that a task can be in.TaskCountByCandidateGroupResult TaskQuery Allows programmatic querying ofTasks; -
Classes in org.camunda.bpm.engine.task used by org.camunda.bpm.qa.upgrade Class Description TaskQuery Allows programmatic querying ofTasks;