Uses of Class
com.atlassian.crowd.search.EntityDescriptor

Packages that use EntityDescriptor
com.atlassian.crowd.search   
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.query.entity   
com.atlassian.crowd.search.query.membership   
 

Uses of EntityDescriptor in com.atlassian.crowd.search
 

Methods in com.atlassian.crowd.search that return EntityDescriptor
static EntityDescriptor EntityDescriptor.alias()
           
static EntityDescriptor EntityDescriptor.application()
           
static EntityDescriptor EntityDescriptor.directory()
           
static EntityDescriptor EntityDescriptor.group()
           
static EntityDescriptor EntityDescriptor.group(GroupType groupType)
           
static EntityDescriptor EntityDescriptor.role()
           
static EntityDescriptor EntityDescriptor.token()
           
static EntityDescriptor EntityDescriptor.user()
           
 

Uses of EntityDescriptor in com.atlassian.crowd.search.builder
 

Methods in com.atlassian.crowd.search.builder with parameters of type EntityDescriptor
static
<T> MembershipQuery<T>
QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, java.lang.Class<T> returnType, EntityDescriptor entityToMatch, java.lang.String nameToMatch)
           
 QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> QueryBuilder.PartialEntityQuery.membershipsOf(EntityDescriptor entityToMatch)
           
 QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> QueryBuilder.PartialEntityQuery.membersOf(EntityDescriptor entityToMatch)
           
static
<T> QueryBuilder.PartialEntityQuery<T>
QueryBuilder.queryFor(java.lang.Class<T> returnType, EntityDescriptor entity)
           
static
<T> EntityQuery<T>
QueryBuilder.queryFor(java.lang.Class<T> returnType, EntityDescriptor entity, SearchRestriction searchRestriction, int startIndex, int maxResults)
           
 

Constructors in com.atlassian.crowd.search.builder with parameters of type EntityDescriptor
QueryBuilder.PartialEntityQuery(java.lang.Class<T> returnType, EntityDescriptor entity)
           
QueryBuilder.PartialEntityQueryWithRestriction(java.lang.Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction)
           
QueryBuilder.PartialEntityQueryWithStartIndex(java.lang.Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction, int startIndex)
           
QueryBuilder.PartialMembershipQueryWithEntityToMatch(java.lang.Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers)
           
QueryBuilder.PartialMembershipQueryWithNameToMatch(java.lang.Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, java.lang.String nameToMatch)
           
QueryBuilder.PartialMembershipQueryWithStartIndex(java.lang.Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, java.lang.String nameToMatch, int startIndex)
           
 

Uses of EntityDescriptor in com.atlassian.crowd.search.query.entity
 

Methods in com.atlassian.crowd.search.query.entity that return EntityDescriptor
 EntityDescriptor EntityQuery.getEntityDescriptor()
           
 

Constructors in com.atlassian.crowd.search.query.entity with parameters of type EntityDescriptor
EntityQuery(java.lang.Class<T> returnType, EntityDescriptor entityDescriptor, SearchRestriction searchRestriction, int startIndex, int maxResults)
           
 

Uses of EntityDescriptor in com.atlassian.crowd.search.query.membership
 

Methods in com.atlassian.crowd.search.query.membership that return EntityDescriptor
 EntityDescriptor MembershipQuery.getEntityToMatch()
           
 EntityDescriptor MembershipQuery.getEntityToReturn()
           
 

Constructors in com.atlassian.crowd.search.query.membership with parameters of type EntityDescriptor
GroupMembershipQuery(java.lang.Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, java.lang.String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults)
           
GroupMembersOfGroupQuery(java.lang.Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, java.lang.String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults)
           
MembershipQuery(java.lang.Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, java.lang.String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults)
           
UserMembershipQuery(java.lang.Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, java.lang.String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults)
           
UserMembersOfGroupQuery(java.lang.Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, java.lang.String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.