@StableMinor(version="12.3", sinceVersion="6.0") public static enum WorkflowTransitionConfig.WorkflowLockAction extends Enum<WorkflowTransitionConfig.WorkflowLockAction>
Enum Constant and Description |
---|
keepCurrent
Defines that, if the user has access to the content after the transition occurs, that it should keep the lock.
|
unlock
Defines that the workflow transition should always unlock the ContentLocale
|
Modifier and Type | Method and Description |
---|---|
static WorkflowTransitionConfig.WorkflowLockAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowTransitionConfig.WorkflowLockAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowTransitionConfig.WorkflowLockAction unlock
public static final WorkflowTransitionConfig.WorkflowLockAction keepCurrent
public static WorkflowTransitionConfig.WorkflowLockAction[] values()
for (WorkflowTransitionConfig.WorkflowLockAction c : WorkflowTransitionConfig.WorkflowLockAction.values()) System.out.println(c);
public static WorkflowTransitionConfig.WorkflowLockAction 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.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.