public class

DefaultWorkflowsRepository

extends Object
implements WorkflowsRepository
java.lang.Object
   ↳ com.atlassian.jira.workflow.DefaultWorkflowsRepository

Summary

Public Constructors
DefaultWorkflowsRepository(Configuration configuration)
Public Methods
boolean contains(String name)
Returns true if this repository contains a workflow with the specified name.
Configuration getConfiguration()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.workflow.WorkflowsRepository

Public Constructors

public DefaultWorkflowsRepository (Configuration configuration)

Public Methods

public boolean contains (String name)

Returns true if this repository contains a workflow with the specified name.

Parameters
name The name of the workflow whose presence in this repository is to be tested.
Returns
  • true if this repository contains a workflow with the specified name.

public Configuration getConfiguration ()