Package com.atlassian.jira.workflow
Interface JiraWorkflowDTO
- All Known Implementing Classes:
JiraWorkflowDTOImpl
public interface JiraWorkflowDTO
Used as a simple transfer object that the workflow store can pass back. This allows us to not
build a heavy-weight object such as a JiraWorkflow from the Store.
- Since:
- v3.13
-
Method Details
-
getId
Long getId() -
getDescriptor
ImmutableWorkflowDescriptor getDescriptor() -
getName
String getName()
-