Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.query | |
org.picketlink.idm.spi |
Modifier and Type | Method and Description |
---|---|
<T extends Relationship> |
RelationshipManager.createRelationshipQuery(Class<T> relationshipType)
Creates an
RelationshipQuery that can be used to query for Relationship instances. |
Modifier and Type | Method and Description |
---|---|
RelationshipQuery<T> |
RelationshipQuery.setLimit(int limit) |
RelationshipQuery<T> |
RelationshipQuery.setOffset(int offset) |
RelationshipQuery<T> |
RelationshipQuery.setParameter(QueryParameter param,
Object... value) |
Modifier and Type | Method and Description |
---|---|
<V extends Relationship> |
IdentityStore.countQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
<V extends Relationship> |
IdentityStore.fetchQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.