Class QueryBuilder.PartialEntityQuery<T>
java.lang.Object
com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery<T>
- Enclosing class:
- QueryBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchildrenOf
(EntityDescriptor entityToMatch) parentsOf
(EntityDescriptor entityToMatch) returningAtMost
(int maxResults) startingAt
(int index) with
(SearchRestriction restriction) Example: Restriction.on(UserTermKeys.FIRST_NAME).exactlyMatching("bob"))
-
Constructor Details
-
PartialEntityQuery
-
-
Method Details
-
with
Example: Restriction.on(UserTermKeys.FIRST_NAME).exactlyMatching("bob")) -
startingAt
-
returningAtMost
-
childrenOf
public QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> childrenOf(EntityDescriptor entityToMatch) -
parentsOf
public QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> parentsOf(EntityDescriptor entityToMatch) -
ofType
-