public interface TaskQuery extends BaseQuery<TaskSummary>
BaseQuery.SortDirection| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
attachmentChannelIn(String... attachmentChannel)
Add the values of attachment channel for exact matching to your query.
|
TaskQuery |
attachmentChannelLike(String... attachmentChannel)
Add the values of attachment channel for pattern matching to your query.
|
TaskQuery |
attachmentClassificationIdIn(String... attachmentClassificationId)
Add the attachment classification Ids for exact matching to your query.
|
TaskQuery |
attachmentClassificationIdLike(String... attachmentClassificationId)
Add the values of attachment classification ids for pattern matching to your query.
|
TaskQuery |
attachmentClassificationKeyIn(String... attachmentClassificationKeys)
Add the attachment classification keys for exact matching to your query.
|
TaskQuery |
attachmentClassificationKeyLike(String... attachmentClassificationKey)
Add the attachment classification Keys for pattern matching to your query.
|
TaskQuery |
attachmentReceivedWithin(TimeInterval... receivedIn)
Add your received-dates to your query.
|
TaskQuery |
attachmentReferenceValueIn(String... referenceValue)
Add the values of reference values for exact matching to your query.
|
TaskQuery |
attachmentReferenceValueLike(String... referenceValue)
Add the values of reference values for pattern matching to your query.
|
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 |
classificationIdIn(String... classificationIds)
Add your classificationId 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 |
classificationKeyNotIn(String... classificationKeys)
Exlude these classificationKeys from 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 |
customAttributeIn(String num,
String... searchArguments)
Add the values of custom attribute number num for exact matching to your query.
|
TaskQuery |
customAttributeLike(String num,
String... searchArguments)
Add the values of custom attribute number num for pattern matching to your 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 |
orderByAttachmentChannel(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment channel.
|
TaskQuery |
orderByAttachmentClassificationId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment classification id.
|
TaskQuery |
orderByAttachmentClassificationKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment classification key.
|
TaskQuery |
orderByAttachmentReceived(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment received.
|
TaskQuery |
orderByAttachmentReference(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment reference value.
|
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 |
orderByCustomAttribute(String num,
BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of a custom field.
|
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 |
stateNotIn(TaskState... states)
Exclude these states from 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.
|
count, list, list, listPage, listValues, single, toUpperCopyTaskQuery 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 stateNotIn(TaskState... states)
states - the states as TaskStateTaskQuery classificationKeyIn(String... classificationKeys)
classificationKeys - the classification keyTaskQuery classificationKeyNotIn(String... classificationKeys)
classificationKeys - the classification keyTaskQuery classificationKeyLike(String... classificationKeys)
classificationKeys - the classification keyTaskQuery classificationIdIn(String... classificationIds)
classificationIds - the classification IdsTaskQuery 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 customAttributeIn(String num, String... searchArguments) throws InvalidArgumentException
num - identifies which custom attribute is affected. Taskana concatenates "custom_" with num and the
resulting String must match the name of the database column that contains the custom attribute. Valid
values are "1", "2" .. "16"searchArguments - the custom_num values of the searched for tasksInvalidArgumentException - if num has not a value of "1", "2" ... "16"TaskQuery customAttributeLike(String num, String... searchArguments) throws InvalidArgumentException
num - identifies which custom attribute is affected. Taskana concatenates "custom_" with num and the
resulting String must match the name of the database column that contains the custom attribute. Valid
values are "1", "2" .. "16"searchArguments - the custom_num values of the searched-for tasksInvalidArgumentException - if num has not a value of "1", "2" ... "16"TaskQuery attachmentClassificationKeyIn(String... attachmentClassificationKeys)
attachmentClassificationKeys - the attachmentClassificationKeys values of the searched for tasksTaskQuery attachmentClassificationKeyLike(String... attachmentClassificationKey)
attachmentClassificationKey - the attachmentClassificationKeys values of the searched for tasksTaskQuery attachmentClassificationIdIn(String... attachmentClassificationId)
attachmentClassificationId - the attachmentClassificationId values of the searched for tasksTaskQuery attachmentClassificationIdLike(String... attachmentClassificationId)
attachmentClassificationId - the attachmentClassificationId values of the searched-for tasksTaskQuery attachmentChannelIn(String... attachmentChannel)
attachmentChannel - the attachmentChannel values of the searched for tasksTaskQuery attachmentChannelLike(String... attachmentChannel)
attachmentChannel - the attachmentChannel values of the searched-for tasksTaskQuery attachmentReferenceValueIn(String... referenceValue)
referenceValue - the referenceValue values of the searched for tasksTaskQuery attachmentReferenceValueLike(String... referenceValue)
referenceValue - the referenceValue values of the searched-for tasksTaskQuery attachmentReceivedWithin(TimeInterval... receivedIn)
receivedIn - the TimeInterval within which the searched-for tasks attachment were received the last time.ObjectReferenceQuery 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 orderByCustomAttribute(String num, BaseQuery.SortDirection sortDirection) throws InvalidArgumentException
num - identifies which custom attribute is affected. Taskana concatenates "custom_" with num and the
resulting String must match the name of the database column that contains the custom attribute. Valid
values are "1", "2" .. "16"sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderInvalidArgumentException - when number is not a valid number between 1 and 16TaskQuery 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 orderTaskQuery orderByAttachmentClassificationKey(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 orderByAttachmentClassificationId(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 orderByAttachmentChannel(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 orderByAttachmentReference(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 orderByAttachmentReceived(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.