Q - the actual WorkbasketAccessItemQuery behind this interface classT - the workbasket access itempublic interface AbstractWorkbasketAccessItemQuery<Q extends AbstractWorkbasketAccessItemQuery<Q,T>,T extends WorkbasketAccessItem> extends BaseQuery<T,AccessItemQueryColumnName>
BaseQuery.SortDirection| Modifier and Type | Method and Description |
|---|---|
Q |
accessIdIn(String... accessId)
Add your accessIds to your query.
|
Q |
idIn(String... ids)
Add your unique entry id to your query as filter.
|
Q |
orderByAccessId(BaseQuery.SortDirection sortDirection)
Sort the query result by access Id.
|
Q |
orderById(BaseQuery.SortDirection sortDirection)
Sort the query result by Id.
|
Q |
orderByWorkbasketId(BaseQuery.SortDirection sortDirection)
Sort the query result by workbasket id.
|
Q |
workbasketIdIn(String... workbasketId)
Add your workbasket id to your query.
|
count, list, list, listPage, listValues, single, toUpperCopyQ idIn(String... ids)
ids - the unique entry IDsQ workbasketIdIn(String... workbasketId)
workbasketId - the workbasket IdQ accessIdIn(String... accessId)
accessId - as access IdsQ orderByWorkbasketId(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order.
If sortDirection is null, the result is sorted in ascending orderQ orderByAccessId(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order.
If sortDirection is null, the result is sorted in ascending orderQ orderById(BaseQuery.SortDirection sortDirection)
sortDirection - Determines whether the result is sorted in ascending or descending order.
If sortDirection is null, the result is sorted in ascending orderCopyright © 2020. All rights reserved.