com.atlassian.jira.web.action.admin.workflow.scheme
Class SelectProjectWorkflowSchemeStep2
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.scheme.AbstractSchemeAwareAction
com.atlassian.jira.scheme.AbstractSelectProjectScheme
com.atlassian.jira.web.action.admin.workflow.scheme.SelectProjectWorkflowScheme
com.atlassian.jira.web.action.admin.workflow.scheme.SelectProjectWorkflowSchemeStep2
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, ProjectAware, SchemeAware, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
public class SelectProjectWorkflowSchemeStep2
- extends SelectProjectWorkflowScheme
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirectChecker, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, removeKeyOrAddError |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, getCommandName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface webwork.action.CommandDriven |
getCommandName, setCommand |
SelectProjectWorkflowSchemeStep2
public SelectProjectWorkflowSchemeStep2(SearchProvider searchProvider,
OfBizDelegator delegator,
IssueManager issueManager,
TaskManager taskManager,
JiraAuthenticationContext authenticationContext,
OutlookDateManager outlookDateManager,
WorkflowManager workflowManager,
ConstantsManager constantsManager,
WorkflowSchemeManager workflowSchemeManager)
doDefault
public String doDefault()
throws Exception
- Overrides:
doDefault
in class AbstractSelectProjectScheme
- Throws:
Exception
doExecute
protected String doExecute()
throws Exception
- Overrides:
doExecute
in class AbstractSelectProjectScheme
- Throws:
Exception
getFailedIssueIds
public Map getFailedIssueIds()
getMigrationHelper
public EnterpriseWorkflowMigrationHelper getMigrationHelper()
getNumAffectedIssues
public long getNumAffectedIssues(org.ofbiz.core.entity.GenericValue issueType)
throws SearchException
- Throws:
SearchException
getTotalAffectedIssues
public long getTotalAffectedIssues(org.ofbiz.core.entity.GenericValue issueType)
throws SearchException
- Throws:
SearchException
getTargetWorkflow
public JiraWorkflow getTargetWorkflow(org.ofbiz.core.entity.GenericValue issueType)
throws org.ofbiz.core.entity.GenericEntityException,
WorkflowException
- Throws:
org.ofbiz.core.entity.GenericEntityException
WorkflowException
getExistingWorkflow
public JiraWorkflow getExistingWorkflow(org.ofbiz.core.entity.GenericValue issueType)
throws org.ofbiz.core.entity.GenericEntityException,
WorkflowException
- Throws:
org.ofbiz.core.entity.GenericEntityException
WorkflowException
getTargetStatuses
public Collection getTargetStatuses(org.ofbiz.core.entity.GenericValue issueType)
throws WorkflowException,
org.ofbiz.core.entity.GenericEntityException
- Throws:
WorkflowException
org.ofbiz.core.entity.GenericEntityException
getSelectListName
public String getSelectListName(org.ofbiz.core.entity.GenericValue issueType,
org.ofbiz.core.entity.GenericValue status)
isHaveIssuesToMigrate
public boolean isHaveIssuesToMigrate()
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
getStatusesNeedingMigration
public Collection getStatusesNeedingMigration(org.ofbiz.core.entity.GenericValue issueType)
getAbortedMigrationMessageKey
public static String getAbortedMigrationMessageKey()
getFailureMigrationMessageKey
public static String getFailureMigrationMessageKey()
Copyright © 2002-2012 Atlassian. All Rights Reserved.