Package | Description |
---|---|
com.uc4.communication |
This package contains classes for the communication with the UC4 Server.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlowSettings.ElseAction |
ProcessFlowSettings.getElseAction()
Returns the default else action when tasks are added to a Process Flow.
|
static ProcessFlowSettings.ElseAction |
ProcessFlowSettings.ElseAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessFlowSettings.ElseAction[] |
ProcessFlowSettings.ElseAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessFlowSettings.setElseAction(ProcessFlowSettings.ElseAction elseAction)
Sets the default else action when tasks are added to a Process Flow.
|
Copyright © 2019. All rights reserved.