Package com.atlassian.jira.workflow
Class DefaultWorkflowsRepository
java.lang.Object
com.atlassian.jira.workflow.DefaultWorkflowsRepository
- All Implemented Interfaces:
WorkflowsRepository
- Since:
- v5.1
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultWorkflowsRepository
(com.opensymphony.workflow.config.Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if this repository contains a workflow with the specified name.com.opensymphony.workflow.config.Configuration
-
Constructor Details
-
DefaultWorkflowsRepository
public DefaultWorkflowsRepository(com.opensymphony.workflow.config.Configuration configuration)
-
-
Method Details
-
contains
Description copied from interface:WorkflowsRepository
Returns true if this repository contains a workflow with the specified name.- Specified by:
contains
in interfaceWorkflowsRepository
- 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.
-
getConfiguration
public com.opensymphony.workflow.config.Configuration getConfiguration()
-