Package org.activiti.engine.task


package org.activiti.engine.task
  • Class
    Description
    Deprecated.
    this interface and its implementations are going to be removed in future iterations Atttachments doesn't belong to the Process/Task Runtime
    Deprecated.
    this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task Runtime
    Defines the different states of delegation that a task can be in.
    Exposes twitter-like feeds for tasks and process instances.
    An identity link is used to associate a task with a certain identity.
    Contains constants for all types of identity links that can be used to involve a user or group with a certain task.
    Allows querying of Tasks via native (SQL) queries
    Represents one task for a human user.
     
    TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>
    Interface containing shared methods between the TaskQuery and the HistoricTaskInstanceQuery.
    This is a helper class to help you work with the TaskInfoQuery, without having to care about the awful generics.
    Allows programmatic querying of Tasks;