public static enum IssueTypeConfigWorkflowHelper.WorkflowState extends Enum<IssueTypeConfigWorkflowHelper.WorkflowState>
Enum Constant and Description |
---|
EDITABLE
The workflow is editable.
|
EDITABLE_DELEGATED
The workflow is editable because user has edit workflow permission.
|
MIGRATE
The workflow will be editable after a migration.
|
NO_PERMISSION
The user does not have permission to edit the workflow.
|
READ_ONLY
The workflow is not editable.
|
READ_ONLY_DELEGATED_SHARED
The workflow is not editable to the user that has edit workflow permission because it is shared.
|
READ_ONLY_DELEGATED_SYSTEM
The workflow is not editable to the user that has edit workflow permission because it is system workflow.
|
Modifier and Type | Method and Description |
---|---|
String |
simpleName()
Return a non-java constant simple name for the value.
|
static IssueTypeConfigWorkflowHelper.WorkflowState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueTypeConfigWorkflowHelper.WorkflowState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssueTypeConfigWorkflowHelper.WorkflowState NO_PERMISSION
public static final IssueTypeConfigWorkflowHelper.WorkflowState READ_ONLY
public static final IssueTypeConfigWorkflowHelper.WorkflowState READ_ONLY_DELEGATED_SHARED
public static final IssueTypeConfigWorkflowHelper.WorkflowState READ_ONLY_DELEGATED_SYSTEM
public static final IssueTypeConfigWorkflowHelper.WorkflowState EDITABLE
public static final IssueTypeConfigWorkflowHelper.WorkflowState EDITABLE_DELEGATED
public static final IssueTypeConfigWorkflowHelper.WorkflowState MIGRATE
public static IssueTypeConfigWorkflowHelper.WorkflowState[] values()
for (IssueTypeConfigWorkflowHelper.WorkflowState c : IssueTypeConfigWorkflowHelper.WorkflowState.values()) System.out.println(c);
public static IssueTypeConfigWorkflowHelper.WorkflowState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String simpleName()
Copyright © 2002-2022 Atlassian. All Rights Reserved.