Package | Description |
---|---|
org.picketlink.idm.query |
Modifier and Type | Method and Description |
---|---|
Sort |
IdentityQueryBuilder.asc(QueryParameter parameter)
Create an ascending order for the given
parameter . |
Sort |
IdentityQueryBuilder.desc(QueryParameter parameter)
Create an descending order for the given
parameter . |
Modifier and Type | Method and Description |
---|---|
Set<Sort> |
IdentityQuery.getSorting()
Returns a set containing all sorting conditions used to filter the results.
|
Modifier and Type | Method and Description |
---|---|
IdentityQuery<T> |
IdentityQuery.sortBy(Sort... sorts)
Add to this query the sorting conditions to be applied to the results.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.