public static class QueryBuilder.PartialEntityQueryWithRestriction<T> extends Object
Constructor and Description |
---|
PartialEntityQueryWithRestriction(Class<T> returnType,
EntityDescriptor entity,
SearchRestriction restriction) |
Modifier and Type | Method and Description |
---|---|
QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> |
childrenOf(EntityDescriptor entityToMatch) |
QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> |
parentsOf(EntityDescriptor entityToMatch) |
EntityQuery<T> |
returningAtMost(int maxResults) |
QueryBuilder.PartialEntityQueryWithStartIndex<T> |
startingAt(int index) |
public PartialEntityQueryWithRestriction(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction)
public QueryBuilder.PartialEntityQueryWithStartIndex<T> startingAt(int index)
public EntityQuery<T> returningAtMost(int maxResults)
public QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> childrenOf(EntityDescriptor entityToMatch)
public QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> parentsOf(EntityDescriptor entityToMatch)
Copyright © 2021 Atlassian. All rights reserved.