Class TaskQuery.FilterQuery
- All Implemented Interfaces:
TaskQuery.IFilterableColumns,TaskQuery.IFilterLink,TaskQuery.IFilterQuery
- Enclosing class:
- TaskQuery
- API:
- This is a public API.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.ivyteam.ivy.workflow.query.TaskQuery
TaskQuery.AggregationQuery, TaskQuery.FilterLink, TaskQuery.FilterQuery, TaskQuery.GroupByQuery, TaskQuery.IAggregationQuery, TaskQuery.IBooleanColumnFilterQuery, TaskQuery.IBoolFilterQuery, TaskQuery.IClobColumnFilterQuery, TaskQuery.IColumnFilterQuery, TaskQuery.ICustomFieldAggregationQuery, TaskQuery.ICustomFieldFilterQuery, TaskQuery.ICustomFieldGroupBy, TaskQuery.ICustomFieldOrderBy, TaskQuery.IDateColumnFilterQuery, TaskQuery.IFilterableColumns, TaskQuery.IFilterLink, TaskQuery.IFilterQuery, TaskQuery.IGroupByQueryColumns, TaskQuery.IIntegerColumnFilterQuery, TaskQuery.INumberColumnFilterQuery, TaskQuery.IOrderByQueryColumns, TaskQuery.IPatternColumnFilterQuery, TaskQuery.IStringColumnFilterQuery, TaskQuery.ITaskStateFilterQuery, TaskQuery.IWorkflowPriorityFilterQuery, TaskQuery.OrderByColumnQuery, TaskQuery.OrderByQuery -
Method Summary
Modifier and TypeMethodDescriptionPrepares a where statement for the columnActivatorDisplayName.
Must be followed by a call to a condition method.Prepares a where statement for the columnActivatorId.
Must be followed by a call to a condition method.Prepares a where statement for the columnActivatorName.
Must be followed by a call to a condition method.additionalProperty(String key) Deprecated.Prepares a where statement for the columnApplicationId.
Must be followed by a call to a condition method.Prepares a where statement for the columnBusinessCalendar.
Must be followed by a call to a condition method.Prepares a where statement for the columnBusinessCaseId.
Must be followed by a call to a condition method.Prepares a where statement for the columnBusinessRuntime.
Must be followed by a call to a condition method.canWorkOn(ISecurityMember member) Filters all tasks the given security member (user or role) can now work on.Filters all tasks where the security member with given member name (user or role) in the given application can now work on.
Compared to the methodcanWorkOn(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.caseId()Prepares a where statement for the columnCaseId.
Must be followed by a call to a condition method.Adds an expression to the where clause that selects those tasks that belong to cases which matches the givencaseQuery.category()Prepares a where statement for the columnCategory.
Must be followed by a call to a condition method.Filters all tasks the current session user can now work on.Filters all tasks the current session user has worked on.Filters all tasks the user of the current session user is involved in.Filters all tasks the current user or any of his roles are involved in.Prepares a where statement for a custom field.
Must be followed by a call to a field value type.Prepares a where statement for the columnDelayTimestamp.
Must be followed by a call to a condition method.Prepares a where statement for the columnDescription.
Must be followed by a call to a condition method.Prepares a where statement for the columnEndTaskSwitchEventId.
Must be followed by a call to a condition method.Prepares a where statement for the columnEndTimestamp.
Must be followed by a call to a condition method.Prepares a where statement for the columnExpiredCreatorTaskId.
Must be followed by a call to a condition method.Prepares a where statement for the columnExpiryActivatorDisplayName.
Must be followed by a call to a condition method.Prepares a where statement for the columnExpiryActivatorId.
Must be followed by a call to a condition method.Prepares a where statement for the columnExpiryActivatorName.
Must be followed by a call to a condition method.Prepares a where statement for the columnExpiryPriority.
Must be followed by a call to a condition method.Prepares a where statement for the columnExpiryTaskStartElementPid.
Must be followed by a call to a condition method.Prepares a where statement for the columnExpiryTimestamp.
Must be followed by a call to a condition method.Prepares a where statement for the columnFailedTimeoutTimestamp.
Must be followed by a call to a condition method.hasWorkedOn(ISecurityMember member) Filters all tasks the given security member (user or role) has worked on.hasWorkedOn(String memberName, String applicationName) Filters all tasks where the security member with given member name (user or role) in the given application has worked on.
Compared to the methodhasWorkedOn(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.haveTriggeredCases(CaseQuery caseQuery) Adds an expression to the where clause that selects those tasks that have triggered the creation of cases which matches the givencaseQuery.Prepares a where statement for the columnIsExpired.
Must be followed by a call to a condition method.isInvolved(ISecurityMember member) Filters all tasks the security member is involved in.
If the given security member is a user, this method is equivalent toTaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser). If the given security member is a role, this method is equivalent toTaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole).isInvolved(String memberName, String applicationName) Filters all tasks where the security member with given member name (user or role) in the given application is involved in.Prepares a where statement for the columnIsOffline.
Must be followed by a call to a condition method.Prepares a where statement for the columnIsUpdatedOnStart.
Must be followed by a call to a condition method.Prepares a where statement for the columnLanguageId.
Must be followed by a call to a condition method.name()Prepares a where statement for the columnName.
Must be followed by a call to a condition method.Adds a condition, which negates a set of where conditions given by theotherQuerywith a NOT expression.
Only the where clause of the givenotherQueryis considered.Prepares a where statement for the columnNumberOfFailures.
Must be followed by a call to a condition method.Prepares a where statement for the columnNumberOfResumes.
Must be followed by a call to a condition method.Prepares a where statement for the columnOriginalActivatorDisplayName.
Must be followed by a call to a condition method.Prepares a where statement for the columnOriginalActivatorId.
Must be followed by a call to a condition method.Prepares a where statement for the columnOriginalActivatorName.
Must be followed by a call to a condition method.Prepares a where statement for the columnOriginalPriority.
Must be followed by a call to a condition method.priority()Prepares a where statement for the columnPriority.
Must be followed by a call to a condition method.Prepares a where statement for the columnProcessModelId.
Must be followed by a call to a condition method.Prepares a where statement for the columnRequestPath.
Must be followed by a call to a condition method.roleIsInvolved(IRole role) Filters all tasks the role is involved in.roleIsInvolved(String roleName, String applicationName) Filters all tasks where the role with given name in the given application is involved in.Prepares a where statement for the columnSecuritySystemId.
Must be followed by a call to a condition method.Prepares a where statement for the columnStartTaskSwitchEventId.
Must be followed by a call to a condition method.Prepares a where statement for the columnStartTimestamp.
Must be followed by a call to a condition method.state()Prepares a where statement for the columnState.
Must be followed by a call to a condition method.Prepares a where statement for the columnTaskEndId.
Must be followed by a call to a condition method.taskId()Prepares a where statement for the columnTaskId.
Must be followed by a call to a condition method.Prepares a where statement for the columnTaskStartId.
Must be followed by a call to a condition method.Prepares a where statement for the columnTimeoutedCreatorIntrmdtEventId.
Must be followed by a call to a condition method.userIsInvolved(IUser user) Filters all tasks the user is involved in.userIsInvolved(String userName, String applicationName) Filters all tasks where the user with given name in the given application is involved in.Filters all tasks the given user or any of his roles are involved in.userOrHisRolesAreInvolved(String userName, String applicationName) Filters all tasks the user with the given name in the given application or any of his roles are involved in.workerId()Prepares a where statement for the columnWorkerId.
Must be followed by a call to a condition method.Prepares a where statement for the columnWorkerSessionId.
Must be followed by a call to a condition method.Prepares a where statement for the columnWorkerUserDisplayName.
Must be followed by a call to a condition method.Prepares a where statement for the columnWorkerUserName.
Must be followed by a call to a condition method.Prepares a where statement for the columnWorkingTime.
Must be followed by a call to a condition method.Methods inherited from class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterLink
and, and, andOverall, andOverall, or, orMethods inherited from class ch.ivyteam.ivy.workflow.query.TaskQuery
aggregate, create, executor, groupBy, orderBy, whereMethods inherited from interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterLink
and, and, andOverall, andOverall, or, or
-
Method Details
-
cases
Description copied from interface:TaskQuery.IFilterableColumnsAdds an expression to the where clause that selects those tasks that belong to cases which matches the given
caseQuery.This method considers only the where clause of the given
caseQuery. All other parts are ignored.Example:
Get all tasks that belong to cases with the custom varchar field1 set to "HRM"import ITask; import ch.ivyteam.ivy.workflow.TaskState; import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.query.CaseQuery; TaskQuery query = TaskQuery.create().where().cases(CaseQuery.create().where().customVarCharField1().isEqual("HRM")); List<ITask> tasksWithBelongToHrmCases = ivy.wf.getTaskQueryExecutor().getResults(query);- Specified by:
casesin interfaceTaskQuery.IFilterableColumns- Parameters:
caseQuery- case query with where clause to filter the cases- Returns:
- the query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
haveTriggeredCases
Description copied from interface:TaskQuery.IFilterableColumnsAdds an expression to the where clause that selects those tasks that have triggered the creation of cases which matches the given
caseQuery.Tasks can trigger the creation of cases by using the Trigger process element.
This method considers only the where clause of the given
caseQuery. All other parts are ignoredExample:
Get all tasks that have created cases with the custom varchar field1 set to "HRM"import ITask; import ch.ivyteam.ivy.workflow.TaskState; import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.query.CaseQuery; TaskQuery query = TaskQuery.create().where().haveTriggeredCases(CaseQuery.create().where().customVarCharField1().isEqual("HRM")); List<ITask> tasksThatTriggeredHrmCases = ivy.wf.getTaskQueryExecutor().getResults(query);- Specified by:
haveTriggeredCasesin interfaceTaskQuery.IFilterableColumns- Parameters:
caseQuery- case query with where clause to filter the cases- Returns:
- the query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the security member is involved in.
- If the given security member is a user, this method is equivalent to
TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser). - If the given security member is a role, this method is equivalent to
TaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole).
- Specified by:
isInvolvedin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
-
CaseQuery.IFilterableColumns.isInvolved(ISecurityMember)CaseQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
- If the given security member is a user, this method is equivalent to
-
currentUserIsInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the user of the current session user is involved in.
Example:
import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.ITask; TaskQuery query = TaskQuery.create().where().currentUserIsInvolved(); List<ITask> tasksSessionIsInvolved = ivy.wf.getTaskQueryExecutor().getResults(query);
- Specified by:
currentUserIsInvolvedin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
-
CaseQuery.IFilterableColumns.isInvolved(ISecurityMember)CaseQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.isInvolved(ISecurityMember)TaskQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
currentUserOrHisRolesAreInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the current user or any of his roles are involved in. See
TaskQuery.IFilterableColumns.currentUserIsInvolved()for a description of when the current user is involved in a task andTaskQuery.IFilterableColumns.roleIsInvolved(IRole)for when a role is involved in a task.- Specified by:
currentUserOrHisRolesAreInvolvedin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
-
TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(IUser)TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)TaskQuery.IFilterableColumns.userIsInvolved(IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()CaseQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(IUser)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks where the security member with given member name (user or role) in the given application is involved in.Compared to the method
isInvolved(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.Example:
Get all tasks where the current user or the user 'UserHans' is involved in:import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.workflow.query.TaskQuery; TaskQuery query = TaskQuery.create() .where().isInvolved("#UserHans", "MyApp") // note: to convert a user name to a member name a '#' is added as prefix .or().isInvolved(ivy.session.getSessionUser().getMemberName(), "MyApp"); List<ITask> tasks = ivy.wf.getTaskQueryExecutor().getResults(query);- Specified by:
isInvolvedin interfaceTaskQuery.IFilterableColumns- Parameters:
memberName- e.g. "#UserHans" or "TopManagementRole"applicationName- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
-
CaseQuery.IFilterableColumns.isInvolved(ISecurityMember)CaseQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.isInvolved(ISecurityMember)TaskQuery.IFilterableColumns.currentUserIsInvolved()TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
userIsInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks where the user with given name in the given application is involved in.Compared to the method
userIsInvolved(IUser), this method evaluates the correspondingIUseron query execution.This method is equivalent to
isInvolved("#" + userName, applicationName)- Specified by:
userIsInvolvedin interfaceTaskQuery.IFilterableColumns- Parameters:
userName- e.g. "UserHans"- Returns:
- the query for further composition
- See Also:
-
CaseQuery.IFilterableColumns.isInvolved(ISecurityMember)CaseQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.isInvolved(ISecurityMember)TaskQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)TaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
userOrHisRolesAreInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the user with the given name in the given application or any of his roles are involved in. See
TaskQuery.IFilterableColumns.userIsInvolved(IUser)for a description of when a user is involved in a task andTaskQuery.IFilterableColumns.roleIsInvolved(IRole)for when a role is involved in a task.- Specified by:
userOrHisRolesAreInvolvedin interfaceTaskQuery.IFilterableColumns- Parameters:
userName- e.g. "Joe"- Returns:
- the query for further composition
- See Also:
-
TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(IUser user)TaskQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()TaskQuery.IFilterableColumns.userIsInvolved(IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(IUser)CaseQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
roleIsInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks where the role with given name in the given application is involved in.Compared to the method
roleIsInvolved(IRole), this method evaluates the correspondingIRoleon query execution.This method is equivalent to
TaskQuery.IFilterableColumns.isInvolved(String, String)- Specified by:
roleIsInvolvedin interfaceTaskQuery.IFilterableColumns- Parameters:
roleName- e.g. "TopManagementRole"- Returns:
- the query for further composition@see CaseQuery.IFilterQuery#isInvolved(ISecurityMember)
- See Also:
-
CaseQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.isInvolved(ISecurityMember)TaskQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
roleIsInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the role is involved in. A role is involved in a task if
- the task is assigned to the role. Either before or after the expiry.
- the role becomes responsible for a task after expiry but the task has not yet expired.
- the task is assigned to the role but is
delayed - the task is assigned to a sub or parent role of the role
Example:
import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.security.IRole; IRole role = ivy.session.getSecurityContext().findRole("Admin"); TaskQuery query = TaskQuery.create().where().roleIsInvolved(role); List<ITask> userInvolvedTasks = ivy.wf.getTaskQueryExecutor().getResults(query);- Specified by:
roleIsInvolvedin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
-
CaseQuery.IFilterableColumns.isInvolved(ISecurityMember)CaseQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.isInvolved(ISecurityMember)TaskQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
userIsInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the user is involved in. A user is involved in a task if
- the user could work on the task
- the user is working at the task right now
- the user has completed the task
- the user has worked on the task without completing it and now it is no longer accessible for him. Either because the task was completed by someone else, was reassigned, ...
- the user can work on the task but it is
delayed
Example:
import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.security.IUser; IUser user = ivy.session.getSessionUser(); TaskQuery query = TaskQuery.create().where().userIsInvolved(user); List<ITask> userInvolvedTasks = ivy.wf.getTaskQueryExecutor().getResults(query);
- Specified by:
userIsInvolvedin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
-
CaseQuery.IFilterableColumns.isInvolved(ISecurityMember)CaseQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.isInvolved(ISecurityMember)TaskQuery.IFilterableColumns.isInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
userOrHisRolesAreInvolved
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the given user or any of his roles are involved in. See
TaskQuery.IFilterableColumns.userIsInvolved(IUser)for a description of when a user is involved in a task andTaskQuery.IFilterableColumns.roleIsInvolved(IRole)for when a role is involved in a task.- Specified by:
userOrHisRolesAreInvolvedin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
-
TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)TaskQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()TaskQuery.IFilterableColumns.userIsInvolved(IUser)TaskQuery.IFilterableColumns.userIsInvolved(String, String)TaskQuery.IFilterableColumns.roleIsInvolved(IRole)TaskQuery.IFilterableColumns.roleIsInvolved(String, String)TaskQuery.IFilterableColumns.currentUserIsInvolved()CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(IUser)CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)CaseQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
canWorkOn
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the given security member (user or role) can now work on.
Example:
import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.security.IUser; IUser user = ivy.session.getSessionUser(); TaskQuery query = TaskQuery.create().where().canWorkOn(user); List<ITask> tasksUserCanWorkOn = ivy.wf.getTaskQueryExecutor().getResults(query);
- Specified by:
canWorkOnin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
canWorkOn
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks where the security member with given member name (user or role) in the given application can now work on.
Compared to the methodcanWorkOn(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.Example:
Get all tasks where the current user or the user 'UserHans' can work on:import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.workflow.query.TaskQuery; TaskQuery query = TaskQuery.create() .where().canWorkOn("#UserHans", "MyApp") // note: to convert a user name to a member name a '#' is added as prefix .or().canWorkOn(ivy.session.getSessionUser().getMemberName(), "MyApp"); List<ITask> tasks = ivy.wf.getTaskQueryExecutor().getResults(query);- Specified by:
canWorkOnin interfaceTaskQuery.IFilterableColumns- Parameters:
memberName- e.g. "#UserHans" or "TopManagementRole"applicationName- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
currentUserCanWorkOn
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the current session user can now work on.
Example:
import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.ITask; TaskQuery query = TaskQuery.create().where().currentUserCanWorkOn(); List<ITask> tasksSessionCanWorkOn = ivy.wf.getTaskQueryExecutor().getResults(query);
- Specified by:
currentUserCanWorkOnin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
hasWorkedOn
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the given security member (user or role) has worked on.
Example:
import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.security.IUser; IUser user = ivy.session.getSessionUser(); TaskQuery query = TaskQuery.create().where().hasWorkedOn(user); List<ITask> tasksUserHasWorkedOn = ivy.wf.getTaskQueryExecutor().getResults(query);
- Specified by:
hasWorkedOnin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
hasWorkedOn
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks where the security member with given member name (user or role) in the given application has worked on.
Compared to the methodhasWorkedOn(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.Example:
Get all tasks where the current user or the user 'UserHans' has worked on:import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.workflow.query.TaskQuery; TaskQuery query = TaskQuery.create() .where().hasWorkedOn("#UserHans", "MyApp") // note: to convert a user name to a member name a '#' is added as prefix .or().hasWorkedOn(ivy.session.getSessionUser().getMemberName(), "MyApp"); List<ITask> tasks = ivy.wf.getTaskQueryExecutor().getResults(query);- Specified by:
hasWorkedOnin interfaceTaskQuery.IFilterableColumns- Parameters:
memberName- e.g. "#UserHans" or "TopManagementRole"applicationName- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
currentUserHasWorkedOn
Description copied from interface:TaskQuery.IFilterableColumnsFilters all tasks the current session user has worked on.
Example:
import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.ITask; TaskQuery query = TaskQuery.create().where().currentUserHasWorkedOn(); List<ITask> tasksSessionHasWorkedOn = ivy.wf.getTaskQueryExecutor().getResults(query);
- Specified by:
currentUserHasWorkedOnin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
customField
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for a custom field.
Must be followed by a call to a field value type.Example:
import ch.ivyteam.ivy.workflow.ITask; import ch.ivyteam.ivy.workflow.query.TaskQuery; TaskQuery query = TaskQuery.create().where().customField().stringField("myCustomField").isEqualTo("valueToFind")"; List<ITask> tasksWithMatchingField = ivy.wf.getTaskQueryExecutor().getResults(query);- Specified by:
customFieldin interfaceTaskQuery.IFilterableColumns- Returns:
- the query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
additionalProperty
Deprecated.Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for an additional property value.
Must be followed by a call to a condition method.- Specified by:
additionalPropertyin interfaceTaskQuery.IFilterableColumns- Parameters:
key- the additional property key- Returns:
- the query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
not
Adds a condition, which negates a set of where conditions given by the
otherQuerywith a NOT expression.
Only the where clause of the givenotherQueryis considered. All other parts are ignored.SQL part:
NOT([otherSqlExpression])Example:
Corresponds to SQL:TaskQuery subQuery = TaskQuery.create().where() .customVarCharField1().equals("a").or() .customVarCharField2().equals("b") TaskQuery query = TaskQuery.create().where() .not(subQuery)SELECT * FROM IWA_IWA_Task WHERE NOT( customVarCharField1 = 'a' OR customVarCharField2 = 'b')- Specified by:
notin interfaceTaskQuery.IFilterableColumns- Parameters:
otherQuery- Query from which the negated where part will be added to the current query.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
taskId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
TaskId.
Must be followed by a call to a condition method.- Specified by:
taskIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
caseId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
CaseId.
Must be followed by a call to a condition method.- Specified by:
caseIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessCaseId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
BusinessCaseId.
Must be followed by a call to a condition method.- Specified by:
businessCaseIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
processModelId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ProcessModelId.
Must be followed by a call to a condition method.- Specified by:
processModelIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
securitySystemId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
SecuritySystemId.
Must be followed by a call to a condition method.- Specified by:
securitySystemIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
applicationId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ApplicationId.
Must be followed by a call to a condition method.- Specified by:
applicationIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
startTaskSwitchEventId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
StartTaskSwitchEventId.
Must be followed by a call to a condition method.- Specified by:
startTaskSwitchEventIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
endTaskSwitchEventId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
EndTaskSwitchEventId.
Must be followed by a call to a condition method.- Specified by:
endTaskSwitchEventIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
taskStartId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
TaskStartId.
Must be followed by a call to a condition method.- Specified by:
taskStartIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
taskEndId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
TaskEndId.
Must be followed by a call to a condition method.- Specified by:
taskEndIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
WorkerId.
Must be followed by a call to a condition method.- Specified by:
workerIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerUserName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
WorkerUserName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
Nameof the referencedWorker.- Specified by:
workerUserNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerUserDisplayName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
WorkerUserDisplayName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
DisplayNameof the referencedWorker.- Specified by:
workerUserDisplayNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerSessionId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
WorkerSessionId.
Must be followed by a call to a condition method.- Specified by:
workerSessionIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ActivatorId.
Must be followed by a call to a condition method.- Specified by:
activatorIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
OriginalActivatorId.
Must be followed by a call to a condition method.- Specified by:
originalActivatorIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
OriginalActivatorName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
MemberNameof the referencedOriginalActivator.- Specified by:
originalActivatorNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorDisplayName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
OriginalActivatorDisplayName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
DisplayNameof the referencedOriginalActivator.- Specified by:
originalActivatorDisplayNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ExpiryActivatorId.
Must be followed by a call to a condition method.- Specified by:
expiryActivatorIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ExpiryActivatorName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
MemberNameof the referencedExpiryActivator.- Specified by:
expiryActivatorNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorDisplayName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ExpiryActivatorDisplayName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
DisplayNameof the referencedExpiryActivator.- Specified by:
expiryActivatorDisplayNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryPriority
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ExpiryPriority.
Must be followed by a call to a condition method.- Specified by:
expiryPriorityin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryTimestamp
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ExpiryTimestamp.
Must be followed by a call to a condition method.- Specified by:
expiryTimestampin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryTaskStartElementPid
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ExpiryTaskStartElementPid.
Must be followed by a call to a condition method.- Specified by:
expiryTaskStartElementPidin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isExpired
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
IsExpired.
Must be followed by a call to a condition method.- Specified by:
isExpiredin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiredCreatorTaskId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ExpiredCreatorTaskId.
Must be followed by a call to a condition method.- Specified by:
expiredCreatorTaskIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
timeoutedCreatorIntrmdtEventId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
TimeoutedCreatorIntrmdtEventId.
Must be followed by a call to a condition method.- Specified by:
timeoutedCreatorIntrmdtEventIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
delayTimestamp
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
DelayTimestamp.
Must be followed by a call to a condition method.- Specified by:
delayTimestampin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
state
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
State.
Must be followed by a call to a condition method.- Specified by:
statein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
requestPath
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
RequestPath.
Must be followed by a call to a condition method.- Specified by:
requestPathin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
name
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
Name.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
Nameof the referencedTaskLocalized.- Specified by:
namein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
description
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
Description.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
Descriptionof the referencedTaskLocalized.- Specified by:
descriptionin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
priority
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
Priority.
Must be followed by a call to a condition method.- Specified by:
priorityin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalPriority
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
OriginalPriority.
Must be followed by a call to a condition method.- Specified by:
originalPriorityin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
startTimestamp
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
StartTimestamp.
Must be followed by a call to a condition method.- Specified by:
startTimestampin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
endTimestamp
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
EndTimestamp.
Must be followed by a call to a condition method.- Specified by:
endTimestampin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessCalendar
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
BusinessCalendar.
Must be followed by a call to a condition method.- Specified by:
businessCalendarin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workingTime
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
WorkingTime.
Must be followed by a call to a condition method.- Specified by:
workingTimein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessRuntime
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
BusinessRuntime.
Must be followed by a call to a condition method.- Specified by:
businessRuntimein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
failedTimeoutTimestamp
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
FailedTimeoutTimestamp.
Must be followed by a call to a condition method.- Specified by:
failedTimeoutTimestampin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
numberOfFailures
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
NumberOfFailures.
Must be followed by a call to a condition method.- Specified by:
numberOfFailuresin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
numberOfResumes
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
NumberOfResumes.
Must be followed by a call to a condition method.- Specified by:
numberOfResumesin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
category
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
Category.
Must be followed by a call to a condition method.- Specified by:
categoryin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isUpdatedOnStart
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
IsUpdatedOnStart.
Must be followed by a call to a condition method.- Specified by:
isUpdatedOnStartin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isOffline
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
IsOffline.
Must be followed by a call to a condition method.- Specified by:
isOfflinein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ActivatorName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
MemberNameof the referencedActivator.- Specified by:
activatorNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorDisplayName
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
ActivatorDisplayName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
DisplayNameof the referencedActivator.- Specified by:
activatorDisplayNamein interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
languageId
Description copied from interface:TaskQuery.IFilterableColumnsPrepares a where statement for the column
LanguageId.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
LanguageIdof the referencedTaskLocalized.- Specified by:
languageIdin interfaceTaskQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-