@Internal @InjectableComponent public interface WorkflowsRepository
JiraWorkflow
persistance implementation.
All the methods on this abstraction take in or retrieve JiraWorflow objects. The repository is responsible to fetch these objects from the underlying persistance implementation based on a given criteria, objects should be able to be added and removed from the repository as well.
See Repository Pattern Definition and the "Domain Driven Design" book for more information.
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String workflowName)
Returns true if this repository contains a workflow with the specified name.
|
boolean contains(String workflowName)
workflowName
- The name of the workflow whose presence in this repository is to be tested.Copyright © 2002-2019 Atlassian. All Rights Reserved.