| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
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.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.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(String num,
String... searchArguments)
Add the values of custom attribute number num for exact matching to your query.
|
TaskQuery |
TaskQuery.customAttributeLike(String num,
String... searchArguments)
Add the values of custom attribute number num 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.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.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.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.orderByCustom1(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom1 value.
|
TaskQuery |
TaskQuery.orderByCustom10(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom10 value.
|
TaskQuery |
TaskQuery.orderByCustom2(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom2 value.
|
TaskQuery |
TaskQuery.orderByCustom3(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom3 value.
|
TaskQuery |
TaskQuery.orderByCustom4(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom4 value.
|
TaskQuery |
TaskQuery.orderByCustom5(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom5 value.
|
TaskQuery |
TaskQuery.orderByCustom6(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom6 value.
|
TaskQuery |
TaskQuery.orderByCustom7(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom7 value.
|
TaskQuery |
TaskQuery.orderByCustom8(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom8 value.
|
TaskQuery |
TaskQuery.orderByCustom9(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom9 value.
|
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.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.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.transferredEquals(Boolean isTransferred)
Add the isTransferred flag to the query.
|
TaskQuery |
TaskQuery.workbasketIdIn(String... workbasketIds)
Add your workbasket key to the query.
|
TaskQuery |
TaskQuery.workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers)
Add your workbasket key to the query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskQueryImpl
TaskQuery for generating dynamic sql.
|
Copyright © 2018. All rights reserved.