Uses of Interface
org.activiti.engine.task.TaskInfo
-
Packages that use TaskInfo Package Description org.activiti.engine.history org.activiti.engine.impl.persistence.entity org.activiti.engine.task -
-
Uses of TaskInfo in org.activiti.engine.history
Subinterfaces of TaskInfo in org.activiti.engine.history Modifier and Type Interface Description interfaceHistoricTaskInstanceRepresents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes. -
Uses of TaskInfo in org.activiti.engine.impl.persistence.entity
Subinterfaces of TaskInfo in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceHistoricTaskInstanceEntityinterfaceTaskEntityClasses in org.activiti.engine.impl.persistence.entity that implement TaskInfo Modifier and Type Class Description classHistoricTaskInstanceEntityImplclassTaskEntityImpl -
Uses of TaskInfo in org.activiti.engine.task
Classes in org.activiti.engine.task with type parameters of type TaskInfo Modifier and Type Interface Description interfaceTaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.Subinterfaces of TaskInfo in org.activiti.engine.task Modifier and Type Interface Description interfaceTaskRepresents one task for a human user.Fields in org.activiti.engine.task with type parameters of type TaskInfo Modifier and Type Field Description protected TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. taskInfoQueryMethods in org.activiti.engine.task that return types with arguments of type TaskInfo Modifier and Type Method Description TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. getTaskInfoQuery()Method parameters in org.activiti.engine.task with type arguments of type TaskInfo Modifier and Type Method Description voidTaskInfoQueryWrapper. setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)Constructor parameters in org.activiti.engine.task with type arguments of type TaskInfo Constructor Description TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)
-