| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQuery.classificationKeyIn(String... classificationKey)
Add your classificationKey to your query.
|
TaskQuery |
TaskService.createTaskQuery()
This method provides a query builder for quering the database.
|
TaskQuery |
TaskQuery.customFieldsIn(String... customFields)
Filter the custom fields with this query.
|
TaskQuery |
TaskQuery.descriptionLike(String description)
Add your description for pattern matching to your query.
|
TaskQuery |
TaskQuery.domainIn(String... domain)
Add your domain to the query.
|
TaskQuery |
TaskQuery.nameIn(String... name)
Add your names to your query.
|
TaskQuery |
TaskQuery.noteLike(String note)
Add your custom note for pattern matching to your query.
|
TaskQuery |
TaskQuery.ownerIn(String... owners)
Add the owners 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 systemInstance)
Add the system instance of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemLike(String system)
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 type)
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 value)
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.workbasketKeyIn(String... workbasketKeys)
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.