public interface TaskQuery extends BaseQuery<TaskSummary>
BaseQuery.SortDirection| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
businessProcessIdIn(String... businessProcessIds)
Add the business process ids for exact matching to your query.
|
TaskQuery |
businessProcessIdLike(String... businessProcessIds)
Add the business process id for pattern matching to your query.
|
TaskQuery |
claimedWithin(TimeInterval... intervals)
Add the time intervals within which the task was claimed to your query.
|
TaskQuery |
classificationCategoryIn(String... classificationCategories)
Add your classificationCategory to your query.
|
TaskQuery |
classificationCategoryLike(String... classificationCategories)
Add your classificationCategory for pattern matching to your query.
|
TaskQuery |
classificationKeyIn(String... classificationKeys)
Add your classificationKey to your query.
|
TaskQuery |
classificationKeyLike(String... classificationKeys)
Add your classificationKey for pattern matching to your query.
|
TaskQuery |
completedWithin(TimeInterval... intervals)
Add the time intervals within which the task was completed to your query.
|
TaskQuery |
createdWithin(TimeInterval... intervals)
Add the time intervals within which the task was created to your query.
|
ObjectReferenceQuery |
createObjectReferenceQuery()
This method provides a query builder for quering the database.
|
TaskQuery |
creatorIn(String... creators)
Add the UserIds of the creator to your query.
|
TaskQuery |
creatorLike(String... creators)
Add the UserIds of the creator for pattern matching to your query.
|
TaskQuery |
custom10In(String... strings)
Add the custom_10 values for exact matching to your query.
|
TaskQuery |
custom10Like(String... strings)
Add the custom_10 value for pattern matching to your query.
|
TaskQuery |
custom1In(String... strings)
Add the custom_1 values for exact matching to your query.
|
TaskQuery |
custom1Like(String... strings)
Add the custom_1 value for pattern matching to your query.
|
TaskQuery |
custom2In(String... strings)
Add the custom_2 values for exact matching to your query.
|
TaskQuery |
custom2Like(String... strings)
Add the custom_2 value for pattern matching to your query.
|
TaskQuery |
custom3In(String... strings)
Add the custom_3 values for exact matching to your query.
|
TaskQuery |
custom3Like(String... strings)
Add the custom_3 value for pattern matching to your query.
|
TaskQuery |
custom4In(String... strings)
Add the custom_4 values for exact matching to your query.
|
TaskQuery |
custom4Like(String... strings)
Add the custom_4 value for pattern matching to your query.
|
TaskQuery |
custom5In(String... strings)
Add the custom_5 values for exact matching to your query.
|
TaskQuery |
custom5Like(String... strings)
Add the custom_5 value for pattern matching to your query.
|
TaskQuery |
custom6In(String... strings)
Add the custom_6 values for exact matching to your query.
|
TaskQuery |
custom6Like(String... strings)
Add the custom_6 value for pattern matching to your query.
|
TaskQuery |
custom7In(String... strings)
Add the custom_7 values for exact matching to your query.
|
TaskQuery |
custom7Like(String... strings)
Add the custom_7 value for pattern matching to your query.
|
TaskQuery |
custom8In(String... strings)
Add the custom_8 values for exact matching to your query.
|
TaskQuery |
custom8Like(String... strings)
Add the custom_8 value for pattern matching to your query.
|
TaskQuery |
custom9In(String... strings)
Add the custom_9 values for exact matching to your query.
|
TaskQuery |
custom9Like(String... strings)
Add the custom_9 value for pattern matching to your query.
|
TaskQuery |
customFieldsIn(String... customFields)
Filter the custom fields with this query.
|
TaskQuery |
descriptionLike(String... description)
Add your description for pattern matching to your query.
|
TaskQuery |
dueWithin(TimeInterval... intervals)
Add the time intervals within which the task is due to your query.
|
TaskQuery |
idIn(String... taskIds)
Filter for summaries which are containing one of the given taskIds.
|
TaskQuery |
modifiedWithin(TimeInterval... intervals)
Add the time intervals within which the task was modified to your query.
|
TaskQuery |
nameIn(String... names)
Add your names to your query.
|
TaskQuery |
nameLike(String... names)
Add your name for pattern matching to your query.
|
TaskQuery |
noteLike(String... note)
Add your custom note for pattern matching to your query.
|
TaskQuery |
orderByBusinessProcessId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the business process id.
|
TaskQuery |
orderByClaimed(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the claimed timestamp.
|
TaskQuery |
orderByClassificationKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the classification key.
|
TaskQuery |
orderByCompleted(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the completed timestamp.
|
TaskQuery |
orderByCreated(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the created timestamp.
|
TaskQuery |
orderByCreator(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to creators name.
|
TaskQuery |
orderByCustom1(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom1 value.
|
TaskQuery |
orderByCustom10(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom10 value.
|
TaskQuery |
orderByCustom2(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom2 value.
|
TaskQuery |
orderByCustom3(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom3 value.
|
TaskQuery |
orderByCustom4(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom4 value.
|
TaskQuery |
orderByCustom5(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom5 value.
|
TaskQuery |
orderByCustom6(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom6 value.
|
TaskQuery |
orderByCustom7(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom7 value.
|
TaskQuery |
orderByCustom8(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom8 value.
|
TaskQuery |
orderByCustom9(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom9 value.
|
TaskQuery |
orderByDomain(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the domain.
|
TaskQuery |
orderByDue(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the due timestamp.
|
TaskQuery |
orderByModified(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the modified timestamp.
|
TaskQuery |
orderByName(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to name.
|
TaskQuery |
orderByNote(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the note.
|
TaskQuery |
orderByOwner(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the owner.
|
TaskQuery |
orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the parent business process id.
|
TaskQuery |
orderByPlanned(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the planned timestamp.
|
TaskQuery |
orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the company of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the system of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the system instance of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the type of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of the primary object reference.
|
TaskQuery |
orderByPriority(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the priority.
|
TaskQuery |
orderByState(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the state.
|
TaskQuery |
orderByWorkbasketId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the workbasket-Id of the tasks.
|
TaskQuery |
orderByWorkbasketKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the workbasket key.
|
TaskQuery |
ownerIn(String... owners)
Add the owners to your query.
|
TaskQuery |
ownerLike(String... owners)
Add the owner for pattern matching to your query.
|
TaskQuery |
parentBusinessProcessIdIn(String... parentBusinessProcessIds)
Add the parent business process ids for exact matching to your query.
|
TaskQuery |
parentBusinessProcessIdLike(String... parentBusinessProcessIds)
Add the parent business process id for pattern matching to your query.
|
TaskQuery |
plannedWithin(TimeInterval... intervals)
Add the time intervals within which the task is planned to your query.
|
TaskQuery |
primaryObjectReferenceCompanyIn(String... companies)
Add the companies of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceCompanyLike(String... company)
Add the company of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemIn(String... systems)
Add the systems of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemInstanceIn(String... systemInstances)
Add the system instances of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemInstanceLike(String... systemInstances)
Add the system instance of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemLike(String... systems)
Add the system of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceTypeIn(String... types)
Add the types of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceTypeLike(String... types)
Add the type of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceValueIn(String... values)
Add the values of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceValueLike(String... values)
Add the value of the primary object reference for pattern matching to your query.
|
TaskQuery |
priorityIn(int... priorities)
Add your priorities to your query.
|
TaskQuery |
readEquals(Boolean isRead)
Add the isRead flag to the query.
|
TaskQuery |
stateIn(TaskState... states)
Add your state to your query.
|
TaskQuery |
transferredEquals(Boolean isTransferred)
Add the isTransferred flag to the query.
|
TaskQuery |
workbasketIdIn(String... workbasketIds)
Add your workbasket key to the query.
|
TaskQuery |
workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers)
Add your workbasket key to the query.
|
TaskQuery nameIn(String... names)
names - the names as StringsTaskQuery nameLike(String... names)
names - your namesTaskQuery creatorIn(String... creators)
creators - of the queried tasksTaskQuery creatorLike(String... creators)
creators - of the queried tasksTaskQuery descriptionLike(String... description)
description - your descriptionTaskQuery noteLike(String... note)
note - your custom noteTaskQuery priorityIn(int... priorities)
priorities - as a integerTaskQuery stateIn(TaskState... states)
states - the states as TaskStateTaskQuery classificationKeyIn(String... classificationKeys)
classificationKeys - the classification keyTaskQuery classificationKeyLike(String... classificationKeys)
classificationKeys - the classification keyTaskQuery classificationCategoryIn(String... classificationCategories)
classificationCategories - the classification category for filteringTaskQuery classificationCategoryLike(String... classificationCategories)
classificationCategories - the classification categories for filteringTaskQuery workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers)
workbasketIdentifiers - the key - domain combinations that identify workbasketsTaskQuery workbasketIdIn(String... workbasketIds)
workbasketIds - the ids of workbasketsTaskQuery ownerIn(String... owners)
owners - the owners as StringTaskQuery ownerLike(String... owners)
owners - the owners of the searched tasksTaskQuery primaryObjectReferenceCompanyIn(String... companies)
companies - the companies of your primary object referenceTaskQuery primaryObjectReferenceCompanyLike(String... company)
company - the company of your primary object referenceTaskQuery primaryObjectReferenceSystemIn(String... systems)
systems - the systems of your primary object referenceTaskQuery primaryObjectReferenceSystemLike(String... systems)
systems - the system of your primary object referenceTaskQuery primaryObjectReferenceSystemInstanceIn(String... systemInstances)
systemInstances - the system instances of your primary object referenceTaskQuery primaryObjectReferenceSystemInstanceLike(String... systemInstances)
systemInstances - the system instances of your primary object referenceTaskQuery primaryObjectReferenceTypeIn(String... types)
types - the types your primary object referenceTaskQuery primaryObjectReferenceTypeLike(String... types)
types - the types of your primary object referenceTaskQuery primaryObjectReferenceValueLike(String... values)
values - the values of your primary object referenceTaskQuery primaryObjectReferenceValueIn(String... values)
values - the values of your primary object referenceTaskQuery createdWithin(TimeInterval... intervals)
intervals - - the TimeIntervals within which the task was createdTaskQuery claimedWithin(TimeInterval... intervals)
intervals - - the TimeIntervals within which the task was claimedTaskQuery completedWithin(TimeInterval... intervals)
intervals - - the TimeIntervals within which the task was completedTaskQuery modifiedWithin(TimeInterval... intervals)
intervals - - the TimeIntervals within which the task was modifiedTaskQuery plannedWithin(TimeInterval... intervals)
intervals - - the TimeIntervals within which the task is plannedTaskQuery dueWithin(TimeInterval... intervals)
intervals - - the TimeIntervals within which the task is dueTaskQuery readEquals(Boolean isRead)
isRead - as Boolean. If null, it won't be integrated into the statement. You have to set false.TaskQuery transferredEquals(Boolean isTransferred)
isTransferred - as Boolean. If null, it won't be integrated into the statement. You have to set false.TaskQuery parentBusinessProcessIdIn(String... parentBusinessProcessIds)
parentBusinessProcessIds - the parent businessProcessIds of the searched for tasksTaskQuery parentBusinessProcessIdLike(String... parentBusinessProcessIds)
parentBusinessProcessIds - the parent businessprocess ids of the searched for tasksTaskQuery businessProcessIdIn(String... businessProcessIds)
businessProcessIds - the businessProcessIds of the searched for tasksTaskQuery businessProcessIdLike(String... businessProcessIds)
businessProcessIds - the business process ids of the searched-for tasksTaskQuery customFieldsIn(String... customFields)
customFields - the value in the fieldsTaskQuery custom1In(String... strings)
strings - the custom_1 values of the searched for tasksTaskQuery custom1Like(String... strings)
strings - the custom_1 values of the searched-for tasksTaskQuery custom2In(String... strings)
strings - the custom_2 values of the searched for tasksTaskQuery custom2Like(String... strings)
strings - the custom_2 values of the searched-for tasksTaskQuery custom3In(String... strings)
strings - the custom_3 values of the searched for tasksTaskQuery custom3Like(String... strings)
strings - the custom_3 values of the searched-for tasksTaskQuery custom4In(String... strings)
strings - the custom_4 values of the searched for tasksTaskQuery custom4Like(String... strings)
strings - the custom_4 values of the searched-for tasksTaskQuery custom5In(String... strings)
strings - the custom_5 values of the searched for tasksTaskQuery custom5Like(String... strings)
strings - the custom_5 values of the searched-for tasksTaskQuery custom6In(String... strings)
strings - the custom_6 values of the searched for tasksTaskQuery custom6Like(String... strings)
strings - the custom_6 values of the searched-for tasksTaskQuery custom7In(String... strings)
strings - the custom_7 values of the searched for tasksTaskQuery custom7Like(String... strings)
strings - the custom_7 values of the searched-for tasksTaskQuery custom8In(String... strings)
strings - the custom_8 values of the searched for tasksTaskQuery custom8Like(String... strings)
strings - the custom_8 values of the searched-for tasksTaskQuery custom9In(String... strings)
strings - the custom_9 values of the searched for tasksTaskQuery custom9Like(String... strings)
strings - the custom_9 values of the searched-for tasksTaskQuery custom10In(String... strings)
strings - the custom_10 values of the searched for tasksTaskQuery custom10Like(String... strings)
strings - the custom_10 values of the searched-for tasksObjectReferenceQuery createObjectReferenceQuery()
ObjectReferenceQueryTaskQuery orderByBusinessProcessId(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByClaimed(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByClassificationKey(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCompleted(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCreated(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByDomain(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByDue(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByModified(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByName(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCreator(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByNote(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByOwner(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByPlanned(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByPriority(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByState(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByWorkbasketKey(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom1(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom2(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom3(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom4(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom5(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom6(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom7(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom8(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom9(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery orderByCustom10(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderTaskQuery idIn(String... taskIds)
taskIds - The ids of the searched-for tasks.TaskQuery orderByWorkbasketId(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderCopyright © 2018. All rights reserved.