Package | Description |
---|---|
com.atlassian.jira.workflow |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWorkflowPropertyEditor |
Modifier and Type | Method and Description |
---|---|
WorkflowPropertyEditor |
DefaultWorkflowPropertyEditor.nameKey(String nameKey) |
WorkflowPropertyEditor |
WorkflowPropertyEditor.nameKey(String nameKey)
Set the key used by the editor in the
ErrorCollection when reporting
errors on the property name. |
WorkflowPropertyEditor |
DefaultWorkflowPropertyEditor.DefaultWorkflowPropertyEditorFactory.stepPropertyEditor(JiraWorkflow workflow,
com.opensymphony.workflow.loader.StepDescriptor descriptor) |
WorkflowPropertyEditor |
WorkflowPropertyEditor.WorkflowPropertyEditorFactory.stepPropertyEditor(JiraWorkflow workflow,
com.opensymphony.workflow.loader.StepDescriptor descriptor)
Create a property editor for the step on the passed workflow.
|
WorkflowPropertyEditor |
DefaultWorkflowPropertyEditor.DefaultWorkflowPropertyEditorFactory.transitionPropertyEditor(JiraWorkflow workflow,
com.opensymphony.workflow.loader.ActionDescriptor descriptor) |
WorkflowPropertyEditor |
WorkflowPropertyEditor.WorkflowPropertyEditorFactory.transitionPropertyEditor(JiraWorkflow workflow,
com.opensymphony.workflow.loader.ActionDescriptor descriptor)
Create a property editor for the transition on the passed workflow.
|
WorkflowPropertyEditor |
DefaultWorkflowPropertyEditor.valueKey(String valueKey) |
WorkflowPropertyEditor |
WorkflowPropertyEditor.valueKey(String valueKey)
Set the key used by the editor in the
ErrorCollection when reporting
errors on the property value. |
Copyright © 2002-2024 Atlassian. All Rights Reserved.