| Modifier and Type | Method and Description |
|---|---|
StartupType |
StartupControl.getStartupType()
Accessor for startupType
|
static StartupType |
StartupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartupType[] |
StartupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartupControl.setStartupType(StartupType startupType)
Setter for startupType
|
void |
StartupControlService.setStartupType(String moduleName,
String flowName,
StartupType startupType,
String comment,
String actor)
Set the startup type for the given module and flow
|
void |
ModuleService.setStartupType(String moduleName,
String flowName,
StartupType startupType,
String comment,
String actor)
Set the startup type for the given module and flow
|
Copyright © 2007-2020 Ikasan. All Rights Reserved.