com.atlassian.jira.web.action.admin.workflow
Class ViewWorkflowTransition

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowTransitionAction
                  extended by com.atlassian.jira.web.action.admin.workflow.ViewWorkflowTransition
All Implemented Interfaces:
ErrorCollection, I18nHelper, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewWorkflowTransition
extends AbstractWorkflowTransitionAction

See Also:
Serialized Form

Field Summary
static String DESCRIPTOR_TAB_ALL
           
static String DESCRIPTOR_TAB_CONDITIONS
           
static String DESCRIPTOR_TAB_DEFAULT
           
static String DESCRIPTOR_TAB_OTHER
           
static String DESCRIPTOR_TAB_POST_FUNCTIONS
           
static String DESCRIPTOR_TAB_VALIDATORS
           
 
Fields inherited from class com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowTransitionAction
workflowService
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, savedFilters, selectedProject
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface com.atlassian.jira.util.I18nHelper
DEFAULT_RESOURCE_BUNDLE
 
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.PluginManager pluginManager, ConstantsManager constantsManager, CollectionReorderer collectionReorderer, WorkflowService workflowService)
           
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager, ConstantsManager constantsManager, CollectionReorderer collectionReorderer, WorkflowService workflowService)
           
 
Method Summary
 String doChangeLogicOperator()
           
 String doMoveWorkflowFunctionDown()
           
 String doMoveWorkflowFunctionUp()
           
 String getCount()
           
 String getCurrentCount()
           
 String getDescriptorTab()
           
 int getDown()
           
 FieldScreen getFieldScreen()
           
 int getNumberConditions()
           
 org.ofbiz.core.entity.GenericValue getStatus(String id)
           
 com.opensymphony.workflow.loader.StepDescriptor getStepDescriptor(com.opensymphony.workflow.loader.ConditionalResultDescriptor conditionalResultDescriptor)
           
 Collection getStepsForTransition()
           
 int getUp()
           
protected  String getViewRedirect(String postfix)
           
 boolean isCommon()
           
 boolean isGlobal()
           
 boolean isInitial()
           
 boolean isShowOtherTab()
           
 boolean isTransitionWithoutStepChange()
           
 void setCount(String count)
           
 void setCurrentCount(String currentCount)
           
 void setDescriptorTab(String descriptorTab)
           
 void setDown(int down)
           
 void setUp(int up)
           
 
Methods inherited from class com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowTransitionAction
getPluginManager, getStep, getTransition, getWorkflow, getWorkflowDisplayName
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, forceRedirect, getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getJiraServiceContext, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getSearchSortReverseDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getText, getTimeFormat, getUserFullName, getVersionManager, getWebworkStack, getWebworkStack, htmlEncode, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isSystemAdministrator, isUserExists, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, doDefault, doExecute, doValidation, 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 com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

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
Constructor Detail

ViewWorkflowTransition

public ViewWorkflowTransition(JiraWorkflow workflow,
                              com.opensymphony.workflow.loader.StepDescriptor step,
                              com.opensymphony.workflow.loader.ActionDescriptor transition,
                              com.atlassian.plugin.PluginManager pluginManager,
                              ConstantsManager constantsManager,
                              CollectionReorderer collectionReorderer,
                              WorkflowService workflowService)

ViewWorkflowTransition

public ViewWorkflowTransition(JiraWorkflow workflow,
                              com.opensymphony.workflow.loader.ActionDescriptor transition,
                              com.atlassian.plugin.PluginManager pluginManager,
                              ConstantsManager constantsManager,
                              CollectionReorderer collectionReorderer,
                              WorkflowService workflowService)
Method Detail

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-2009 Atlassian. All Rights Reserved.