public static enum WorkflowService.WorkflowPermission extends Enum<WorkflowService.WorkflowPermission>
Enum Constant and Description |
---|
EDITABLE
Workflow is editable by current user.
|
NO_PERMISSION
Workflow is not editable because of insufficient permissions.
|
NOT_EDITABLE
Workflow is not editable because of some other constraints.
|
SHARED
Workflow is not editable because it is shared with other projects.
|
SYSTEM_WORKFLOW
Workflow is not editable because of being default system workflow
|
Modifier and Type | Method and Description |
---|---|
static WorkflowService.WorkflowPermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowService.WorkflowPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowService.WorkflowPermission EDITABLE
public static final WorkflowService.WorkflowPermission SHARED
public static final WorkflowService.WorkflowPermission NO_PERMISSION
public static final WorkflowService.WorkflowPermission NOT_EDITABLE
public static final WorkflowService.WorkflowPermission SYSTEM_WORKFLOW
public static WorkflowService.WorkflowPermission[] values()
for (WorkflowService.WorkflowPermission c : WorkflowService.WorkflowPermission.values()) System.out.println(c);
public static WorkflowService.WorkflowPermission 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 nullCopyright © 2002-2019 Atlassian. All Rights Reserved.
View cookie preferences