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> Iterable<T>
CrowdService.search(Query<T> query)
          Searches for entities (e.g.
 Iterable<User> CrowdService.searchUsersAllowingDuplicateNames(Query<User> query)
          Deprecated. this method violates the directory encapsulation of CrowdService and will be removed in the future. Consumers of this method should move to a different service.
 



Copyright © 2013 Atlassian. All Rights Reserved.