Interface | Description |
---|---|
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. |
Class | Description |
---|---|
DefaultWorkflowConditionDescriptorFactory | |
DefaultWorkflowFunctionDescriptorFactory | |
DefaultWorkflowSchemeService | |
DefaultWorkflowService |
Default workflow service implementation.
|
DefaultWorkflowTransitionService |
Enum | Description |
---|---|
WorkflowService.WorkflowPermission |
Enum specifying whether workflow is editable or not.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.