Uses of Interface
org.flowable.task.api.TaskInfo
-
Packages that use TaskInfo Package Description org.flowable.task.api org.flowable.task.api.history -
-
Uses of TaskInfo in org.flowable.task.api
Classes in org.flowable.task.api 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.flowable.task.api Modifier and Type Interface Description interfaceTaskRepresents one task for a human user.Fields in org.flowable.task.api with type parameters of type TaskInfo Modifier and Type Field Description protected TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. taskInfoQueryMethods in org.flowable.task.api that return types with arguments of type TaskInfo Modifier and Type Method Description TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. getTaskInfoQuery()Method parameters in org.flowable.task.api with type arguments of type TaskInfo Modifier and Type Method Description voidTaskInfoQueryWrapper. setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)Constructor parameters in org.flowable.task.api with type arguments of type TaskInfo Constructor Description TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery) -
Uses of TaskInfo in org.flowable.task.api.history
Subinterfaces of TaskInfo in org.flowable.task.api.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.
-