Uses of Interface
com.atlassian.crowd.embedded.api.Query
Packages that use Query
Package
Description
-
Uses of Query in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api with parameters of type Query -
Uses of Query in com.atlassian.crowd.embedded.core
Methods in com.atlassian.crowd.embedded.core with parameters of type Query -
Uses of Query in com.atlassian.crowd.manager.application.search
Methods in com.atlassian.crowd.manager.application.search that return QueryModifier and TypeMethodDescriptionDirectoryQueryWithFilter.getQuery()
Returns query that should be run against given directory.Constructors in com.atlassian.crowd.manager.application.search with parameters of type QueryModifierConstructorDescriptionDirectoryQueryWithFilter
(Directory directory, Query<T> query, UnaryOperator<List<T>> filter) -
Uses of Query in com.atlassian.crowd.search.query.entity
Classes in com.atlassian.crowd.search.query.entity that implement QueryModifier and TypeClassDescriptionclass
class
class
class
class
EntityQuery<T>
class
GroupQuery<T>
class
Deprecated.class
UserQuery<T>
-
Uses of Query in com.atlassian.crowd.search.query.membership
Classes in com.atlassian.crowd.search.query.membership that implement QueryModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Query in com.atlassian.crowd.search.util
Classes in com.atlassian.crowd.search.util with type parameters of type QueryModifier and TypeInterfaceDescriptionstatic interface
QuerySplitter.Searcher<T,
Q extends Query<T>, E extends Exception> Methods in com.atlassian.crowd.search.util with parameters of type QueryModifier and TypeMethodDescriptionstatic <T> List
<T> ResultsAggregators.constrainResults
(Query<T> query, Collection<T> values) static <T> ResultsAggregator
<T> Creates an instance that will sort, de-duplicate and constrain results according to thequery
.static <T> ResultsAggregator
<T> static <T,
K extends Comparable<? super K>>
ResultsAggregator<T> Creates an instance that will use the provided function to uniquely identify results and that will expect as many total results as indicated by the query.
AuthenticatedTokenQuery
instead.