All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description DelegationState Defines the different states of delegation that a task can be in.Event Exposes twitter-like feeds for tasks and process instances.HistoricTaskInstance Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.HistoricTaskInstanceQuery Allows programmatic querying forHistoricTaskInstances.HistoricTaskLogEntry HistoricTaskLogEntryBuilder Interface to create and add task log entryHistoricTaskLogEntryQuery Allows programmatic querying ofHistoricTaskLogEntrys;HistoricTaskLogEntryType HistoricTaskQueryInterceptor NativeHistoricTaskLogEntryQuery Allows querying ofHistoricTaskLogEntrys via native (SQL) queriesNativeTaskQuery Allows querying ofTasks via native (SQL) queriesTask Represents one task for a human user.TaskBuilder WrapsTaskInfoto the builder.TaskCompletionBuilder This builder is an alternative to using any of the complete methods on the TaskService.TaskInfo TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo> Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.TaskInfoQueryWrapper This is a helper class to help you work with theTaskInfoQuery, without having to care about the awful generics.TaskQuery Allows programmatic querying ofTasks;TaskQueryInterceptor