public static class DefaultWorkflowPropertyEditor.DefaultWorkflowPropertyEditorFactory extends Object implements WorkflowPropertyEditor.WorkflowPropertyEditorFactory
Constructor and Description |
---|
DefaultWorkflowPropertyEditorFactory(JiraAuthenticationContext context,
WorkflowService service) |
Modifier and Type | Method and Description |
---|---|
WorkflowPropertyEditor |
stepPropertyEditor(JiraWorkflow workflow,
com.opensymphony.workflow.loader.StepDescriptor descriptor)
Create a property editor for the step on the passed workflow.
|
WorkflowPropertyEditor |
transitionPropertyEditor(JiraWorkflow workflow,
com.opensymphony.workflow.loader.ActionDescriptor descriptor)
Create a property editor for the transition on the passed workflow.
|
public DefaultWorkflowPropertyEditorFactory(JiraAuthenticationContext context, WorkflowService service)
public WorkflowPropertyEditor transitionPropertyEditor(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor descriptor)
WorkflowPropertyEditor.WorkflowPropertyEditorFactory
transitionPropertyEditor
in interface WorkflowPropertyEditor.WorkflowPropertyEditorFactory
workflow
- the workflow to create an editor for.descriptor
- the transition to create and editor for.public WorkflowPropertyEditor stepPropertyEditor(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor descriptor)
WorkflowPropertyEditor.WorkflowPropertyEditorFactory
stepPropertyEditor
in interface WorkflowPropertyEditor.WorkflowPropertyEditorFactory
workflow
- the workflow to create an editor for.descriptor
- the step to create and editor for.Copyright © 2002-2019 Atlassian. All Rights Reserved.