public static interface WorkflowPropertyEditor.WorkflowPropertyEditorFactory
WorkflowPropertyEditor
instances.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.
|
WorkflowPropertyEditor transitionPropertyEditor(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor descriptor)
workflow
- the workflow to create an editor for.descriptor
- the transition to create and editor for.WorkflowPropertyEditor stepPropertyEditor(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor descriptor)
workflow
- the workflow to create an editor for.descriptor
- the step to create and editor for.Copyright © 2002-2021 Atlassian. All Rights Reserved.