com.atlassian.user.search.query
Class GroupsOfUserTwoTermQuery
java.lang.Object
com.atlassian.user.search.query.AbstractBooleanQuery
com.atlassian.user.search.query.TwoTermBooleanQuery
com.atlassian.user.search.query.GroupsOfUserTwoTermQuery
- All Implemented Interfaces:
- BooleanQuery, MembershipQuery, Query
- public class GroupsOfUserTwoTermQuery
- extends TwoTermBooleanQuery
- implements MembershipQuery
Here the term should correspond to a user.
This will be parsed into a query returning all groups for the user.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupsOfUserTwoTermQuery
public GroupsOfUserTwoTermQuery(UserNameTermQuery userNameQuery)
GroupsOfUserTwoTermQuery
public GroupsOfUserTwoTermQuery(GroupNameTermQuery groupNameQuery)
GroupsOfUserTwoTermQuery
public GroupsOfUserTwoTermQuery(UserNameTermQuery userNameQuery,
GroupNameTermQuery groupNameQuery)
getUserNameTermQuery
public UserNameTermQuery getUserNameTermQuery()
getGroupNameTermQuery
public GroupNameTermQuery getGroupNameTermQuery()
Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.