Uses of Interface
org.activiti.engine.task.TaskInfo
Packages that use TaskInfo
Package
Description
-
Uses of TaskInfo in org.activiti.engine.history
Subinterfaces of TaskInfo in org.activiti.engine.historyModifier and TypeInterfaceDescriptioninterfaceRepresents 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.bpmn.helper.task
Methods in org.activiti.engine.impl.bpmn.helper.task that return TaskInfoModifier and TypeMethodDescriptionTaskComparator.getOriginalTask()TaskComparatorImpl.getOriginalTask()TaskComparator.getUpdatedTask()TaskComparatorImpl.getUpdatedTask()Methods in org.activiti.engine.impl.bpmn.helper.task with parameters of type TaskInfoModifier and TypeMethodDescriptionvoidTaskComparatorImpl.setOriginalTask(TaskInfo task) voidTaskComparatorImpl.setUpdatedTask(TaskInfo task) voidTaskUpdater.updateTask(TaskInfo originalTask, TaskInfo task) -
Uses of TaskInfo in org.activiti.engine.impl.persistence.entity
Subinterfaces of TaskInfo in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement TaskInfo -
Uses of TaskInfo in org.activiti.engine.task
Classes in org.activiti.engine.task with type parameters of type TaskInfoModifier and TypeInterfaceDescriptioninterfaceTaskInfoQuery<T extends TaskInfoQuery<?,?>, V extends TaskInfo> Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.Subinterfaces of TaskInfo in org.activiti.engine.taskFields in org.activiti.engine.task with type parameters of type TaskInfoModifier and TypeFieldDescriptionprotected TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo> TaskInfoQueryWrapper.taskInfoQueryMethods in org.activiti.engine.task that return types with arguments of type TaskInfoModifier and TypeMethodDescriptionTaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo> TaskInfoQueryWrapper.getTaskInfoQuery()Method parameters in org.activiti.engine.task with type arguments of type TaskInfoModifier and TypeMethodDescriptionvoidTaskInfoQueryWrapper.setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo> taskInfoQuery) Constructor parameters in org.activiti.engine.task with type arguments of type TaskInfoModifierConstructorDescriptionTaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo> taskInfoQuery)