| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.accessIdsHavePermission(WorkbasketAuthorization permission,
String... accessIds)
Setting up the permission which should be granted on the result workbaskets and the users which should be
checked.
|
WorkbasketQuery |
WorkbasketQuery.ascending()
Sort the query result in ascending order.
|
WorkbasketQuery |
WorkbasketQuery.callerHasPermission(WorkbasketAuthorization permission)
Setting up the permissions for the accessIds of the CurrentUserContext.
|
WorkbasketQuery |
WorkbasketQuery.createdAfter(java.time.Instant createdAfter)
Add your createdAfter-Date to your query.
|
WorkbasketQuery |
WorkbasketQuery.createdBefore(java.time.Instant createdBefore)
Add your createdBefore-Date to your query.
|
WorkbasketQuery |
WorkbasketService.createWorkbasketQuery()
This method provides a query builder for querying the database.
|
WorkbasketQuery |
WorkbasketQuery.descending()
Sort the query result in descending order.
|
WorkbasketQuery |
WorkbasketQuery.descriptionLike(String description)
Add your description to your query.
|
WorkbasketQuery |
WorkbasketQuery.domainIn(String... domain)
Add your domains to your query.
|
WorkbasketQuery |
WorkbasketQuery.keyIn(String... key)
Add your keys to your query.
|
WorkbasketQuery |
WorkbasketQuery.keyLike(String... key)
Add keys to your query.
|
WorkbasketQuery |
WorkbasketQuery.keyOrNameLike(String... searchString)
Add search strings to your query that are searched case-insensitively in the key and name fields of workbaskets.
|
WorkbasketQuery |
WorkbasketQuery.modifiedAfter(java.time.Instant modifiedAfter)
Add your modifiedAfter-Date to your query.
|
WorkbasketQuery |
WorkbasketQuery.modifiedBefore(java.time.Instant modifiedBefore)
Add your modifiedBefore-Date to your query.
|
WorkbasketQuery |
WorkbasketQuery.nameIn(String... name)
Add your names to your query.
|
WorkbasketQuery |
WorkbasketQuery.nameLike(String... name)
Add names to your query.
|
WorkbasketQuery |
WorkbasketQuery.orderByKey()
Sort the query result by key.
|
WorkbasketQuery |
WorkbasketQuery.orderByName()
Sort the query result by name.
|
WorkbasketQuery |
WorkbasketQuery.ownerIn(String... owners)
Add the owners to your query.
|
WorkbasketQuery |
WorkbasketQuery.typeIn(WorkbasketType... type)
Add your types to your query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbasketQueryImpl
WorkbasketQuery for generating dynamic SQL.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQueryImpl.accessIdsHavePermission(WorkbasketAuthorization permission,
String... accessIds) |
WorkbasketQuery |
WorkbasketQueryImpl.ascending() |
WorkbasketQuery |
WorkbasketQueryImpl.callerHasPermission(WorkbasketAuthorization permission) |
WorkbasketQuery |
WorkbasketQueryImpl.createdAfter(java.time.Instant createdAfter) |
WorkbasketQuery |
WorkbasketQueryImpl.createdBefore(java.time.Instant createdBefore) |
WorkbasketQuery |
WorkbasketServiceImpl.createWorkbasketQuery() |
WorkbasketQuery |
WorkbasketQueryImpl.descending() |
WorkbasketQuery |
WorkbasketQueryImpl.descriptionLike(String description) |
WorkbasketQuery |
WorkbasketQueryImpl.domainIn(String... domain) |
WorkbasketQuery |
WorkbasketQueryImpl.keyIn(String... key) |
WorkbasketQuery |
WorkbasketQueryImpl.keyLike(String... keys) |
WorkbasketQuery |
WorkbasketQueryImpl.keyOrNameLike(String... keysOrNames) |
WorkbasketQuery |
WorkbasketQueryImpl.modifiedAfter(java.time.Instant modifiedAfter) |
WorkbasketQuery |
WorkbasketQueryImpl.modifiedBefore(java.time.Instant modifiedBefore) |
WorkbasketQuery |
WorkbasketQueryImpl.nameIn(String... names) |
WorkbasketQuery |
WorkbasketQueryImpl.nameLike(String... names) |
WorkbasketQuery |
WorkbasketQueryImpl.orderByKey() |
WorkbasketQuery |
WorkbasketQueryImpl.orderByName() |
WorkbasketQuery |
WorkbasketQueryImpl.ownerIn(String... owners) |
WorkbasketQuery |
WorkbasketQueryImpl.typeIn(WorkbasketType... type) |
Copyright © 2018. All rights reserved.