package

com.atlassian.jira.bc.workflow

Interfaces

WorkflowConditionDescriptorFactory A container-injectable factory that provides methods to create instance of ConditionDescriptor to be used in WorkflowTransitionService
WorkflowFunctionDescriptorFactory A container-injectable factory that provides methods to create instance of FunctionDescriptor to be used in WorkflowTransitionService
WorkflowSchemeService  
WorkflowService This class is responsible for validation before passing the actual call to the underlying WorkflowManager
WorkflowTransitionService A container-injectable service that provides the ability to add conditions (via ConditionDescriptor) and post functions (via FunctionDescriptor) to a JIRA workflow. 

Classes