| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.accessIdsHavePersmission(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.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.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.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.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.accessIdsHavePersmission(WorkbasketAuthorization permission,
String... accessIds) |
WorkbasketQuery |
WorkbasketQueryImpl.callerHasPermission(WorkbasketAuthorization permission) |
WorkbasketQuery |
WorkbasketQueryImpl.createdAfter(java.time.Instant createdAfter) |
WorkbasketQuery |
WorkbasketQueryImpl.createdBefore(java.time.Instant createdBefore) |
WorkbasketQuery |
WorkbasketServiceImpl.createWorkbasketQuery() |
WorkbasketQuery |
WorkbasketQueryImpl.descriptionLike(String description) |
WorkbasketQuery |
WorkbasketQueryImpl.domainIn(String... domain) |
WorkbasketQuery |
WorkbasketQueryImpl.keyIn(String... key) |
WorkbasketQuery |
WorkbasketQueryImpl.modifiedAfter(java.time.Instant modifiedAfter) |
WorkbasketQuery |
WorkbasketQueryImpl.modifiedBefore(java.time.Instant modifiedBefore) |
WorkbasketQuery |
WorkbasketQueryImpl.nameIn(String... names) |
WorkbasketQuery |
WorkbasketQueryImpl.ownerIn(String... owners) |
WorkbasketQuery |
WorkbasketQueryImpl.typeIn(WorkbasketType... type) |
Copyright © 2018. All rights reserved.