|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowScheme | |
---|---|
com.atlassian.jira.bc.workflow | |
com.atlassian.jira.config.managedconfiguration | |
com.atlassian.jira.workflow |
Uses of WorkflowScheme in com.atlassian.jira.bc.workflow |
---|
Methods in com.atlassian.jira.bc.workflow with parameters of type WorkflowScheme | |
---|---|
ServiceOutcome<Void> |
WorkflowSchemeService.deleteWorkflowScheme(ApplicationUser user,
WorkflowScheme scheme)
Delete the passed workflow scheme. |
boolean |
WorkflowSchemeService.isActive(WorkflowScheme workflowScheme)
Is the passed workflow scheme being used by a project in JIRA. |
Uses of WorkflowScheme in com.atlassian.jira.config.managedconfiguration |
---|
Methods in com.atlassian.jira.config.managedconfiguration with parameters of type WorkflowScheme | |
---|---|
ManagedConfigurationItem |
ManagedConfigurationItemService.getManagedWorkflowScheme(WorkflowScheme workflowScheme)
Given the WorkflowScheme , attempt to retrieve the ManagedConfigurationItem that describes it. |
Uses of WorkflowScheme in com.atlassian.jira.workflow |
---|
Subinterfaces of WorkflowScheme in com.atlassian.jira.workflow | |
---|---|
interface |
AssignableWorkflowScheme
A workflow scheme that can be assigned to a project. |
interface |
DraftWorkflowScheme
|
Methods in com.atlassian.jira.workflow that return types with arguments of type WorkflowScheme | |
---|---|
Iterable<WorkflowScheme> |
WorkflowSchemeManager.getSchemesForWorkflowIncludingDrafts(JiraWorkflow workflow)
Returns all workflow schemes that the passed workflow is assigned to, including draft schemes. |
Methods in com.atlassian.jira.workflow with parameters of type WorkflowScheme | |
---|---|
boolean |
WorkflowSchemeManager.deleteWorkflowScheme(WorkflowScheme scheme)
Delete the passed workflow scheme. |
JiraWorkflow |
WorkflowManager.getWorkflowFromScheme(WorkflowScheme scheme,
String issueTypeId)
Return the workflow in a particular scheme for a given issue type. |
boolean |
WorkflowSchemeManager.isActive(WorkflowScheme workflowScheme)
Return true if the passed workflow scheme is being used by a project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |