Uses of Interface
com.atlassian.crowd.embedded.api.Query

Packages that use Query
com.atlassian.crowd.embedded.api   
 

Uses of Query in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api with parameters of type Query
<T> java.lang.Iterable<T>
CrowdService.search(Query<T> query)
          Searches for entities (e.g.
 java.lang.Iterable<User> CrowdService.searchUsersAllowingDuplicateNames(Query<User> query)
          Searches for User entities that match the supplied search query.
 



Copyright © 2010 Atlassian. All Rights Reserved.