Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.query | |
org.picketlink.idm.spi |
Modifier and Type | Method and Description |
---|---|
<T extends IdentityType> |
IdentityManager.createIdentityQuery(Class<T> identityType)
Creates an
IdentityQuery that can be used to query for IdentityType instances. |
Modifier and Type | Method and Description |
---|---|
IdentityQuery<T> |
IdentityQuery.setLimit(int limit) |
IdentityQuery<T> |
IdentityQuery.setOffset(int offset) |
IdentityQuery<T> |
IdentityQuery.setParameter(QueryParameter param,
Object... value) |
IdentityQuery<T> |
IdentityQuery.setSortAscending(boolean sortAscending)
Specify if sorting will be ascending (true) or descending (false)
|
IdentityQuery<T> |
IdentityQuery.setSortParameters(QueryParameter... sortParameters)
Parameters used to sort the results.
|
Modifier and Type | Method and Description |
---|---|
<V extends IdentityType> |
IdentityStore.countQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
<V extends IdentityType> |
IdentityStore.fetchQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.