| Package | Description |
|---|---|
| pro.taskana.workbasket.api | |
| pro.taskana.workbasket.internal |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.accessIdsHavePermission(WorkbasketPermission 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(WorkbasketPermission permission)
Add condition to query if the caller (one of the accessIds of the caller) has the given
permission on the workbasket.
|
WorkbasketQuery |
WorkbasketQuery.createdWithin(TimeInterval... intervals)
Add the time intervals within which the workbasket was created to your query.
|
WorkbasketQuery |
WorkbasketService.createWorkbasketQuery()
This method provides a query builder for querying the database.
|
WorkbasketQuery |
WorkbasketQuery.customAttributeIn(WorkbasketCustomField customField,
String... searchArguments)
Add the values of custom attributes for exact matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.customAttributeLike(WorkbasketCustomField customField,
String... searchArguments)
Add the values of custom attributes for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.descriptionLike(String... description)
Add your description to your query.
|
WorkbasketQuery |
WorkbasketQuery.domainIn(String... domain)
Add your domains to your query.
|
WorkbasketQuery |
WorkbasketQuery.domainLike(String... domain)
Add the domains for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.idIn(String... id)
Add your ids 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.markedForDeletion(boolean markedForDeletion)
Add to your query if the Workbasket shall be marked for deletion.
|
WorkbasketQuery |
WorkbasketQuery.modifiedWithin(TimeInterval... intervals)
Add the time intervals within which the workbasket was modified 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.orderByCustomAttribute(WorkbasketCustomField customField,
BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of a custom field.
|
WorkbasketQuery |
WorkbasketQuery.orderByDescription(BaseQuery.SortDirection sortDirection)
Sort the query result by description.
|
WorkbasketQuery |
WorkbasketQuery.orderByDomain(BaseQuery.SortDirection sortDirection)
Sort the query result by domain.
|
WorkbasketQuery |
WorkbasketQuery.orderByKey(BaseQuery.SortDirection sortDirection)
Sort the query result by key.
|
WorkbasketQuery |
WorkbasketQuery.orderByName(BaseQuery.SortDirection sortDirection)
Sort the query result by name.
|
WorkbasketQuery |
WorkbasketQuery.orderByOrgLevel1(BaseQuery.SortDirection sortDirection)
Sort the query result by organization level 1.
|
WorkbasketQuery |
WorkbasketQuery.orderByOrgLevel2(BaseQuery.SortDirection sortDirection)
Sort the query result by organization level 2.
|
WorkbasketQuery |
WorkbasketQuery.orderByOrgLevel3(BaseQuery.SortDirection sortDirection)
Sort the query result by organization level 3.
|
WorkbasketQuery |
WorkbasketQuery.orderByOrgLevel4(BaseQuery.SortDirection sortDirection)
Sort the query result by organization level 4.
|
WorkbasketQuery |
WorkbasketQuery.orderByOwner(BaseQuery.SortDirection sortDirection)
Sort the query result by owner.
|
WorkbasketQuery |
WorkbasketQuery.orderByType(BaseQuery.SortDirection sortDirection)
Sort the query result by type.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel1In(String... orgLevel1)
Add the 1st organization level to your query.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel1Like(String... orgLevel1)
Add the 1st organization level for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel2In(String... orgLevel2)
Add the 2nd organization level to your query.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel2Like(String... orgLevel2)
Add the 2nd organization level for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel3In(String... orgLevel3)
Add the 3rd organization level to your query.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel3Like(String... orgLevel3)
Add the 3rd organization level for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel4In(String... orgLevel4)
Add the 4th organization level to your query.
|
WorkbasketQuery |
WorkbasketQuery.orgLevel4Like(String... orgLevel4)
Add the 4th organization level for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.ownerIn(String... owners)
Add the owners to your query.
|
WorkbasketQuery |
WorkbasketQuery.ownerLike(String... owners)
Add the owners for pattern matching 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.
|
Copyright © 2020. All rights reserved.