Uses of Interface
com.atlassian.jira.workflow.JiraWorkflowDTO

Packages that use JiraWorkflowDTO
com.atlassian.jira.workflow   
 

Uses of JiraWorkflowDTO in com.atlassian.jira.workflow
 

Classes in com.atlassian.jira.workflow that implement JiraWorkflowDTO
 class JiraWorkflowDTOImpl
          This is a simple data transfer object used to convey workflow information out of the Workflow store.
 

Methods in com.atlassian.jira.workflow that return types with arguments of type JiraWorkflowDTO
 List<JiraWorkflowDTO> WorkflowDescriptorStore.getAllJiraWorkflowDTOs()
          Returns a list of all the workflows stored in the underlying store.
 List<JiraWorkflowDTO> CachingWorkflowDescriptorStore.getAllJiraWorkflowDTOs()
           
 List<JiraWorkflowDTO> OfBizWorkflowDescriptorStore.getAllJiraWorkflowDTOs()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.