Uses of Class
ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
-
Packages that use TaskQuery.FilterQuery Package Description ch.ivyteam.ivy.workflow.query -
-
Uses of TaskQuery.FilterQuery in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return TaskQuery.FilterQuery Modifier and Type Method Description TaskQuery.FilterQueryTaskQuery.FilterLink. and()TaskQuery.FilterQueryTaskQuery.IFilterLink. and()Adds an AND statement to thewherecondition.TaskQuery.FilterQueryTaskQuery.FilterLink. andOverall()TaskQuery.FilterQueryTaskQuery.IFilterLink. andOverall()Adds an AND statement to the wholewherecondition configured before.TaskQuery.FilterQueryTaskQuery.FilterQuery. not(TaskQuery otherQuery)Adds a condition, which negates a set of where conditions given by theotherQuerywith a NOT expression.
Only the where clause of the givenotherQueryis considered.TaskQuery.FilterQueryTaskQuery.IFilterableColumns. not(TaskQuery otherQuery)Adds a condition, which negates a set of where conditions given by theotherQuerywith a NOT expression.
Only the where clause of the givenotherQueryis considered.TaskQuery.FilterQueryTaskQuery.FilterLink. or()TaskQuery.FilterQueryTaskQuery.IFilterLink. or()Adds an OR statement to thewherecondition.
-