public class AbstractBulkOperationAction extends IssueActionSupport
JiraWebActionSupport.MessageTypeI18nHelper.BeanFactoryErrorCollection.ReasonattachmentManagerprojectManagerISSUE_NOT_FOUND_RESULT, log, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters, SECURITY_BREACH_RESULT| Constructor and Description |
|---|
AbstractBulkOperationAction(SearchService searchService,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearBulkEditBean()
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() |
BulkEditBean |
getBulkEditBean() |
List |
getColumns() |
IssueTableLayoutBean |
getIssueTableLayoutBean() |
String |
getRedirect(String urlToActuallyGoTo)
A bulk operation-specific override to avoid the slightly insane
default behaviour of
JiraWebActionSupport.getRedirect(String), since it
will go wherever JiraWebActionSupport.getReturnUrl() tells it to before it goes
to the URL you pass as a parameter. |
protected String |
getRedirectUrl() |
BulkEditBean |
getRootBulkEditBean()
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() |
protected String |
redirectToStart() |
void |
setSendBulkNotification(boolean sendBulkNotification) |
protected void |
storeBulkEditBean(BulkEditBean bulkEditBean)
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) |
addIssueToHistory, getAttachmentManager, getCurrentDateTimeInUsersTimezone, getCurrentFailedLoginCount, getCurrentJQL, getCustomFieldManager, getDaysPerWeek, getEverLoggedIn, getFormToken, getHoursPerDay, getIssueManager, getLastFailedLogin, getLastLogin, getLoginCount, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getPreviousLogin, getSearchRequest, getSelectedIssueId, getSessionPagerFilterManager, getSessionSearchRequestManager, getSessionSearchRequestManagerFactory, getSessionSelectedIssueManager, getTotalFailedLoginCount, getUrlEncoded, getWorkflow, getWorkflowTransitionDescription, getWorkflowTransitionDisplayName, isCustomFieldHidden, isElevatedSecurityCheckRequired, isFieldHidden, isFieldHidden, isTimeTrackingEnabled, setFormToken, setSearchRequest, setSelectedIssueId, updateSearchRequestgetBrowsableProjects, getSelectedProjectId, setSelectedProject, setSelectedProjectaddError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, addMessageToResponse, addReason, addReasons, checkIfUrlIsAllowed, execute, forceRedirect, getActionName, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getComponentInstanceOfType, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDefaultResourceBundle, getDescTranslation, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getI18nHelper, getJiraContactHelper, getJiraServiceContext, getKeysForPrefix, getLanguage, getLocale, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getNameTranslation, getOfBizDelegator, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirectSanitiser, getRequestSourceType, getResourceBundle, getResult, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTimeFormat, getUnescapedText, getUntransformedRawText, getUriValidator, getUserFullName, getUserManager, getUserPreferences, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasAnyErrors, hasErrorMessage, hasErrorMessageByKey, hasGlobalPermission, hasGlobalPermission, hasIssuePermission, hasIssuePermission, hasIssuePermission, hasPermission, hasProjectPermission, hasProjectPermission, htmlEncode, insertContextPath, isAdministrator, isIndexing, isInlineDialogMode, isKeyDefined, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, removeKeyOrAddError, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, tagMauEventWithApplication, tagMauEventWithProject, urlEncodeaddError, addErrorMessage, doDefault, doExecute, doValidation, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddError, addErrorMessage, setErrorMessagespublic AbstractBulkOperationAction(SearchService searchService, BulkEditBeanSessionHelper bulkEditBeanSessionHelper)
public BulkEditBean getBulkEditBean()
public IssueTableLayoutBean getIssueTableLayoutBean() throws Exception
Exception@Deprecated protected void clearBulkEditBean()
public String getRedirect(String urlToActuallyGoTo)
JiraWebActionSupport.getRedirect(String), since it
will go wherever JiraWebActionSupport.getReturnUrl() tells it to before it goes
to the URL you pass as a parameter.getRedirect in class JiraWebActionSupporturlToActuallyGoTo - the URL to actually go to.JiraWebActionSupport.getRedirect(String, boolean)@Deprecated protected void storeBulkEditBean(BulkEditBean bulkEditBean)
protected void storeReturnUrl(String returnUrl)
@Deprecated public BulkEditBean getRootBulkEditBean()
public boolean isCanDisableMailNotifications()
Only global admins or a user who is a project admin of all projects associated with the selected issues can disable bulk mail notifications.
public boolean isSendBulkNotification()
public void setSendBulkNotification(boolean sendBulkNotification)
protected String redirectToStart()
Copyright © 2002-2024 Atlassian. All Rights Reserved.