com.atlassian.jira.web.action.issue
Class IssueNavigatorToolsHelper.SearchRequestInfo

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.IssueNavigatorToolsHelper.SearchRequestInfo
Enclosing class:
IssueNavigatorToolsHelper

public static class IssueNavigatorToolsHelper.SearchRequestInfo
extends Object


Field Summary
 Long filterId
          filter id
 String ownerUserKey
          owner name of filter
 Query query
          query
 boolean skipColumns
          should slip columns config at all
 boolean useColumns
          should use filter columns
 
Constructor Summary
IssueNavigatorToolsHelper.SearchRequestInfo(Long filterId, Query query, boolean useColumns, boolean skipColumns, String ownerUserName)
           
IssueNavigatorToolsHelper.SearchRequestInfo(Long filterId, Query query, boolean useColumns, String ownerUserName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterId

public final Long filterId
filter id


query

public final Query query
query


useColumns

public final boolean useColumns
should use filter columns


skipColumns

public final boolean skipColumns
should slip columns config at all


ownerUserKey

public final String ownerUserKey
owner name of filter

Constructor Detail

IssueNavigatorToolsHelper.SearchRequestInfo

public IssueNavigatorToolsHelper.SearchRequestInfo(Long filterId,
                                                   Query query,
                                                   boolean useColumns,
                                                   boolean skipColumns,
                                                   String ownerUserName)

IssueNavigatorToolsHelper.SearchRequestInfo

public IssueNavigatorToolsHelper.SearchRequestInfo(Long filterId,
                                                   Query query,
                                                   boolean useColumns,
                                                   String ownerUserName)


Copyright © 2002-2014 Atlassian. All Rights Reserved.