public class IssueNavigatorToolsHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IssueNavigatorToolsHelper.SearchRequestInfo |
static class |
IssueNavigatorToolsHelper.SearchResultInfo |
| Constructor and Description |
|---|
IssueNavigatorToolsHelper(JiraAuthenticationContext authContext,
PermissionManager permissionManager,
ApplicationProperties applicationProperties,
ColumnLayoutManager columnLayoutManager,
IssueNavigatorToolsHelper.SearchRequestInfo searchRequestInfo,
IssueNavigatorToolsHelper.SearchResultInfo searchResultInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBulkEditMax()
Returns the maximum number of issues the user is allowed to bulk edit.
|
List<ToolOptionGroup> |
getToolOptions() |
boolean |
isBulkEditLimited()
Tells whether the bulk edit limit property is currently restricting the number of issues in the current search
that may be bulk edited.
|
boolean |
isHasBulkChangePermission()
Checks to see if the current user has the global BULK CHANGE permission
|
boolean |
isHasSearchRequestColumnLayout()
Determines if the current search request has a column layout.
|
boolean |
isOwnerOfSearchRequest() |
boolean |
isShowOverrideColumnLayout()
Determines whether the "Use Your Columns" link should be shown to the user.
|
public IssueNavigatorToolsHelper(JiraAuthenticationContext authContext, PermissionManager permissionManager, ApplicationProperties applicationProperties, ColumnLayoutManager columnLayoutManager, IssueNavigatorToolsHelper.SearchRequestInfo searchRequestInfo, IssueNavigatorToolsHelper.SearchResultInfo searchResultInfo)
public List<ToolOptionGroup> getToolOptions() throws ColumnLayoutStorageException
ColumnLayoutStorageExceptionpublic boolean isHasBulkChangePermission()
public boolean isBulkEditLimited()
public int getBulkEditMax()
APKeys.JIRA_BULK_EDIT_LIMIT_ISSUE_COUNT if it is
set to a positive number.public boolean isHasSearchRequestColumnLayout()
throws ColumnLayoutStorageException
ColumnLayoutStorageExceptionpublic boolean isOwnerOfSearchRequest()
public boolean isShowOverrideColumnLayout()
throws ColumnLayoutStorageException
ColumnLayoutStorageExceptionCopyright © 2002-2019 Atlassian. All Rights Reserved.