Package com.atlassian.jira.workflow

Interface Summary
DraftWorkflowStore This store is used to persist copies of active workflows.
IssueWorkflowManager Works with workflows on Issues.
JiraWorkflow Domain object representing the permitted states and transitions of issues.
JiraWorkflowDTO Used as a simple transfer object that the workflow store can pass back.
OSWorkflowConfigurator Provides a way for JIRA to configure OSWorkflow TypeResolver classes.
ProjectWorkflowSchemeHelper Provides the ability to deromilize the workflow -> workflowscheme ->project relationship in a number of different ways.
WorkflowDescriptorStore This interface provides methods responsible for persisting a WorkflowDescriptor to the database.
WorkflowManager The WorkflowManager is used to interface with the workflow implementation
WorkflowProgressAware  
WorkflowSchemeManager  
WorkflowTransitionUtil Created by IntelliJ IDEA.
WorkflowTransitionUtilFactory A Factory class to create WorkflowTransitionUtil objects.
 

Class Summary
AbstractJiraWorkflow  
CachingDraftWorkflowStore Provides a caching implementation of the DraftWorkflowStore.
CachingWorkflowDescriptorStore Used to cache workflowDescriptors in JIRA.
ConfigurableJiraWorkflow  
DefaultJiraWorkflow  
DefaultOSWorkflowConfigurator Provides a way for JIRA to configure OSWorkflow to lookup condition, validator, and post-function classes by setting the TypeResolver.
DefaultProjectWorkflowSchemeHelper  
DefaultWorkflowSchemeManager  
ImmutableWorkflowDescriptor Representes an Immutable WorkflowDescriptor.
IssueWorkflowManagerImpl  
JiraDraftWorkflow This class represents an draft workflow, that is a copy of an active workflow that may be edited, (and eventually) be used to overwrite an active workflow.
JiraWorkflowComparator A Comparator for the JiraWorkflow class.
JiraWorkflowDTOImpl This is a simple data transfer object used to convey workflow information out of the Workflow store.
JiraWorkflowFactory  
OfBizDraftWorkflowStore  
OfBizWorkflowDescriptorStore Provides an OfBiz implementation of a WorkflowDescriptorStore
OSWorkflowManager  
WorkflowActionsBean  
WorkflowFunctionUtils Useful methods for JIRA OSWorkflow conditions and functions.
WorkflowTransitionUtilFactoryImpl  
WorkflowTransitionUtilImpl  
WorkflowUtil  
 

Exception Summary
WorkflowException  
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.