Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.activiti.engine.task Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| Attachment | Any type of content that is be associated with a task or with a process instance. | Interface | org.activiti.engine.task | Activiti |
|
| Comment | User comments that form discussions around tasks. | Interface | org.activiti.engine.task | Activiti |
|
| DelegationState | enum DelegationStateDefines the different states of delegation that a task can be in. | Class | org.activiti.engine.task | Activiti |
|
| Event | Exposes twitter-like feeds for tasks and process instances. | Interface | org.activiti.engine.task | Activiti |
|
| IdentityLink | An identity link is used to associate a task with a certain identity. | Interface | org.activiti.engine.task | Activiti |
|
| IdentityLinkType | Contains constants for all types of identity links that can be used to involve a user or group with a certain task. | Class | org.activiti.engine.task | Activiti |
|
| NativeTaskQuery | Allows querying of Tasks via native (SQL) queriesAuthor:Bernd Ruecker (camunda) | Interface | org.activiti.engine.task | Activiti |
|
| Task | Represents one task for a human user. | Interface | org.activiti.engine.task | Activiti |
|
| TaskInfo | | Interface | org.activiti.engine.task | Activiti |
|
| TaskInfoQuery | Interface containing shared methods between the TaskQuery and the HistoricTaskInstanceQuery. | Interface | org.activiti.engine.task | Activiti |
|
| TaskInfoQueryWrapper | This is a helper class to help you work with the TaskInfoQuery, without having to care about the awful generics. | Class | org.activiti.engine.task | Activiti |
|
| TaskQuery | Allows programmatic querying of Tasks;Author:Joram Barrez, Falko Menge, Tijs Rademakers | Interface | org.activiti.engine.task | Activiti |
|
| TaskService | Service which provides access to Task and form related operations. | Interface | org.activiti.engine | Activiti |