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 Summary
 ImmutableWorkflowDescriptor getDescriptor()
           
 Long getId()
           
 String getName()
           
 

Method Detail

getId

Long getId()

getDescriptor

ImmutableWorkflowDescriptor getDescriptor()

getName

String getName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.