Uses of Enum Class
net.bluemind.system.api.SystemState
Packages that use SystemState
-
Uses of SystemState in net.bluemind.system.api
Methods in net.bluemind.system.api that return SystemStateModifier and TypeMethodDescriptionstatic SystemState
SystemState.fromOperation
(String op) IInstallation.getSystemState()
static SystemState
Returns the enum constant of this class with the specified name.static SystemState[]
SystemState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.system.api that return types with arguments of type SystemStateMethod parameters in net.bluemind.system.api with type arguments of type SystemStateModifier and TypeMethodDescriptionvoid
IInstallationAsync.getSystemState
(AsyncHandler<SystemState> handler)