Uses of Interface
ch.ivyteam.ivy.workflow.query.TaskQuery.IBooleanColumnFilterQuery
Packages that use TaskQuery.IBooleanColumnFilterQuery
-
Uses of TaskQuery.IBooleanColumnFilterQuery in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return TaskQuery.IBooleanColumnFilterQueryModifier and TypeMethodDescriptionTaskQuery.FilterQuery.isExpired()TaskQuery.IFilterableColumns.isExpired()Prepares a where statement for the columnIsExpired.
Must be followed by a call to a condition method.TaskQuery.FilterQuery.isOffline()TaskQuery.IFilterableColumns.isOffline()Prepares a where statement for the columnIsOffline.
Must be followed by a call to a condition method.TaskQuery.FilterQuery.isUpdatedOnStart()TaskQuery.IFilterableColumns.isUpdatedOnStart()Prepares a where statement for the columnIsUpdatedOnStart.
Must be followed by a call to a condition method.