@StableMinor(version="12.1", sinceVersion="6.1") public enum TransitionScope extends Enum<TransitionScope>
Enum Constant and Description |
---|
all
Permissions with this scope allows are given to
all contents, regardless of whom the content is assigned
to.
|
assignedTo
Permissions with this scope allows are given
only when the content is assigned to the user, one of his groups, or
none.
|
Modifier and Type | Method and Description |
---|---|
static TransitionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitionScope all
public static final TransitionScope assignedTo
public static TransitionScope[] values()
for (TransitionScope c : TransitionScope.values()) System.out.println(c);
public static TransitionScope 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 nullLumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.