Uses of Interface
org.activiti.engine.task.TaskInfoQuery
-
Packages that use TaskInfoQuery Package Description org.activiti.engine.history org.activiti.engine.impl org.activiti.engine.task -
-
Uses of TaskInfoQuery in org.activiti.engine.history
Subinterfaces of TaskInfoQuery in org.activiti.engine.history Modifier and Type Interface Description interfaceHistoricTaskInstanceQueryAllows programmatic querying forHistoricTaskInstances. -
Uses of TaskInfoQuery in org.activiti.engine.impl
Classes in org.activiti.engine.impl that implement TaskInfoQuery Modifier and Type Class Description classHistoricTaskInstanceQueryImplclassTaskQueryImpl -
Uses of TaskInfoQuery in org.activiti.engine.task
Classes in org.activiti.engine.task with type parameters of type TaskInfoQuery Modifier and Type Interface Description interfaceTaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.Subinterfaces of TaskInfoQuery in org.activiti.engine.task Modifier and Type Interface Description interfaceTaskQueryAllows programmatic querying ofTasks;Fields in org.activiti.engine.task declared as TaskInfoQuery Modifier and Type Field Description protected TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. taskInfoQueryFields in org.activiti.engine.task with type parameters of type TaskInfoQuery Modifier and Type Field Description protected TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. taskInfoQueryMethods in org.activiti.engine.task that return TaskInfoQuery Modifier and Type Method Description TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. getTaskInfoQuery()Methods in org.activiti.engine.task that return types with arguments of type TaskInfoQuery Modifier and Type Method Description TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo>TaskInfoQueryWrapper. getTaskInfoQuery()Methods in org.activiti.engine.task with parameters of type TaskInfoQuery Modifier and Type Method Description voidTaskInfoQueryWrapper. setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)Method parameters in org.activiti.engine.task with type arguments of type TaskInfoQuery Modifier and Type Method Description voidTaskInfoQueryWrapper. setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)Constructors in org.activiti.engine.task with parameters of type TaskInfoQuery Constructor Description TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)Constructor parameters in org.activiti.engine.task with type arguments of type TaskInfoQuery Constructor Description TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?,?>,? extends TaskInfo> taskInfoQuery)
-