Class TaskQuery.FilterQuery
- java.lang.Object
-
- ch.ivyteam.ivy.persistence.query.Query<ITask>
-
- ch.ivyteam.ivy.workflow.query.TaskQuery
-
- ch.ivyteam.ivy.workflow.query.TaskQuery.FilterLink
-
- ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
-
- All Implemented Interfaces:
TaskQuery.IFilterableColumns
,TaskQuery.IFilterLink
,TaskQuery.IFilterQuery
- Enclosing class:
- TaskQuery
public static class TaskQuery.FilterQuery extends TaskQuery.FilterLink implements TaskQuery.IFilterQuery
Provides filter functionality forITask
Example:
Corresponds to SQL:TaskQuery.create().where().customVarCharField1().isEqual("Hello World").and().customDecimalField2().isGreaterThan(15.3);
SELECT * FROM IWA_IWA_Task WHERE CustomVarCharField1 = 'Hello World' AND CustomDecimalField1 > 15.3
- 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.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TaskQuery.IStringColumnFilterQuery
activatorDisplayName()
Prepares a where statement for the columnActivatorDisplayName
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
activatorName()
Prepares a where statement for the columnActivatorName
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
activatorRoleId()
Prepares a where statement for the columnActivatorRoleId
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
activatorUserId()
Prepares a where statement for the columnActivatorUserId
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
additionalProperty(String key)
Deprecated.TaskQuery.IIntegerColumnFilterQuery
applicationId()
Prepares a where statement for the columnApplicationId
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
businessCalendar()
Prepares a where statement for the columnBusinessCalendar
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
businessCaseId()
Prepares a where statement for the columnBusinessCaseId
.
Must be followed by a call to a condition method.TaskQuery.INumberColumnFilterQuery
businessRuntime()
Prepares a where statement for the columnBusinessRuntime
.
Must be followed by a call to a condition method.TaskQuery.FilterLink
canWorkOn(ISecurityMember member)
Filters all tasks the given security member (user or role) can now work on.TaskQuery.FilterLink
canWorkOn(String memberName, String applicationName)
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 correspondingISecurityMember
on query execution.TaskQuery.IIntegerColumnFilterQuery
caseId()
Prepares a where statement for the columnCaseId
.
Must be followed by a call to a condition method.TaskQuery.FilterLink
cases(CaseQuery caseQuery)
Adds an expression to the where clause that selects those tasks that belong to cases which matches the givencaseQuery
.TaskQuery.IStringColumnFilterQuery
category()
Prepares a where statement for the columnCategory
.
Must be followed by a call to a condition method.TaskQuery.FilterLink
currentUserCanWorkOn()
Filters all tasks the current session user can now work on.TaskQuery.FilterLink
currentUserHasWorkedOn()
Filters all tasks the current session user has worked on.TaskQuery.FilterLink
currentUserIsInvolved()
Filters all tasks the user of the current session user is involved in.TaskQuery.FilterLink
currentUserOrHisRolesAreInvolved()
Filters all tasks the current user or any of his roles are involved in.TaskQuery.ICustomFieldFilterQuery
customField()
Prepares a where statement for a custom field.
Must be followed by a call to a field value type.TaskQuery.IDateColumnFilterQuery
delayTimestamp()
Prepares a where statement for the columnDelayTimestamp
.
Must be followed by a call to a condition method.TaskQuery.IClobColumnFilterQuery
description()
Prepares a where statement for the columnDescription
.
Must be followed by a call to a condition method.TaskQuery.IClobColumnFilterQuery
displayDescriptionTemplate()
Prepares a where statement for the columnDisplayDescriptionTemplate
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
displayNameTemplate()
Prepares a where statement for the columnDisplayNameTemplate
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
endTaskSwitchEventId()
Prepares a where statement for the columnEndTaskSwitchEventId
.
Must be followed by a call to a condition method.TaskQuery.IDateColumnFilterQuery
endTimestamp()
Prepares a where statement for the columnEndTimestamp
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
expiredCreatorTaskId()
Prepares a where statement for the columnExpiredCreatorTaskId
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
expiryActivatorDisplayName()
Prepares a where statement for the columnExpiryActivatorDisplayName
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
expiryActivatorName()
Prepares a where statement for the columnExpiryActivatorName
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
expiryActivatorRoleId()
Prepares a where statement for the columnExpiryActivatorRoleId
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
expiryActivatorUserId()
Prepares a where statement for the columnExpiryActivatorUserId
.
Must be followed by a call to a condition method.TaskQuery.IWorkflowPriorityFilterQuery
expiryPriority()
Prepares a where statement for the columnExpiryPriority
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
expiryTaskStartElementPid()
Prepares a where statement for the columnExpiryTaskStartElementPid
.
Must be followed by a call to a condition method.TaskQuery.IDateColumnFilterQuery
expiryTimestamp()
Prepares a where statement for the columnExpiryTimestamp
.
Must be followed by a call to a condition method.TaskQuery.IDateColumnFilterQuery
failedTimeoutTimestamp()
Prepares a where statement for the columnFailedTimeoutTimestamp
.
Must be followed by a call to a condition method.TaskQuery.FilterLink
hasWorkedOn(ISecurityMember member)
Filters all tasks the given security member (user or role) has worked on.TaskQuery.FilterLink
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 correspondingISecurityMember
on query execution.TaskQuery.FilterLink
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
.TaskQuery.IBooleanColumnFilterQuery
isExpired()
Prepares a where statement for the columnIsExpired
.
Must be followed by a call to a condition method.TaskQuery.FilterLink
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)
.TaskQuery.FilterLink
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.TaskQuery.IBooleanColumnFilterQuery
isOffline()
Prepares a where statement for the columnIsOffline
.
Must be followed by a call to a condition method.TaskQuery.IBooleanColumnFilterQuery
isUpdatedOnStart()
Prepares a where statement for the columnIsUpdatedOnStart
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
name()
Prepares a where statement for the columnName
.
Must be followed by a call to a condition method.TaskQuery.FilterQuery
not(TaskQuery otherQuery)
Adds a condition, which negates a set of where conditions given by theotherQuery
with a NOT expression.
Only the where clause of the givenotherQuery
is considered.TaskQuery.IIntegerColumnFilterQuery
numberOfFailures()
Prepares a where statement for the columnNumberOfFailures
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
numberOfResumes()
Prepares a where statement for the columnNumberOfResumes
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
originalActivatorDisplayName()
Prepares a where statement for the columnOriginalActivatorDisplayName
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
originalActivatorName()
Prepares a where statement for the columnOriginalActivatorName
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
originalActivatorRoleId()
Prepares a where statement for the columnOriginalActivatorRoleId
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
originalActivatorUserId()
Prepares a where statement for the columnOriginalActivatorUserId
.
Must be followed by a call to a condition method.TaskQuery.IWorkflowPriorityFilterQuery
originalPriority()
Prepares a where statement for the columnOriginalPriority
.
Must be followed by a call to a condition method.TaskQuery.IWorkflowPriorityFilterQuery
priority()
Prepares a where statement for the columnPriority
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
processModelId()
Prepares a where statement for the columnProcessModelId
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
requestPath()
Prepares a where statement for the columnRequestPath
.
Must be followed by a call to a condition method.TaskQuery.FilterLink
roleIsInvolved(IRole role)
Filters all tasks the role is involved in.TaskQuery.FilterLink
roleIsInvolved(String roleName, String applicationName)
Filters all tasks where the role with given name in the given application is involved in.TaskQuery.IIntegerColumnFilterQuery
startTaskSwitchEventId()
Prepares a where statement for the columnStartTaskSwitchEventId
.
Must be followed by a call to a condition method.TaskQuery.IDateColumnFilterQuery
startTimestamp()
Prepares a where statement for the columnStartTimestamp
.
Must be followed by a call to a condition method.TaskQuery.ITaskStateFilterQuery
state()
Prepares a where statement for the columnState
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
taskEndId()
Prepares a where statement for the columnTaskEndId
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
taskId()
Prepares a where statement for the columnTaskId
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
taskStartId()
Prepares a where statement for the columnTaskStartId
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
timeoutedCreatorIntrmdtEventId()
Prepares a where statement for the columnTimeoutedCreatorIntrmdtEventId
.
Must be followed by a call to a condition method.TaskQuery.FilterLink
userIsInvolved(IUser user)
Filters all tasks the user is involved in.TaskQuery.FilterLink
userIsInvolved(String userName, String applicationName)
Filters all tasks where the user with given name in the given application is involved in.TaskQuery.FilterLink
userOrHisRolesAreInvolved(IUser user)
Filters all tasks the given user or any of his roles are involved in.TaskQuery.FilterLink
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.TaskQuery.IIntegerColumnFilterQuery
workerSessionId()
Prepares a where statement for the columnWorkerSessionId
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
workerUserDisplayName()
Prepares a where statement for the columnWorkerUserDisplayName
.
Must be followed by a call to a condition method.TaskQuery.IIntegerColumnFilterQuery
workerUserId()
Prepares a where statement for the columnWorkerUserId
.
Must be followed by a call to a condition method.TaskQuery.IStringColumnFilterQuery
workerUserName()
Prepares a where statement for the columnWorkerUserName
.
Must be followed by a call to a condition method.TaskQuery.INumberColumnFilterQuery
workingTime()
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, or
-
Methods inherited from class ch.ivyteam.ivy.workflow.query.TaskQuery
aggregate, create, executor, groupBy, orderBy, where
-
Methods inherited from interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterLink
and, and, andOverall, andOverall, or, or
-
-
-
-
Method Detail
-
cases
public TaskQuery.FilterLink cases(CaseQuery caseQuery)
Description copied from interface:TaskQuery.IFilterableColumns
Adds 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 ch.ivyteam.ivy.workflow.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:
cases
in interfaceTaskQuery.IFilterableColumns
- Parameters:
caseQuery
- case query with where clause to filter the cases- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.cases(ch.ivyteam.ivy.workflow.query.CaseQuery)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
haveTriggeredCases
public TaskQuery.FilterLink haveTriggeredCases(CaseQuery caseQuery)
Description copied from interface:TaskQuery.IFilterableColumns
Adds 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 ch.ivyteam.ivy.workflow.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:
haveTriggeredCases
in interfaceTaskQuery.IFilterableColumns
- Parameters:
caseQuery
- case query with where clause to filter the cases- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.haveTriggeredCases(ch.ivyteam.ivy.workflow.query.CaseQuery)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isInvolved
public TaskQuery.FilterLink isInvolved(ISecurityMember member)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
isInvolved
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.ISecurityMember)
- 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
public TaskQuery.FilterLink currentUserIsInvolved()
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
currentUserIsInvolved
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
CaseQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.ISecurityMember)
,CaseQuery.IFilterableColumns.isInvolved(String, String)
,TaskQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.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
public TaskQuery.FilterLink currentUserOrHisRolesAreInvolved()
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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(ch.ivyteam.ivy.security.IRole)
for when a role is involved in a task.- Specified by:
currentUserOrHisRolesAreInvolved
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(ch.ivyteam.ivy.security.IUser)
,TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(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)
,TaskQuery.IFilterableColumns.currentUserIsInvolved()
,CaseQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()
,CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)
,CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(ch.ivyteam.ivy.security.IUser)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isInvolved
public TaskQuery.FilterLink isInvolved(String memberName, String applicationName)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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 correspondingISecurityMember
on 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:
isInvolved
in interfaceTaskQuery.IFilterableColumns
- Parameters:
memberName
- e.g. "#UserHans" or "TopManagementRole"applicationName
- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
CaseQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.ISecurityMember)
,CaseQuery.IFilterableColumns.isInvolved(String, String)
,TaskQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.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
public TaskQuery.FilterLink userIsInvolved(String userName, String applicationName)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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 correspondingIUser
on query execution.This method is equivalent to
isInvolved("#" + userName, applicationName)
- Specified by:
userIsInvolved
in interfaceTaskQuery.IFilterableColumns
- Parameters:
userName
- e.g. "UserHans"- Returns:
- the query for further composition
- See Also:
CaseQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.ISecurityMember)
,CaseQuery.IFilterableColumns.isInvolved(String, String)
,TaskQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.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
public TaskQuery.FilterLink userOrHisRolesAreInvolved(String userName, String applicationName)
Description copied from interface:TaskQuery.IFilterableColumns
Filters all tasks the user with the given name in the given application or any of his roles are involved in. See
TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)
for a description of when a user is involved in a task andTaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)
for when a role is involved in a task.- Specified by:
userOrHisRolesAreInvolved
in interfaceTaskQuery.IFilterableColumns
- Parameters:
userName
- e.g. "Joe"- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(ch.ivyteam.ivy.security.IUser user)
,TaskQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()
,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)
,TaskQuery.IFilterableColumns.currentUserIsInvolved()
,CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)
,CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(ch.ivyteam.ivy.security.IUser)
,CaseQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
roleIsInvolved
public TaskQuery.FilterLink roleIsInvolved(String roleName, String applicationName)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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 correspondingIRole
on query execution.This method is equivalent to
TaskQuery.IFilterableColumns.isInvolved(String, String)
- Specified by:
roleIsInvolved
in interfaceTaskQuery.IFilterableColumns
- Parameters:
roleName
- e.g. "TopManagementRole"- Returns:
- the query for further composition@see CaseQuery.IFilterQuery#isInvolved(ch.ivyteam.ivy.security.ISecurityMember)
- See Also:
CaseQuery.IFilterableColumns.isInvolved(String, String)
,TaskQuery.IFilterableColumns.isInvolved(ch.ivyteam.ivy.security.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
public TaskQuery.FilterLink roleIsInvolved(IRole role)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
roleIsInvolved
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
ExtendedTaskQuery.IFilterQuery.roleIsInvolved(ch.ivyteam.ivy.security.IRole)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
userIsInvolved
public TaskQuery.FilterLink userIsInvolved(IUser user)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
userIsInvolved
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
ExtendedTaskQuery.IFilterQuery.userIsInvolved(ch.ivyteam.ivy.security.IUser)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
userOrHisRolesAreInvolved
public TaskQuery.FilterLink userOrHisRolesAreInvolved(IUser user)
Description copied from interface:TaskQuery.IFilterableColumns
Filters all tasks the given user or any of his roles are involved in. See
TaskQuery.IFilterableColumns.userIsInvolved(ch.ivyteam.ivy.security.IUser)
for a description of when a user is involved in a task andTaskQuery.IFilterableColumns.roleIsInvolved(ch.ivyteam.ivy.security.IRole)
for when a role is involved in a task.- Specified by:
userOrHisRolesAreInvolved
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.userOrHisRolesAreInvolved(String, String)
,TaskQuery.IFilterableColumns.currentUserOrHisRolesAreInvolved()
,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)
,TaskQuery.IFilterableColumns.currentUserIsInvolved()
,CaseQuery.IFilterableColumns.userOrHisRolesAreInvolved(ch.ivyteam.ivy.security.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
public TaskQuery.FilterLink canWorkOn(ISecurityMember member)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
canWorkOn
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.currentUserCanWorkOn()
,TaskQuery.IFilterableColumns.canWorkOn(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
canWorkOn
public TaskQuery.FilterLink canWorkOn(String memberName, String applicationName)
Description copied from interface:TaskQuery.IFilterableColumns
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 correspondingISecurityMember
on 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:
canWorkOn
in interfaceTaskQuery.IFilterableColumns
- Parameters:
memberName
- e.g. "#UserHans" or "TopManagementRole"applicationName
- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.currentUserCanWorkOn()
,TaskQuery.IFilterableColumns.canWorkOn(ch.ivyteam.ivy.security.ISecurityMember)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
currentUserCanWorkOn
public TaskQuery.FilterLink currentUserCanWorkOn()
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
currentUserCanWorkOn
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.canWorkOn(ch.ivyteam.ivy.security.ISecurityMember)
,TaskQuery.IFilterableColumns.canWorkOn(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
hasWorkedOn
public TaskQuery.FilterLink hasWorkedOn(ISecurityMember member)
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
hasWorkedOn
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.currentUserHasWorkedOn()
,TaskQuery.IFilterableColumns.hasWorkedOn(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
hasWorkedOn
public TaskQuery.FilterLink hasWorkedOn(String memberName, String applicationName)
Description copied from interface:TaskQuery.IFilterableColumns
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 correspondingISecurityMember
on 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:
hasWorkedOn
in interfaceTaskQuery.IFilterableColumns
- Parameters:
memberName
- e.g. "#UserHans" or "TopManagementRole"applicationName
- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.currentUserHasWorkedOn()
,TaskQuery.IFilterableColumns.hasWorkedOn(ch.ivyteam.ivy.security.ISecurityMember)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
currentUserHasWorkedOn
public TaskQuery.FilterLink currentUserHasWorkedOn()
Description copied from interface:TaskQuery.IFilterableColumns
Filters 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:
currentUserHasWorkedOn
in interfaceTaskQuery.IFilterableColumns
- Returns:
- the query for further composition
- See Also:
TaskQuery.IFilterableColumns.hasWorkedOn(ch.ivyteam.ivy.security.ISecurityMember)
,TaskQuery.IFilterableColumns.hasWorkedOn(String, String)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
customField
public TaskQuery.ICustomFieldFilterQuery customField()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares 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:
customField
in 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 public TaskQuery.IStringColumnFilterQuery additionalProperty(String key)
Deprecated.Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for an additional property value.
Must be followed by a call to a condition method.- Specified by:
additionalProperty
in 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
public TaskQuery.FilterQuery not(TaskQuery otherQuery)
Adds a condition, which negates a set of where conditions given by the
otherQuery
with a NOT expression.
Only the where clause of the givenotherQuery
is 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:
not
in 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
public TaskQuery.IIntegerColumnFilterQuery taskId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
TaskId
.
Must be followed by a call to a condition method.- Specified by:
taskId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.taskId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
caseId
public TaskQuery.IIntegerColumnFilterQuery caseId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
CaseId
.
Must be followed by a call to a condition method.- Specified by:
caseId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.caseId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessCaseId
public TaskQuery.IIntegerColumnFilterQuery businessCaseId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
BusinessCaseId
.
Must be followed by a call to a condition method.- Specified by:
businessCaseId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.businessCaseId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
processModelId
public TaskQuery.IIntegerColumnFilterQuery processModelId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ProcessModelId
.
Must be followed by a call to a condition method.- Specified by:
processModelId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.processModelId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
applicationId
public TaskQuery.IIntegerColumnFilterQuery applicationId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ApplicationId
.
Must be followed by a call to a condition method.- Specified by:
applicationId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.applicationId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
startTaskSwitchEventId
public TaskQuery.IIntegerColumnFilterQuery startTaskSwitchEventId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
StartTaskSwitchEventId
.
Must be followed by a call to a condition method.- Specified by:
startTaskSwitchEventId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.startTaskSwitchEventId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
endTaskSwitchEventId
public TaskQuery.IIntegerColumnFilterQuery endTaskSwitchEventId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
EndTaskSwitchEventId
.
Must be followed by a call to a condition method.- Specified by:
endTaskSwitchEventId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.endTaskSwitchEventId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
taskStartId
public TaskQuery.IIntegerColumnFilterQuery taskStartId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
TaskStartId
.
Must be followed by a call to a condition method.- Specified by:
taskStartId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.taskStartId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
taskEndId
public TaskQuery.IIntegerColumnFilterQuery taskEndId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
TaskEndId
.
Must be followed by a call to a condition method.- Specified by:
taskEndId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.taskEndId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerUserId
public TaskQuery.IIntegerColumnFilterQuery workerUserId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
WorkerUserId
.
Must be followed by a call to a condition method.- Specified by:
workerUserId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.workerUserId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerUserName
public TaskQuery.IStringColumnFilterQuery workerUserName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
WorkerUserName
.
Must be followed by a call to a condition method.- Specified by:
workerUserName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.workerUserName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerUserDisplayName
public TaskQuery.IStringColumnFilterQuery workerUserDisplayName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
WorkerUserDisplayName
.
Must be followed by a call to a condition method.- Specified by:
workerUserDisplayName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.workerUserDisplayName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workerSessionId
public TaskQuery.IIntegerColumnFilterQuery workerSessionId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
WorkerSessionId
.
Must be followed by a call to a condition method.- Specified by:
workerSessionId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.workerSessionId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorRoleId
public TaskQuery.IIntegerColumnFilterQuery originalActivatorRoleId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
OriginalActivatorRoleId
.
Must be followed by a call to a condition method.- Specified by:
originalActivatorRoleId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.originalActivatorRoleId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorUserId
public TaskQuery.IIntegerColumnFilterQuery originalActivatorUserId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
OriginalActivatorUserId
.
Must be followed by a call to a condition method.- Specified by:
originalActivatorUserId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.originalActivatorUserId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorName
public TaskQuery.IStringColumnFilterQuery originalActivatorName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
OriginalActivatorName
.
Must be followed by a call to a condition method.- Specified by:
originalActivatorName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.originalActivatorName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalActivatorDisplayName
public TaskQuery.IStringColumnFilterQuery originalActivatorDisplayName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
OriginalActivatorDisplayName
.
Must be followed by a call to a condition method.- Specified by:
originalActivatorDisplayName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.originalActivatorDisplayName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorRoleId
public TaskQuery.IIntegerColumnFilterQuery expiryActivatorRoleId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiryActivatorRoleId
.
Must be followed by a call to a condition method.- Specified by:
expiryActivatorRoleId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiryActivatorRoleId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorUserId
public TaskQuery.IIntegerColumnFilterQuery expiryActivatorUserId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiryActivatorUserId
.
Must be followed by a call to a condition method.- Specified by:
expiryActivatorUserId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiryActivatorUserId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorName
public TaskQuery.IStringColumnFilterQuery expiryActivatorName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiryActivatorName
.
Must be followed by a call to a condition method.- Specified by:
expiryActivatorName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiryActivatorName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryActivatorDisplayName
public TaskQuery.IStringColumnFilterQuery expiryActivatorDisplayName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiryActivatorDisplayName
.
Must be followed by a call to a condition method.- Specified by:
expiryActivatorDisplayName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiryActivatorDisplayName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryPriority
public TaskQuery.IWorkflowPriorityFilterQuery expiryPriority()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiryPriority
.
Must be followed by a call to a condition method.- Specified by:
expiryPriority
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiryPriority()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryTimestamp
public TaskQuery.IDateColumnFilterQuery expiryTimestamp()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiryTimestamp
.
Must be followed by a call to a condition method.- Specified by:
expiryTimestamp
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiryTimestamp()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiryTaskStartElementPid
public TaskQuery.IStringColumnFilterQuery expiryTaskStartElementPid()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiryTaskStartElementPid
.
Must be followed by a call to a condition method.- Specified by:
expiryTaskStartElementPid
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiryTaskStartElementPid()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isExpired
public TaskQuery.IBooleanColumnFilterQuery isExpired()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
IsExpired
.
Must be followed by a call to a condition method.- Specified by:
isExpired
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.isExpired()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
expiredCreatorTaskId
public TaskQuery.IIntegerColumnFilterQuery expiredCreatorTaskId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ExpiredCreatorTaskId
.
Must be followed by a call to a condition method.- Specified by:
expiredCreatorTaskId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.expiredCreatorTaskId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
timeoutedCreatorIntrmdtEventId
public TaskQuery.IIntegerColumnFilterQuery timeoutedCreatorIntrmdtEventId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
TimeoutedCreatorIntrmdtEventId
.
Must be followed by a call to a condition method.- Specified by:
timeoutedCreatorIntrmdtEventId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.timeoutedCreatorIntrmdtEventId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
delayTimestamp
public TaskQuery.IDateColumnFilterQuery delayTimestamp()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
DelayTimestamp
.
Must be followed by a call to a condition method.- Specified by:
delayTimestamp
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.delayTimestamp()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
state
public TaskQuery.ITaskStateFilterQuery state()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
State
.
Must be followed by a call to a condition method.- Specified by:
state
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.state()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
requestPath
public TaskQuery.IStringColumnFilterQuery requestPath()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
RequestPath
.
Must be followed by a call to a condition method.- Specified by:
requestPath
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.requestPath()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
displayNameTemplate
public TaskQuery.IStringColumnFilterQuery displayNameTemplate()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
DisplayNameTemplate
.
Must be followed by a call to a condition method.- Specified by:
displayNameTemplate
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.displayNameTemplate()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
name
public TaskQuery.IStringColumnFilterQuery name()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
Name
.
Must be followed by a call to a condition method.- Specified by:
name
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.name()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
displayDescriptionTemplate
public TaskQuery.IClobColumnFilterQuery displayDescriptionTemplate()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
DisplayDescriptionTemplate
.
Must be followed by a call to a condition method.- Specified by:
displayDescriptionTemplate
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.displayDescriptionTemplate()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
description
public TaskQuery.IClobColumnFilterQuery description()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
Description
.
Must be followed by a call to a condition method.- Specified by:
description
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.description()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
originalPriority
public TaskQuery.IWorkflowPriorityFilterQuery originalPriority()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
OriginalPriority
.
Must be followed by a call to a condition method.- Specified by:
originalPriority
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.originalPriority()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
startTimestamp
public TaskQuery.IDateColumnFilterQuery startTimestamp()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
StartTimestamp
.
Must be followed by a call to a condition method.- Specified by:
startTimestamp
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.startTimestamp()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
endTimestamp
public TaskQuery.IDateColumnFilterQuery endTimestamp()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
EndTimestamp
.
Must be followed by a call to a condition method.- Specified by:
endTimestamp
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.endTimestamp()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessCalendar
public TaskQuery.IStringColumnFilterQuery businessCalendar()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
BusinessCalendar
.
Must be followed by a call to a condition method.- Specified by:
businessCalendar
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.businessCalendar()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
workingTime
public TaskQuery.INumberColumnFilterQuery workingTime()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
WorkingTime
.
Must be followed by a call to a condition method.- Specified by:
workingTime
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.workingTime()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
businessRuntime
public TaskQuery.INumberColumnFilterQuery businessRuntime()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
BusinessRuntime
.
Must be followed by a call to a condition method.- Specified by:
businessRuntime
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.businessRuntime()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
failedTimeoutTimestamp
public TaskQuery.IDateColumnFilterQuery failedTimeoutTimestamp()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
FailedTimeoutTimestamp
.
Must be followed by a call to a condition method.- Specified by:
failedTimeoutTimestamp
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.failedTimeoutTimestamp()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
numberOfFailures
public TaskQuery.IIntegerColumnFilterQuery numberOfFailures()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
NumberOfFailures
.
Must be followed by a call to a condition method.- Specified by:
numberOfFailures
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.numberOfFailures()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
numberOfResumes
public TaskQuery.IIntegerColumnFilterQuery numberOfResumes()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
NumberOfResumes
.
Must be followed by a call to a condition method.- Specified by:
numberOfResumes
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.numberOfResumes()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
category
public TaskQuery.IStringColumnFilterQuery category()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
Category
.
Must be followed by a call to a condition method.- Specified by:
category
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.category()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isUpdatedOnStart
public TaskQuery.IBooleanColumnFilterQuery isUpdatedOnStart()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
IsUpdatedOnStart
.
Must be followed by a call to a condition method.- Specified by:
isUpdatedOnStart
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.isUpdatedOnStart()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
isOffline
public TaskQuery.IBooleanColumnFilterQuery isOffline()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
IsOffline
.
Must be followed by a call to a condition method.- Specified by:
isOffline
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.isOffline()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
priority
public TaskQuery.IWorkflowPriorityFilterQuery priority()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
Priority
.
Must be followed by a call to a condition method.- Specified by:
priority
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.priority()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorName
public TaskQuery.IStringColumnFilterQuery activatorName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ActivatorName
.
Must be followed by a call to a condition method.- Specified by:
activatorName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.activatorName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorDisplayName
public TaskQuery.IStringColumnFilterQuery activatorDisplayName()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ActivatorDisplayName
.
Must be followed by a call to a condition method.- Specified by:
activatorDisplayName
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.activatorDisplayName()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorRoleId
public TaskQuery.IIntegerColumnFilterQuery activatorRoleId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ActivatorRoleId
.
Must be followed by a call to a condition method.- Specified by:
activatorRoleId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.activatorRoleId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
activatorUserId
public TaskQuery.IIntegerColumnFilterQuery activatorUserId()
Description copied from interface:TaskQuery.IFilterableColumns
Prepares a where statement for the column
ActivatorUserId
.
Must be followed by a call to a condition method.- Specified by:
activatorUserId
in interfaceTaskQuery.IFilterableColumns
- Returns:
- query for further composition
- See Also:
TaskQuery.IFilterableColumns.activatorUserId()
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-