| 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 |
|---|---|
IdentityManagementException |
IDMMessages.relationshipQueryFailed(RelationshipQuery<?> query,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipQuery<T> |
RelationshipQuery.setLimit(long limit) |
RelationshipQuery<T> |
RelationshipQuery.setOffset(long 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 © 2013. All Rights Reserved.