| Package | Description |
|---|---|
| pro.taskana.task.api | |
| pro.taskana.task.internal |
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQuery.attachmentChannelIn(String... attachmentChannel)
Add the values of attachment channel for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentChannelLike(String... attachmentChannel)
Add the values of attachment channel for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationIdIn(String... attachmentClassificationId)
Add the attachment classification Ids for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationIdLike(String... attachmentClassificationId)
Add the values of attachment classification ids for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationKeyIn(String... attachmentClassificationKeys)
Add the attachment classification keys for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationKeyLike(String... attachmentClassificationKey)
Add the attachment classification Keys for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameIn(String... attachmentClassificationName)
Add the attachment classification names for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameLike(String... attachmentClassificationName)
Add the values of attachment classification names for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentReceivedWithin(TimeInterval... receivedIn)
Add your received-dates to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueIn(String... referenceValue)
Add the values of reference values for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueLike(String... referenceValue)
Add the values of reference values for pattern matching to your query.
|
TaskQuery |
TaskQuery.businessProcessIdIn(String... businessProcessIds)
Add the business process ids for exact matching to your query.
|
TaskQuery |
TaskQuery.businessProcessIdLike(String... businessProcessIds)
Add the business process id for pattern matching to your query.
|
TaskQuery |
TaskQuery.callbackStateIn(CallbackState... states)
Add your callbackState to your query.
|
TaskQuery |
TaskQuery.claimedWithin(TimeInterval... intervals)
Add the time intervals within which the task was claimed to your query.
|
TaskQuery |
TaskQuery.classificationCategoryIn(String... classificationCategories)
Add your classificationCategory to your query.
|
TaskQuery |
TaskQuery.classificationCategoryLike(String... classificationCategories)
Add your classificationCategory for pattern matching to your query.
|
TaskQuery |
TaskQuery.classificationIdIn(String... classificationIds)
Add your classificationId to your query.
|
TaskQuery |
TaskQuery.classificationKeyIn(String... classificationKeys)
Add your classificationKey to your query.
|
TaskQuery |
TaskQuery.classificationKeyLike(String... classificationKeys)
Add your classificationKey for pattern matching to your query.
|
TaskQuery |
TaskQuery.classificationKeyNotIn(String... classificationKeys)
Exlude these classificationKeys from your query.
|
TaskQuery |
TaskQuery.classificationNameIn(String... classificationNames)
Add your classificationName to your query.
|
TaskQuery |
TaskQuery.classificationNameLike(String... classificationNames)
Add your classificationName for pattern matching to your query.
|
TaskQuery |
TaskQuery.completedWithin(TimeInterval... intervals)
Add the time intervals within which the task was completed to your query.
|
TaskQuery |
TaskQuery.createdWithin(TimeInterval... intervals)
Add the time intervals within which the task was created to your query.
|
TaskQuery |
TaskService.createTaskQuery()
This method provides a query builder for quering the database.
|
TaskQuery |
TaskQuery.creatorIn(String... creators)
Add the UserIds of the creator to your query.
|
TaskQuery |
TaskQuery.creatorLike(String... creators)
Add the UserIds of the creator for pattern matching to your query.
|
TaskQuery |
TaskQuery.customAttributeIn(TaskCustomField customField,
String... searchArguments)
Add the values of custom attributes for exact matching to your query.
|
TaskQuery |
TaskQuery.customAttributeLike(TaskCustomField customField,
String... searchArguments)
Add the values of custom attributes for pattern matching to your query.
|
TaskQuery |
TaskQuery.descriptionLike(String... description)
Add your description for pattern matching to your query.
|
TaskQuery |
TaskQuery.dueWithin(TimeInterval... intervals)
Add the time intervals within which the task is due to your query.
|
TaskQuery |
TaskQuery.externalIdIn(String... externalIds)
Add your external ids to your query.
|
TaskQuery |
TaskQuery.externalIdLike(String... externalIds)
Add your external id for pattern matching to your query.
|
TaskQuery |
TaskQuery.idIn(String... taskIds)
Filter for summaries which are containing one of the given taskIds.
|
TaskQuery |
TaskQuery.modifiedWithin(TimeInterval... intervals)
Add the time intervals within which the task was modified to your query.
|
TaskQuery |
TaskQuery.nameIn(String... names)
Add your names to your query.
|
TaskQuery |
TaskQuery.nameLike(String... names)
Add your name for pattern matching to your query.
|
TaskQuery |
TaskQuery.noteLike(String... note)
Add your custom note for pattern matching to your query.
|
TaskQuery |
TaskQuery.orderByAttachmentChannel(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment channel.
|
TaskQuery |
TaskQuery.orderByAttachmentClassificationId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment classification id.
|
TaskQuery |
TaskQuery.orderByAttachmentClassificationKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment classification key.
|
TaskQuery |
TaskQuery.orderByAttachmentClassificationName(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment classification name.
|
TaskQuery |
TaskQuery.orderByAttachmentReceived(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment received.
|
TaskQuery |
TaskQuery.orderByAttachmentReference(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the attachment reference value.
|
TaskQuery |
TaskQuery.orderByBusinessProcessId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the business process id.
|
TaskQuery |
TaskQuery.orderByClaimed(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the claimed timestamp.
|
TaskQuery |
TaskQuery.orderByClassificationKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the classification key.
|
TaskQuery |
TaskQuery.orderByClassificationName(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the classification name.
|
TaskQuery |
TaskQuery.orderByCompleted(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the completed timestamp.
|
TaskQuery |
TaskQuery.orderByCreated(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the created timestamp.
|
TaskQuery |
TaskQuery.orderByCreator(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to creators name.
|
TaskQuery |
TaskQuery.orderByCustomAttribute(TaskCustomField customField,
BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of a custom field.
|
TaskQuery |
TaskQuery.orderByDomain(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the domain.
|
TaskQuery |
TaskQuery.orderByDue(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the due timestamp.
|
TaskQuery |
TaskQuery.orderByModified(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the modified timestamp.
|
TaskQuery |
TaskQuery.orderByName(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to name.
|
TaskQuery |
TaskQuery.orderByNote(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the note.
|
TaskQuery |
TaskQuery.orderByOwner(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the owner.
|
TaskQuery |
TaskQuery.orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the parent business process id.
|
TaskQuery |
TaskQuery.orderByPlanned(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the planned timestamp.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the company of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the system of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the system instance of the primary object
reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the type of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPriority(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the priority.
|
TaskQuery |
TaskQuery.orderByState(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the state.
|
TaskQuery |
TaskQuery.orderByTaskId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the primary task id.
|
TaskQuery |
TaskQuery.orderByWorkbasketId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the workbasket-Id of the tasks.
|
TaskQuery |
TaskQuery.orderByWorkbasketKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the workbasket key.
|
TaskQuery |
TaskQuery.ownerIn(String... owners)
Add the owners to your query.
|
TaskQuery |
TaskQuery.ownerLike(String... owners)
Add the owner for pattern matching to your query.
|
TaskQuery |
TaskQuery.parentBusinessProcessIdIn(String... parentBusinessProcessIds)
Add the parent business process ids for exact matching to your query.
|
TaskQuery |
TaskQuery.parentBusinessProcessIdLike(String... parentBusinessProcessIds)
Add the parent business process id for pattern matching to your query.
|
TaskQuery |
TaskQuery.plannedWithin(TimeInterval... intervals)
Add the time intervals within which the task is planned to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceCompanyIn(String... companies)
Add the companies of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceCompanyLike(String... company)
Add the company of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceIn(ObjectReference... objectReferences)
Add the
ObjectReference to exact match to your query. |
TaskQuery |
TaskQuery.primaryObjectReferenceSystemIn(String... systems)
Add the systems of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemInstanceIn(String... systemInstances)
Add the system instances of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemInstanceLike(String... systemInstances)
Add the system instance of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemLike(String... systems)
Add the system of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceTypeIn(String... types)
Add the types of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceTypeLike(String... types)
Add the type of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceValueIn(String... values)
Add the values of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceValueLike(String... values)
Add the value of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.priorityIn(int... priorities)
Add your priorities to your query.
|
TaskQuery |
TaskQuery.readEquals(Boolean isRead)
Add the isRead flag to the query.
|
TaskQuery |
TaskQuery.stateIn(TaskState... states)
Add your state to your query.
|
TaskQuery |
TaskQuery.stateNotIn(TaskState... states)
Exclude these states from your query.
|
TaskQuery |
TaskQuery.transferredEquals(Boolean isTransferred)
Add the isTransferred flag to the query.
|
TaskQuery |
TaskQuery.wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields)
Add the values of the wildcard search fields for exact matching to your query.
|
TaskQuery |
TaskQuery.wildcardSearchValueLike(String wildcardSearchValue)
Add your wildcard search value for pattern matching to your query.
|
TaskQuery |
TaskQuery.workbasketIdIn(String... workbasketIds)
Add your workbasket id to the query.
|
TaskQuery |
TaskQuery.workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers)
Add your workbasket key to the query.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.selectAndClaim(TaskQuery taskQuery)
Selects and claims the first task which is returned by the task query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskQueryImpl
TaskQuery for generating dynamic sql.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.selectAndClaim(TaskQuery taskQuery) |
Copyright © 2020. All rights reserved.