public interface

SchemeManagerFactory

com.atlassian.jira.scheme.SchemeManagerFactory
Known Indirect Subclasses

Class Overview

Given a string which represents the SchemeManager type this will return you an instance of the SchemeManager you are looking for.

Constants

public static final String ISSUE_SECURITY_SCHEME_MANAGER

Constant Value: "IssueSecurityScheme"

public static final String NOTIFICATION_SCHEME_MANAGER

Constant Value: "NotificationScheme"

public static final String PERMISSION_SCHEME_MANAGER

Constant Value: "PermissionScheme"

public static final String WORKFLOW_SCHEME_MANAGER

Constant Value: "WorkflowScheme"

Public Methods

public SchemeManager getSchemeManager (String managerType)