|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
com.atlassian.user.impl.delegation.search.query | |
com.atlassian.user.impl.hibernate.search.query | |
com.atlassian.user.impl.ldap.search.query | |
com.atlassian.user.search.query |
Uses of Query in com.atlassian.user.impl.delegation.search.query |
Methods in com.atlassian.user.impl.delegation.search.query with parameters of type Query | |
SearchResult |
DelegatingEntityQueryParser.findUsers(Query query)
Generates a SearchResult object for each RepositoryIdentifier the
entityQueryParser can search. |
SearchResult |
DelegatingEntityQueryParser.findGroups(Query query)
Generates a SearchResult object for each RepositoryIdentifier the
entityQueryParser can search. |
SearchResult |
DelegatingEntityQueryParser.findUsers(Query query,
QueryContext context)
|
SearchResult |
DelegatingEntityQueryParser.findGroups(Query query,
QueryContext context)
|
Uses of Query in com.atlassian.user.impl.hibernate.search.query |
Methods in com.atlassian.user.impl.hibernate.search.query with parameters of type Query | |
SearchResult |
HibernateEntityQueryParser.findUsers(Query query)
|
SearchResult |
HibernateEntityQueryParser.findGroups(Query query)
|
SearchResult |
HibernateEntityQueryParser.findUsers(Query query,
QueryContext context)
|
SearchResult |
HibernateEntityQueryParser.findGroups(Query query,
QueryContext context)
|
Uses of Query in com.atlassian.user.impl.ldap.search.query |
Methods in com.atlassian.user.impl.ldap.search.query with parameters of type Query | |
SearchResult |
LDAPEntityQueryParser.findUsers(Query query)
|
SearchResult |
LDAPEntityQueryParser.findGroups(Query query)
|
SearchResult |
LDAPEntityQueryParser.findUsers(Query query,
QueryContext context)
|
SearchResult |
LDAPEntityQueryParser.findGroups(Query query,
QueryContext context)
|
Uses of Query in com.atlassian.user.search.query |
Subinterfaces of Query in com.atlassian.user.search.query | |
interface |
BooleanQuery
Allows for the booleanconjuction of Query objects with an AND or OR parameter. |
interface |
GroupQuery
Designates that the Query is looking up groups, and will return
a Group object for each item of the result. |
interface |
MembershipQuery
Performs a query on a membership association. |
interface |
TermQuery
|
interface |
UserQuery
Designates that the Query is looking up users, and will return
a User object for each item of the result. |
Classes in com.atlassian.user.search.query that implement Query | |
class |
AbstractBooleanQuery
|
class |
AbstractSingleTermQuery
|
class |
EmailTermQuery
|
class |
ExternalEntitiesInGroupTwoTermQuery
Runs a search for names of external members of a group. |
class |
ExternalEntityNameTermQuery
|
class |
FullNameTermQuery
|
class |
GroupNameTermQuery
Takes a group name and returns a query suitable for finding it in the underlying implementation. |
class |
GroupsOfExternalEntityTwoTermQuery
Formulates a search on the groups of a specified ExternalEntity . |
class |
GroupsOfUserTwoTermQuery
Here the term should correspond to a user. |
class |
MultiTermBooleanQuery
|
class |
TwoTermBooleanQuery
|
class |
UserNameTermQuery
|
class |
UsersInGroupTwoTermQuery
Query used to search for users that match a particular username query (say tom*) and group query (say confluence-*) |
Methods in com.atlassian.user.search.query that return Query | |
Query |
TwoTermBooleanQuery.getFirstQuery()
|
Query |
TwoTermBooleanQuery.getSecondQuery()
|
protected Query |
AbstractEntityQueryParser.identifyDefiningQuery(BooleanQuery q)
The 'defining query' lets us know which EntityClass we are querying. |
Methods in com.atlassian.user.search.query with parameters of type Query | |
SearchResult |
EntityQueryParser.findUsers(Query query)
Generates a SearchResult object holding results for each RepositoryIdentifier the
the entityQueryParser can access.. |
SearchResult |
EntityQueryParser.findGroups(Query query)
Generates a SearchResult object holding results for each RepositoryIdentifier the
the entityQueryParser can access.. |
SearchResult |
EntityQueryParser.findUsers(Query query,
QueryContext context)
Generates a SearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search. |
SearchResult |
EntityQueryParser.findGroups(Query query,
QueryContext context)
Generates a SearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search. |
Pager |
DefaultEntityQueryParser.find(Query query)
|
SearchResult |
DefaultEntityQueryParser.findUsers(Query query)
|
SearchResult |
DefaultEntityQueryParser.findGroups(Query query)
|
SearchResult |
DefaultEntityQueryParser.findUsers(Query query,
QueryContext context)
|
SearchResult |
DefaultEntityQueryParser.findGroups(Query query,
QueryContext context)
|
protected void |
AbstractEntityQueryParser.validateQuery(Query query)
|
protected java.lang.String |
AbstractEntityQueryParser.matchQueryToQueryType(Query query1)
|
Constructors in com.atlassian.user.search.query with parameters of type Query | |
TwoTermBooleanQuery(Query query1,
Query query2)
Defaults anding to true |
|
TwoTermBooleanQuery(Query query1,
Query query2,
java.lang.String anding)
|
|
TwoTermBooleanQuery(Query query1,
Query query2,
boolean anding)
|
|
MultiTermBooleanQuery(Query[] collatedQueries,
boolean anding)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |