com.atlassian.crowd.search.builder
Class QueryBuilder.PartialEntityQueryWithRestriction

java.lang.Object
  extended by com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithRestriction
Enclosing class:
QueryBuilder

public static class QueryBuilder.PartialEntityQueryWithRestriction
extends java.lang.Object


Constructor Summary
QueryBuilder.PartialEntityQueryWithRestriction(EntityDescriptor entity, SearchRestriction restriction)
           
 
Method Summary
 EntityQuery returningAtMost(int maxResults)
           
 QueryBuilder.PartialEntityQueryWithStartIndex startingAt(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBuilder.PartialEntityQueryWithRestriction

public QueryBuilder.PartialEntityQueryWithRestriction(EntityDescriptor entity,
                                                      SearchRestriction restriction)
Method Detail

startingAt

public QueryBuilder.PartialEntityQueryWithStartIndex startingAt(int index)

returningAtMost

public EntityQuery returningAtMost(int maxResults)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.