public class

AbstractBulkOperationAction

extends IssueActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.ProjectActionSupport
           ↳ com.atlassian.jira.web.action.IssueActionSupport
             ↳ com.atlassian.jira.web.action.issue.bulkedit.AbstractBulkOperationAction
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.IssueActionSupport
From class com.atlassian.jira.web.action.ProjectActionSupport
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
AbstractBulkOperationAction(SearchService searchService, BulkEditBeanSessionHelper bulkEditBeanSessionHelper)
Public Methods
BulkEditBean getBulkEditBean()
List getColumns()
IssueTableLayoutBean getIssueTableLayoutBean()
String getRedirect(String urlToActuallyGoTo)
A bulk operation-specific override to avoid the slightly insane default behaviour of getRedirect(String), since it will go wherever getReturnUrl() tells it to before it goes to the URL you pass as a parameter.
@Deprecated BulkEditBean getRootBulkEditBean()
This method is deprecated. since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
boolean isCanDisableMailNotifications()
Determines if the current user can disable mail notifications for this bulk operation.
boolean isSendBulkNotification()
void setSendBulkNotification(boolean sendBulkNotification)
Protected Methods
@Deprecated void clearBulkEditBean()
This method is deprecated. since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
String finishWizard()
String getRedirectUrl()
String redirectToStart()
@Deprecated void storeBulkEditBean(BulkEditBean bulkEditBean)
This method is deprecated. since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
void storeReturnUrl(String returnUrl)
String watchProgress(String progressUrl)
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.IssueActionSupport
From class com.atlassian.jira.web.action.ProjectActionSupport
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public AbstractBulkOperationAction (SearchService searchService, BulkEditBeanSessionHelper bulkEditBeanSessionHelper)

Public Methods

public BulkEditBean getBulkEditBean ()

public List getColumns ()

Throws
Exception

public IssueTableLayoutBean getIssueTableLayoutBean ()

Throws
Exception

public String getRedirect (String urlToActuallyGoTo)

A bulk operation-specific override to avoid the slightly insane default behaviour of getRedirect(String), since it will go wherever getReturnUrl() tells it to before it goes to the URL you pass as a parameter.

Parameters
urlToActuallyGoTo the URL to actually go to.
Returns
  • the result of the redirection.

@Deprecated public BulkEditBean getRootBulkEditBean ()

This method is deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.

public boolean isCanDisableMailNotifications ()

Determines if the current user can disable mail notifications for this bulk operation.

Only global admins or a user who is a project admin of all projects associated with the selected issues can disable bulk mail notifications.

Returns
  • true if the user is a global admin or a project admin of all projects associated with the selected issues.

public boolean isSendBulkNotification ()

public void setSendBulkNotification (boolean sendBulkNotification)

Protected Methods

@Deprecated protected void clearBulkEditBean ()

This method is deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.

protected String finishWizard ()

Throws
Exception

protected String getRedirectUrl ()

Throws
Exception

protected String redirectToStart ()

@Deprecated protected void storeBulkEditBean (BulkEditBean bulkEditBean)

This method is deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.

protected void storeReturnUrl (String returnUrl)

protected String watchProgress (String progressUrl)

Throws
Exception