com.atlassian.jira.issue.customfields.searchers
Class UserPickerGroupSearcher
java.lang.Object
com.atlassian.jira.issue.customfields.searchers.AbstractCustomFieldSearcher
com.atlassian.jira.issue.customfields.searchers.AbstractSingleValueSearcher
com.atlassian.jira.issue.customfields.searchers.UserPickerSearcher
com.atlassian.jira.issue.customfields.searchers.UserPickerGroupSearcher
- All Implemented Interfaces:
- CustomFieldSearcher
- public class UserPickerGroupSearcher
- extends UserPickerSearcher
Method Summary |
java.util.Collection |
getGroups()
This is used in the template to get a list of groups to show |
void |
index(org.apache.lucene.document.Document doc,
CustomField field,
java.lang.Object value)
Add index to the given Document object. |
protected SearchParameter |
makeSearchParameter(CustomField field,
java.lang.String paramValue,
java.lang.String paramPrefix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPickerGroupSearcher
public UserPickerGroupSearcher(UserConverter userConverter,
com.opensymphony.user.UserManager userManager)
index
public void index(org.apache.lucene.document.Document doc,
CustomField field,
java.lang.Object value)
- Description copied from interface:
CustomFieldSearcher
- Add index to the given Document object. The "value" is/are the value object (s) returned from the
CustomFieldType.
- Specified by:
index
in interface CustomFieldSearcher
- Overrides:
index
in class UserPickerSearcher
makeSearchParameter
protected SearchParameter makeSearchParameter(CustomField field,
java.lang.String paramValue,
java.lang.String paramPrefix)
throws CustomFieldValidationException
- Overrides:
makeSearchParameter
in class UserPickerSearcher
- Throws:
CustomFieldValidationException
getGroups
public java.util.Collection getGroups()
- This is used in the template to get a list of groups to show
Copyright © 2002-2005 Atlassian. All Rights Reserved.