Package com.atlassian.jira.workflow

Interface Summary
DraftWorkflowStore This store is used to persist copies of active workflows.
JiraWorkflow Domain object representing the premitted 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.
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.
 

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.
DefaultWorkflowSchemeManager  
ImmutableWorkflowDescriptor Representes an Immutable WorkflowDescriptor.
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  
SimpleWorkflowManager  
WorkflowActionsBean  
WorkflowFunctionUtils Useful methods for JIRA OSWorkflow conditions and functions.
WorkflowTransitionUtilImpl  
WorkflowUtil  
 

Exception Summary
WorkflowException  
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.