com.atlassian.jira.workflow
Class DefaultWorkflowsRepository

java.lang.Object
  extended by com.atlassian.jira.workflow.DefaultWorkflowsRepository
All Implemented Interfaces:
WorkflowsRepository

public class DefaultWorkflowsRepository
extends Object
implements WorkflowsRepository

Since:
v5.1

Constructor Summary
DefaultWorkflowsRepository(com.opensymphony.workflow.config.Configuration configuration)
           
 
Method Summary
 boolean contains(String name)
          Returns true if this repository contains a workflow with the specified name.
 com.opensymphony.workflow.config.Configuration getConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWorkflowsRepository

public DefaultWorkflowsRepository(com.opensymphony.workflow.config.Configuration configuration)
Method Detail

contains

public boolean contains(String name)
Description copied from interface: WorkflowsRepository
Returns true if this repository contains a workflow with the specified name.

Specified by:
contains in interface WorkflowsRepository
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()


Copyright © 2002-2014 Atlassian. All Rights Reserved.