com.atlassian.jira.web.action.admin.workflow
Class ViewWorkflowTransition
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowTransitionAction
com.atlassian.jira.web.action.admin.workflow.ViewWorkflowTransition
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
public class ViewWorkflowTransition
- extends AbstractWorkflowTransitionAction
- 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 |
Constructor Summary |
ViewWorkflowTransition(JiraWorkflow workflow,
com.opensymphony.workflow.loader.ActionDescriptor transition,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ConstantsManager constantsManager,
CollectionReorderer collectionReorderer,
WorkflowService workflowService)
|
ViewWorkflowTransition(JiraWorkflow workflow,
com.opensymphony.workflow.loader.StepDescriptor step,
com.opensymphony.workflow.loader.ActionDescriptor transition,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ConstantsManager constantsManager,
CollectionReorderer collectionReorderer,
WorkflowService workflowService)
|
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, returnMsgToUser, 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, doDefault, doExecute, doValidation, 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 |
DESCRIPTOR_TAB_ALL
public static final String DESCRIPTOR_TAB_ALL
- See Also:
- Constant Field Values
DESCRIPTOR_TAB_CONDITIONS
public static final String DESCRIPTOR_TAB_CONDITIONS
- See Also:
- Constant Field Values
DESCRIPTOR_TAB_VALIDATORS
public static final String DESCRIPTOR_TAB_VALIDATORS
- See Also:
- Constant Field Values
DESCRIPTOR_TAB_POST_FUNCTIONS
public static final String DESCRIPTOR_TAB_POST_FUNCTIONS
- See Also:
- Constant Field Values
DESCRIPTOR_TAB_OTHER
public static final String DESCRIPTOR_TAB_OTHER
- See Also:
- Constant Field Values
DESCRIPTOR_TAB_DEFAULT
public static final String DESCRIPTOR_TAB_DEFAULT
- See Also:
- Constant Field Values
ViewWorkflowTransition
public ViewWorkflowTransition(JiraWorkflow workflow,
com.opensymphony.workflow.loader.StepDescriptor step,
com.opensymphony.workflow.loader.ActionDescriptor transition,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ConstantsManager constantsManager,
CollectionReorderer collectionReorderer,
WorkflowService workflowService)
ViewWorkflowTransition
public ViewWorkflowTransition(JiraWorkflow workflow,
com.opensymphony.workflow.loader.ActionDescriptor transition,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ConstantsManager constantsManager,
CollectionReorderer collectionReorderer,
WorkflowService workflowService)
getStepDescriptor
public com.opensymphony.workflow.loader.StepDescriptor getStepDescriptor(com.opensymphony.workflow.loader.ConditionalResultDescriptor conditionalResultDescriptor)
getStatus
public org.ofbiz.core.entity.GenericValue getStatus(String id)
doMoveWorkflowFunctionUp
public String doMoveWorkflowFunctionUp()
throws Exception
- Throws:
Exception
doMoveWorkflowFunctionDown
public String doMoveWorkflowFunctionDown()
throws Exception
- Throws:
Exception
doChangeLogicOperator
public String doChangeLogicOperator()
throws Exception
- Throws:
Exception
getViewRedirect
protected String getViewRedirect(String postfix)
getUp
public int getUp()
setUp
public void setUp(int up)
getDown
public int getDown()
setDown
public void setDown(int down)
getStepsForTransition
public Collection getStepsForTransition()
isInitial
public boolean isInitial()
isGlobal
public boolean isGlobal()
isCommon
public boolean isCommon()
isTransitionWithoutStepChange
public boolean isTransitionWithoutStepChange()
getDescriptorTab
public String getDescriptorTab()
setDescriptorTab
public void setDescriptorTab(String descriptorTab)
getNumberConditions
public int getNumberConditions()
isShowOtherTab
public boolean isShowOtherTab()
getFieldScreen
public FieldScreen getFieldScreen()
getCount
public String getCount()
setCount
public void setCount(String count)
getCurrentCount
public String getCurrentCount()
setCurrentCount
public void setCurrentCount(String currentCount)
Copyright © 2002-2012 Atlassian. All Rights Reserved.