com.atlassian.jira.rest.v2.issue.groups
Class GroupPickerResourceHelperImpl

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.groups.GroupPickerResourceHelperImpl
All Implemented Interfaces:
GroupPickerResourceHelper

public class GroupPickerResourceHelperImpl
extends Object
implements GroupPickerResourceHelper


Field Summary
static int DEFAULT_MAX_RESULTS
           
static String MORE_GROUP_RESULTS_I18N_KEY
           
 
Constructor Summary
GroupPickerResourceHelperImpl(GroupPickerSearchService service, JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, PermissionManager permissionManager)
           
 
Method Summary
 GroupSuggestionsBean findGroupsAsBean(String query, List<String> excludeGroups, Integer maxResults)
          Gets group search results as a bean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MORE_GROUP_RESULTS_I18N_KEY

public static final String MORE_GROUP_RESULTS_I18N_KEY
See Also:
Constant Field Values

DEFAULT_MAX_RESULTS

public static final int DEFAULT_MAX_RESULTS
See Also:
Constant Field Values
Constructor Detail

GroupPickerResourceHelperImpl

public GroupPickerResourceHelperImpl(GroupPickerSearchService service,
                                     JiraAuthenticationContext authenticationContext,
                                     ApplicationProperties applicationProperties,
                                     PermissionManager permissionManager)
Method Detail

findGroupsAsBean

public GroupSuggestionsBean findGroupsAsBean(String query,
                                             List<String> excludeGroups,
                                             Integer maxResults)
Gets group search results as a bean

Specified by:
findGroupsAsBean in interface GroupPickerResourceHelper
Parameters:
query - - a String to match groups agains
excludeGroups - - groups to exclude from search
Returns:
bean that represents the search results with meta data


Copyright © 2002-2014 Atlassian. All Rights Reserved.