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

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

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


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

Constructor Detail

QueryBuilder.PartialEntityQuery

public QueryBuilder.PartialEntityQuery(EntityDescriptor entity)
Method Detail

with

public QueryBuilder.PartialEntityQueryWithRestriction with(SearchRestriction restriction)

startingAt

public QueryBuilder.PartialEntityQueryWithStartIndex startingAt(int index)

returningAtMost

public EntityQuery returningAtMost(int maxResults)

membersOf

public QueryBuilder.PartialMembershipQueryWithEntityToMatch membersOf(EntityDescriptor entityToMatch)

membershipsOf

public QueryBuilder.PartialMembershipQueryWithEntityToMatch membershipsOf(EntityDescriptor entityToMatch)

ofType

public java.lang.Object ofType(GroupType groupType)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.