public class DefaultWorkflowsRepository extends Object implements WorkflowsRepository
| Constructor and Description |
|---|
DefaultWorkflowsRepository(com.opensymphony.workflow.config.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String name)
Returns true if this repository contains a workflow with the specified name.
|
com.opensymphony.workflow.config.Configuration |
getConfiguration() |
public DefaultWorkflowsRepository(com.opensymphony.workflow.config.Configuration configuration)
public boolean contains(String name)
WorkflowsRepositorycontains in interface WorkflowsRepositoryname - The name of the workflow whose presence in this repository is to be tested.public com.opensymphony.workflow.config.Configuration getConfiguration()
Copyright © 2002-2021 Atlassian. All Rights Reserved.