| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| 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.custom1In(String... custom1)
Add the 1st custom property to your query.
|
WorkbasketQuery |
WorkbasketQuery.custom1Like(String... custom1)
Add the 1st custom property for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.custom2In(String... custom2)
Add the 2nd custom property to your query.
|
WorkbasketQuery |
WorkbasketQuery.custom2Like(String... custom2)
Add the 2nd custom property for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.custom3In(String... custom3)
Add the 3rd custom property to your query.
|
WorkbasketQuery |
WorkbasketQuery.custom3Like(String... custom3)
Add the 3rd custom property for pattern matching to your query.
|
WorkbasketQuery |
WorkbasketQuery.custom4In(String... custom4)
Add the 4th custom property to your query.
|
WorkbasketQuery |
WorkbasketQuery.custom4Like(String... custom4)
Add the 4th custom property 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.orderByCustom1(BaseQuery.SortDirection sortDirection)
Sort the query result by custom property 1.
|
WorkbasketQuery |
WorkbasketQuery.orderByCustom2(BaseQuery.SortDirection sortDirection)
Sort the query result by custom property 2.
|
WorkbasketQuery |
WorkbasketQuery.orderByCustom3(BaseQuery.SortDirection sortDirection)
Sort the query result by custom property 3.
|
WorkbasketQuery |
WorkbasketQuery.orderByCustom4(BaseQuery.SortDirection sortDirection)
Sort the query result by custom property 4.
|
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 © 2019. All rights reserved.