public interface

JiraWorkflowDTO

com.atlassian.jira.workflow.JiraWorkflowDTO
Known Indirect Subclasses

Class Overview

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.

Public Methods

public ImmutableWorkflowDescriptor getDescriptor ()

public Long getId ()

public String getName ()