Package | Description |
---|---|
de.espirit.firstspirit.access.schedule | |
de.espirit.firstspirit.server |
Modifier and Type | Method and Description |
---|---|
static MaintenanceModeTask.MaintenanceStage |
MaintenanceModeTask.MaintenanceStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceModeTask.MaintenanceStage[] |
MaintenanceModeTask.MaintenanceStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
MaintenanceModeTask.getDurationOfStage(MaintenanceModeTask.MaintenanceStage stage)
Each stage has a duration after which the next stage is started.
|
void |
MaintenanceModeTask.setDurationOfStage(long durationInMilliseconds,
MaintenanceModeTask.MaintenanceStage stage)
Each stage has a duration after which the next stage is started.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceModeTask.MaintenanceStage |
MaintenanceModeInfo.getCurrentStage()
A maintenance mode task consists of up to five stages, from an initial preparation
period up to activating the actual maintenance mode.
|
Modifier and Type | Method and Description |
---|---|
long |
MaintenanceModeInfo.getDurationOfStageInMillis(MaintenanceModeTask.MaintenanceStage stage)
Each stage has a duration after which the next stage is started.
|
ZonedDateTime |
MaintenanceModeInfo.getStartingTimeOfStage(MaintenanceModeTask.MaintenanceStage stage)
Each
MaintenanceModeTask.MaintenanceStage is started at a particular time if the task is not stopped prematurely. |
Date |
MaintenanceModeInfo.getStartingTimeOfStageAsDate(MaintenanceModeTask.MaintenanceStage stage)
Deprecated.
since 5.2.180703 - use
#getStartingTimeOfStage(MaintenanceStage) instead |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210