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 |
IDMInternalMessages.queryRelationshipFailed(RelationshipQuery<?> query,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
<T extends Relationship> |
FileIdentityStore.fetchQueryResults(IdentityContext context,
RelationshipQuery<T> query) |
Modifier and Type | Method and Description |
---|---|
<T extends Relationship> |
ContextualRelationshipManager.createRelationshipQuery(Class<T> relationshipClass) |
Modifier and Type | Method and Description |
---|---|
<V extends Relationship> |
AbstractIdentityStore.countQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
Modifier and Type | Method and Description |
---|---|
<V extends Relationship> |
JDBCIdentityStore.countQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
<V extends Relationship> |
JDBCIdentityStore.fetchQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
Modifier and Type | Method and Description |
---|---|
<V extends Relationship> |
JPAIdentityStore.fetchQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
Modifier and Type | Method and Description |
---|---|
<V extends Relationship> |
LDAPIdentityStore.fetchQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
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 | Class and Description |
---|---|
class |
DefaultRelationshipQuery<T extends Relationship>
Default IdentityQuery implementation.
|
Modifier and Type | Method and Description |
---|---|
RelationshipQuery<T> |
DefaultRelationshipQuery.setLimit(int limit) |
RelationshipQuery<T> |
DefaultRelationshipQuery.setOffset(int offset) |
RelationshipQuery<T> |
DefaultRelationshipQuery.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) |
Modifier and Type | Method and Description |
---|---|
<V extends Relationship> |
TokenIdentityStore.fetchQueryResults(IdentityContext context,
RelationshipQuery<V> query) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.