Class DefaultWorkflowsRepository

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

public class DefaultWorkflowsRepository extends Object implements WorkflowsRepository
Since:
v5.1
  • Constructor Details

    • DefaultWorkflowsRepository

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

    • 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()