public class

ViewSchemes

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.workflow.scheme.ViewSchemes

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.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
ViewSchemes(WorkflowSchemeManager workflowSchemeManager, ConstantsManager constantsManager)
Public Methods
List<AssignableWorkflowScheme> getActiveWorkflowSchemes()
DraftWorkflowScheme getDraftFor(AssignableWorkflowScheme scheme)
List<AssignableWorkflowScheme> getInactiveWorkflowSchemes()
IssueType getIssueType(String type)
List<Project> getProjects(AssignableWorkflowScheme scheme)
boolean isHasScheme()
Protected Methods
String doExecute()
[Expand]
Inherited Methods
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 ViewSchemes (WorkflowSchemeManager workflowSchemeManager, ConstantsManager constantsManager)

Public Methods

public List<AssignableWorkflowScheme> getActiveWorkflowSchemes ()

public DraftWorkflowScheme getDraftFor (AssignableWorkflowScheme scheme)

public List<AssignableWorkflowScheme> getInactiveWorkflowSchemes ()

public IssueType getIssueType (String type)

public List<Project> getProjects (AssignableWorkflowScheme scheme)

public boolean isHasScheme ()

Protected Methods

protected String doExecute ()

Throws
Exception