Class QueryBuilder.PartialEntityQueryWithRestriction<T>
java.lang.Object
com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithRestriction<T>
- Enclosing class:
- QueryBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionPartialEntityQueryWithRestriction(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction) -
Method Summary
Modifier and TypeMethodDescriptionchildrenOf(EntityDescriptor entityToMatch) parentsOf(EntityDescriptor entityToMatch) returningAtMost(int maxResults) startingAt(int index)
-
Constructor Details
-
PartialEntityQueryWithRestriction
public PartialEntityQueryWithRestriction(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction)
-
-
Method Details
-
startingAt
-
returningAtMost
-
childrenOf
public QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> childrenOf(EntityDescriptor entityToMatch) -
parentsOf
public QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> parentsOf(EntityDescriptor entityToMatch)
-