com.atlassian.jira.bc.issue.search
Class IssuePickerSearchService.IssuePickerParameters

java.lang.Object
  extended by com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
Enclosing interface:
IssuePickerSearchService

public static class IssuePickerSearchService.IssuePickerParameters
extends Object

Class for passing around IssuePicker parameters.


Constructor Summary
IssuePickerSearchService.IssuePickerParameters(String query, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit)
          Constructir that takes all params
 
Method Summary
 Issue getCurrentIssue()
           
 Project getCurrentProject()
           
 int getLimit()
           
 String getQuery()
           
 boolean showSubTaskParent()
           
 boolean showSubTasks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuePickerSearchService.IssuePickerParameters

public IssuePickerSearchService.IssuePickerParameters(String query,
                                                      Issue currentIssue,
                                                      Project currentProject,
                                                      boolean showSubTasks,
                                                      boolean showSubTaskParent,
                                                      int limit)
Constructir that takes all params

Parameters:
query - the query that was inputed
currentIssue - the current issue
currentProject - the current project
showSubTasks - whether or not to show sub-tasks
showSubTaskParent - whether or not to show parent
limit - how many items to display
Method Detail

getQuery

public String getQuery()

getCurrentIssue

public Issue getCurrentIssue()

getCurrentProject

public Project getCurrentProject()

showSubTasks

public boolean showSubTasks()

showSubTaskParent

public boolean showSubTaskParent()

getLimit

public int getLimit()


Copyright © 2002-2007 Atlassian. All Rights Reserved.