public interface TaskQuery extends BaseQuery<TaskSummary,TaskQueryColumnName>
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 |
attachmentClassificationNameIn(String... attachmentClassificationName)
Add the attachment classification names for exact matching to your query.
|
TaskQuery |
attachmentClassificationNameLike(String... attachmentClassificationName)
Add the values of attachment classification names 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 |
callbackStateIn(CallbackState... states)
Add your callbackState 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 |
classificationNameIn(String... classificationNames)
Add your classificationName to your query.
|
TaskQuery |
classificationNameLike(String... classificationNames)
Add your classificationName 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 |
customAttributeIn(TaskCustomField customField,
String... searchArguments)
Add the values of custom attributes for exact matching to your query.
|
TaskQuery |
customAttributeLike(TaskCustomField customField,
String... searchArguments)
Add the values of custom attributes 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 |
externalIdIn(String... externalIds)
Add your external ids to your query.
|
TaskQuery |
externalIdLike(String... externalIds)
Add your external id for pattern matching 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 |
orderByAttachmentClassificationName(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment classification name.
|
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 |
orderByClassificationName(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the classification name.
|
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(TaskCustomField customField,
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 |
orderByTaskId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the primary task id.
|
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 |
wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields)
Add the values of the wildcard search fields for exact matching to your query.
|
TaskQuery |
wildcardSearchValueLike(String wildcardSearchValue)
Add your wildcard search value for pattern matching to your query.
|
TaskQuery |
workbasketIdIn(String... workbasketIds)
Add your workbasket id 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 externalIdIn(String... externalIds)
externalIds - the external ids as StringsTaskQuery externalIdLike(String... externalIds)
externalIds - your external idsTaskQuery 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 classificationNameIn(String... classificationNames)
classificationNames - the classification nameTaskQuery classificationNameLike(String... classificationNames)
classificationNames - the classification nameTaskQuery 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(TaskCustomField customField, String... searchArguments) throws InvalidArgumentException
customField - identifies which custom attribute is affected.searchArguments - the customField values of the searched for tasksInvalidArgumentException - when searchArguments is not givenTaskQuery customAttributeLike(TaskCustomField customField, String... searchArguments) throws InvalidArgumentException
customField - identifies which custom attribute is affected.searchArguments - the customField values of the searched-for tasksInvalidArgumentException - if searchArguments is not givenTaskQuery 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 attachmentClassificationNameIn(String... attachmentClassificationName)
attachmentClassificationName - the attachmentClassificationName values of the searched for
tasksTaskQuery attachmentClassificationNameLike(String... attachmentClassificationName)
attachmentClassificationName - the attachmentClassificationName 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.TaskQuery callbackStateIn(CallbackState... states)
states - the callback states as CallbackStateObjectReferenceQuery 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 orderByClassificationName(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 wildcardSearchValueLike(String wildcardSearchValue)
wildcardSearchValue - the wildcard search valueTaskQuery wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields)
wildcardSearchFields - the values of your wildcard search fieldsTaskQuery 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 orderByTaskId(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(TaskCustomField customField, BaseQuery.SortDirection sortDirection)
customField - identifies which custom attribute is affected.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 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 orderByAttachmentClassificationName(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 © 2020. All rights reserved.