public enum WorkflowVisibility extends Enum<WorkflowVisibility>
| Enum Constant and Description |
|---|
ANY
Any user can view page workflow elements
|
CONTRIBUTORS
Only space administrators and page editors can view page workflow elements
|
DEFAULT
For space level that is just defaulting to use what is set at global
admin level
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowVisibility DEFAULT
public static final WorkflowVisibility CONTRIBUTORS
public static final WorkflowVisibility ANY
public static WorkflowVisibility[] values()
for (WorkflowVisibility c : WorkflowVisibility.values()) System.out.println(c);
public static WorkflowVisibility 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 © 2021 Comala Technology Solutions, Inc.. All rights reserved.