Class CaseQuery.FilterQuery
- All Implemented Interfaces:
CaseQuery.IFilterableColumns,CaseQuery.IFilterLink,CaseQuery.IFilterQuery
- Enclosing class:
CaseQuery
ICase
Example:
Corresponds to SQL:
CaseQuery.businessCases().where().customVarCharField1().isEqual("Hello World").and().customDecimalField2().isGreaterThan(15.3);SELECT * FROM IWA_IWA_Case 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.CaseQuery
CaseQuery.AggregationQuery, CaseQuery.EnumValueOrderByColumnQuery<T extends ch.ivyteam.ivy.persistence.IPersistentEnumeration>, CaseQuery.FilterLink, CaseQuery.FilterQuery, CaseQuery.GroupByQuery, CaseQuery.IAggregationQuery, CaseQuery.IBoolFilterQuery, CaseQuery.ICaseBusinessStateFilterQuery, CaseQuery.ICaseStateFilterQuery, CaseQuery.IClobColumnFilterQuery, CaseQuery.IColumnFilterQuery, CaseQuery.ICustomFieldAggregationQuery, CaseQuery.ICustomFieldFilterQuery, CaseQuery.ICustomFieldGroupBy, CaseQuery.ICustomFieldOrderBy, CaseQuery.IDateColumnFilterQuery, CaseQuery.IFilterableColumns, CaseQuery.IFilterLink, CaseQuery.IFilterQuery, CaseQuery.IGroupByQueryColumns, CaseQuery.IIntegerColumnFilterQuery, CaseQuery.INumberColumnFilterQuery, CaseQuery.IOrderByQueryColumns, CaseQuery.IPatternColumnFilterQuery, CaseQuery.IStringColumnFilterQuery, CaseQuery.IUUIDColumnFilterQuery, CaseQuery.IWorkflowPriorityFilterQuery, CaseQuery.LongValueOrderByColumnQuery, CaseQuery.OrderByColumnQuery, CaseQuery.OrderByQuery, CaseQuery.StringValueOrderByColumnQuery -
Method Summary
Modifier and TypeMethodDescriptionPrepares a where statement for the columnActivatorId.
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 cases where the security member (user or role) can work on at least one task.canWorkOn(IUserToken userToken) Filters all cases where the user token can work on at least one task.caseId()Prepares a where statement for the columnCaseId.
Must be followed by a call to a condition method.category()Prepares a where statement for the columnCategory.
Must be followed by a call to a condition method.Prepares a where statement for the columnCreatorId.
Must be followed by a call to a condition method.Prepares a where statement for the columnCreatorTaskId.
Must be followed by a call to a condition method.Prepares a where statement for the columnCreatorUserDisplayName.
Must be followed by a call to a condition method.Prepares a where statement for the columnCreatorUserName.
Must be followed by a call to a condition method.Filters all cases the current session user is involved in.Filters all cases 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 columnDescription.
Must be followed by a call to a condition method.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Prepares a where statement for the columnEndTimestamp.
Must be followed by a call to a condition method.hasStarted(String memberName, String applicationName) Filters all cases where the security member with given member name (user or role) in the given application has started.isInvolved(ISecurityMember member) Filters all cases the security member is involved in.
If the given security member is a user, this method is equivalent toCaseQuery.IFilterableColumns.userIsInvolved(IUser). If the given security member is a role, this method is equivalent toCaseQuery.IFilterableColumns.roleIsInvolved(IRole).isInvolved(String memberName, String applicationName) Filters all cases where the security member with given member name (user or role) in the given application is involved in.
Compared to the methodisInvolved(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.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 columnOwnerDisplayName.
Must be followed by a call to a condition method.ownerId()Prepares a where statement for the columnOwnerId.
Must be followed by a call to a condition method.Prepares a where statement for the columnOwnerName.
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.roleCanWorkOn(IRole role) Filters all cases where the role can work on at least one task.roleIsInvolved(IRole role) Filters all cases the role is involved in.roleIsInvolved(String roleName, String applicationName) Filters all cases 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.stage()Prepares a where statement for the columnStage.
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.Adds an expression to the where clause that selects those cases that have at least one matching task for the giventaskQuery.Prepares a where statement for the columnTaskStartId.
Must be followed by a call to a condition method.triggeredByTasks(TaskQuery taskQuery) Adds an expression to the where clause that selects those cases that have been created with a Trigger process element by tasks which matches the giventaskQuery.userCanWorkOn(IUser user) Filters all cases where the user can work on at least one task.userIsInvolved(IUser user) Filters all cases the user is involved in.userIsInvolved(String userName, String applicationName) Filters all cases where the user with given name in the given application is involved in.Filters all cases the user or any of his roles are involved in.userOrHisRolesAreInvolved(String userName, String applicationName) Filters all cases the user or any of his roles are involved in.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.CaseQuery.FilterLink
and, and, andOverall, andOverall, or, orMethods inherited from class ch.ivyteam.ivy.workflow.query.CaseQuery
aggregate, asJson, businessCases, create, executor, fromJson, groupBy, orderBy, subCases, toType, whereMethods inherited from interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterLink
and, and, andOverall, andOverall, or, or
-
Method Details
-
tasks
Description copied from interface:CaseQuery.IFilterableColumnsAdds an expression to the where clause that selects those cases that have at least one matching task for the given
taskQuery.This method considers only the where clause of the given
taskQuery. All other parts are ignored.Example:
Get all cases that have tasks in state PARKEDimport ch.ivyteam.ivy.workflow.ICase; import ch.ivyteam.ivy.workflow.TaskState; import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.query.CaseQuery; CaseQuery query = CaseQuery.businessCases().where().tasks(TaskQuery.create().where().state().isEqual(TaskState.PARKED)); List<ICase> casesWithParkedTasks = ivy.wf.getCaseQueryExecutor().getResults(query);
- Specified by:
tasksin interfaceCaseQuery.IFilterableColumns- Parameters:
taskQuery- task query with where clause to filter the tasks- Returns:
- the where query builder, for further building
- API:
- This public API is available in Java.
-
triggeredByTasks
Description copied from interface:CaseQuery.IFilterableColumnsAdds an expression to the where clause that selects those cases that have been created with a Trigger process element by tasks which matches the given
taskQuery.Cases can be triggered by tasks by using the Trigger process element.
This method considers only the where clause of the given
taskQuery. All other parts are ignored.Example:
Get all cases that were created by tasks with kind code "Order"import ch.ivyteam.ivy.workflow.ICase; import ch.ivyteam.ivy.workflow.TaskState; import ch.ivyteam.ivy.workflow.query.TaskQuery; import ch.ivyteam.ivy.workflow.query.CaseQuery; CaseQuery query = CaseQuery.businessCases().where().triggeredByTasks(TaskQuery.create().where().kindCode().isEqual("Order")); List<ICase> casesCreatedByTasksOfProcessOrder = ivy.wf.getCaseQueryExecutor().getResults(query);- Specified by:
triggeredByTasksin interfaceCaseQuery.IFilterableColumns- Parameters:
taskQuery- task query with where clause to filter the tasks- Returns:
- the where query builder, for further building
- API:
- This public API is available in Java.
-
isInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases the security member is involved in.
- If the given security member is a user, this method is equivalent to
CaseQuery.IFilterableColumns.userIsInvolved(IUser). - If the given security member is a role, this method is equivalent to
CaseQuery.IFilterableColumns.roleIsInvolved(IRole).
- Specified by:
isInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
member-- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
- If the given security member is a user, this method is equivalent to
-
canWorkOn
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases where the security member (user or role) can work on at least one task.- Specified by:
canWorkOnin interfaceCaseQuery.IFilterableColumns- Parameters:
member- the security member (user or role)- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
canWorkOn
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases where the user token can work on at least one task.- Specified by:
canWorkOnin interfaceCaseQuery.IFilterableColumns- Parameters:
userToken- the user token- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
isInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases where the security member with given member name (user or role) in the given application is involved in.
Compared to the methodisInvolved(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.Example:
Get all tasks where the current user or the user 'Joe' is involved in:import ch.ivyteam.ivy.workflow.ICase; import ch.ivyteam.ivy.workflow.query.CaseQuery; CaseQuery query = CaseQuery.businessCases() .where().isInvolved("#Joe", "MyApp") // note: to convert a user name to a member name a '#' is added as prefix .or().isInvolved(ivy.session.getSessionUser().getMemberName(), "MyApp"); List<ICase> cases = ivy.wf.getCaseQueryExecutor().getResults(query);- Specified by:
isInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
memberName- e.g. a role "TopManagementRole", e.g. a user must be prefixed with # "#Joe"applicationName- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
currentUserIsInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases the current session user is involved in. The current session user is involved in a case if
- the current session user is the creator of the case
the
current session user is involvedin at least one task of the case
The current session user is involved in a task if- the current session user could work on the task
- the current session user is working at the task right now
- the current session user has completed the task
- the current session 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 current session user can work on the task but it is
delayed
Example:
import ch.ivyteam.ivy.workflow.query.CaseQuery; import ch.ivyteam.ivy.workflow.ICase; CaseQuery query = CaseQuery.businessCases().where().currentUserIsInvolved(); List<ICase> sessionInvolvedCases = ivy.wf.getCaseQueryExecutor().getResults(query);
- Specified by:
currentUserIsInvolvedin interfaceCaseQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
currentUserOrHisRolesAreInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases the current user or any of his roles are involved in. See
CaseQuery.IFilterableColumns.currentUserIsInvolved()for a description of when the current user is involved in a case andCaseQuery.IFilterableColumns.roleIsInvolved(IRole)for when a role is involved in a case.Example:
import ch.ivyteam.ivy.workflow.query.CaseQuery; import ch.ivyteam.ivy.workflow.ICase; import IUser; IUser user = ivy.session.getSessionUser(); CaseQuery query = CaseQuery.businessCases().where().currentUserOrHisRolesAreInvolved(); List<ICase> userInvolvedCases = ivy.wf.getCaseQueryExecutor().getResults(query);
- Specified by:
currentUserOrHisRolesAreInvolvedin interfaceCaseQuery.IFilterableColumns- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
roleIsInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases the role is involved in. A role is involved in a case if the role is involved in at least one task of the case.
A
role is involvedin 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.CaseQuery; import ch.ivyteam.ivy.workflow.ITask; import IRole; IRole role = ivy.session.getSecurityContext().findRole("Admin"); CaseQuery query = CaseQuery.businessCases().where().roleIsInvolved(role); List<ICase> userInvolvedCases = ivy.wf.getCaseQueryExecutor().getResults(query);- Specified by:
roleIsInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
role-- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
roleIsInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases 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
CaseQuery.IFilterableColumns.isInvolved(String, String)- Specified by:
roleIsInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
roleName- e.g. "TopManagementRole"applicationName-- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
userIsInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases the user is involved in. A user is involved in a case if
- the user is the creator of the case
the
user is involvedin at least one task of the case
The 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.CaseQuery; import ch.ivyteam.ivy.workflow.ICase; import IUser; IUser user = ivy.session.getSessionUser(); CaseQuery query = CaseQuery.businessCases().where().userIsInvolved(user); List<ICase> userInvolvedCases = ivy.wf.getCaseQueryExecutor().getResults(query);
- Specified by:
userIsInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
user-- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
userIsInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases 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, appName)- Specified by:
userIsInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
userName- e.g. "Joe"applicationName-- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
userOrHisRolesAreInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases the user or any of his roles are involved in. See
CaseQuery.IFilterableColumns.userIsInvolved(IUser)for a description of when a user is involved in a case andCaseQuery.IFilterableColumns.roleIsInvolved(IRole)for when a role is involved in a case.Example:
import ch.ivyteam.ivy.workflow.query.CaseQuery; import ch.ivyteam.ivy.workflow.ICase; import IUser; IUser user = ivy.session.getSessionUser(); CaseQuery query = CaseQuery.businessCases().where().userOrHisRolesAreInvolved(user); List<ICase> userInvolvedCases = ivy.wf.getCaseQueryExecutor().getResults(query);
- Specified by:
userOrHisRolesAreInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
user-- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
userOrHisRolesAreInvolved
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases the user or any of his roles are involved in. See
CaseQuery.IFilterableColumns.userIsInvolved(IUser)for a description of when a user is involved in a case andCaseQuery.IFilterableColumns.roleIsInvolved(IRole)for when a role is involved in a case.Example:
import ch.ivyteam.ivy.workflow.query.CaseQuery; import ch.ivyteam.ivy.workflow.ICase; import IUser; CaseQuery query = CaseQuery.businessCases().where().userOrHisRolesAreInvolved("Joe", "CRM"); List<ICase> userInvolvedCases = ivy.wf.getCaseQueryExecutor().getResults(query);- Specified by:
userOrHisRolesAreInvolvedin interfaceCaseQuery.IFilterableColumns- Parameters:
userName- e.g. "Joe"applicationName-- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
userCanWorkOn
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases where the user can work on at least one task.- Specified by:
userCanWorkOnin interfaceCaseQuery.IFilterableColumns- Parameters:
user-- Returns:
- the query for further composition
- API:
- This public API is available in Java.
-
roleCanWorkOn
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases where the role can work on at least one task.- Specified by:
roleCanWorkOnin interfaceCaseQuery.IFilterableColumns- Parameters:
role-- Returns:
- the query for further composition
- API:
- This public API is available in Java.
-
hasStarted
Description copied from interface:CaseQuery.IFilterableColumnsFilters all cases where the security member with given member name (user or role) in the given application has started.Compared to the method
hasStarted(ISecurityMember), this method evaluates the correspondingISecurityMemberon query execution.Get all tasks where the current user or the user 'Joe' has started:
import ch.ivyteam.ivy.workflow.ICase; import ch.ivyteam.ivy.workflow.query.CaseQuery; CaseQuery query = CaseQuery.businessCases() .where().hasStarted("#Joe", "MyApp") // note: to convert a user name to a member name a '#' is added as prefix .or().hasStarted(ivy.session.getSessionUser().getMemberName(), "MyApp"); List<ICase> cases = ivy.wf.getCaseQueryExecutor().getResults(query);- Specified by:
hasStartedin interfaceCaseQuery.IFilterableColumns- Parameters:
memberName- e.g. a role "TopManagementRole", e.g. a user must be prefixed with # "#Joe"applicationName- e.g. "MyApplication"- Returns:
- the query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customField
Description copied from interface:CaseQuery.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.ICase; import ch.ivyteam.ivy.workflow.query.CaseQuery; CaseQuery query = CaseQuery.businessCases().where().customField().stringField("myCustomField").isEqualTo("valueToFind")"; List<ICase> casesWithMatchingField = ivy.wf.getCaseQueryExecutor().getResults(query);- Specified by:
customFieldin interfaceCaseQuery.IFilterableColumns- Returns:
- the query for further composition
- API:
- This public API is available in Java.
-
additionalProperty
Deprecated.Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for an additional property value.
Must be followed by a call to a condition method.- Specified by:
additionalPropertyin interfaceCaseQuery.IFilterableColumns- Parameters:
key- the additional property key- Returns:
- the query for further composition
- API:
- This public API is available in Java.
-
displayNameTemplate
@Deprecated(since="9.4", forRemoval=true) public CaseQuery.IStringColumnFilterQuery displayNameTemplate()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CaseQuery.IFilterableColumnsDoes not add any filter because column
DisplayNameTemplatewas removed without any replacement.
Must be followed by a call to a condition method.- Specified by:
displayNameTemplatein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
displayDescriptionTemplate
@Deprecated(since="9.4", forRemoval=true) public CaseQuery.IClobColumnFilterQuery displayDescriptionTemplate()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CaseQuery.IFilterableColumnsDoes not add any filter because column
DisplayDescriptionTemplatewas removed without any replacement.
Must be followed by a call to a condition method.- Specified by:
displayDescriptionTemplatein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
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:CaseQuery subQuery = CaseQuery.businessCases().where() .customVarCharField1().equals("a").or() .customVarCharField2().equals("b") CaseQuery query = CaseQuery.businessCases().where() .not(subQuery)SELECT * FROM IWA_IWA_Case WHERE NOT( customVarCharField1 = 'a' OR customVarCharField2 = 'b')- Specified by:
notin interfaceCaseQuery.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 Java.
-
caseId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
CaseId.
Must be followed by a call to a condition method.- Specified by:
caseIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
businessCaseId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
BusinessCaseId.
Must be followed by a call to a condition method.- Specified by:
businessCaseIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
securitySystemId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
SecuritySystemId.
Must be followed by a call to a condition method.- Specified by:
securitySystemIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
applicationId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
ApplicationId.
Must be followed by a call to a condition method.- Specified by:
applicationIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
processModelId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
ProcessModelId.
Must be followed by a call to a condition method.- Specified by:
processModelIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
taskStartId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
TaskStartId.
Must be followed by a call to a condition method.- Specified by:
taskStartIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
activatorId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
ActivatorId.
Must be followed by a call to a condition method.- Specified by:
activatorIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
creatorId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
CreatorId.
Must be followed by a call to a condition method.- Specified by:
creatorIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
creatorUserName
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
CreatorUserName.
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 referencedCreator.- Specified by:
creatorUserNamein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
creatorUserDisplayName
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
CreatorUserDisplayName.
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 referencedCreator.- Specified by:
creatorUserDisplayNamein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
creatorTaskId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
CreatorTaskId.
Must be followed by a call to a condition method.- Specified by:
creatorTaskIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
name
Description copied from interface:CaseQuery.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 referencedCaseLocalized.- Specified by:
namein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
description
Description copied from interface:CaseQuery.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 referencedCaseLocalized.- Specified by:
descriptionin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
startTimestamp
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
StartTimestamp.
Must be followed by a call to a condition method.- Specified by:
startTimestampin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
endTimestamp
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
EndTimestamp.
Must be followed by a call to a condition method.- Specified by:
endTimestampin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
businessCalendar
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
BusinessCalendar.
Must be followed by a call to a condition method.- Specified by:
businessCalendarin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
workingTime
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
WorkingTime.
Must be followed by a call to a condition method.- Specified by:
workingTimein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
businessRuntime
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
BusinessRuntime.
Must be followed by a call to a condition method.- Specified by:
businessRuntimein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
state
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
State.
Must be followed by a call to a condition method.- Specified by:
statein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
priority
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
Priority.
Must be followed by a call to a condition method.- Specified by:
priorityin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
stage
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
Stage.
Must be followed by a call to a condition method.- Specified by:
stagein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
ownerId
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
OwnerId.
Must be followed by a call to a condition method.- Specified by:
ownerIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
ownerName
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
OwnerName.
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 referencedOwner.- Specified by:
ownerNamein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
ownerDisplayName
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
OwnerDisplayName.
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 referencedOwner.- Specified by:
ownerDisplayNamein interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
category
Description copied from interface:CaseQuery.IFilterableColumnsPrepares a where statement for the column
Category.
Must be followed by a call to a condition method.- Specified by:
categoryin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
languageId
Description copied from interface:CaseQuery.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 referencedCaseLocalized.- Specified by:
languageIdin interfaceCaseQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-