Uses of Class
lumis.portal.deployment.ModuleStatus
-
Packages that use ModuleStatus Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of ModuleStatus in lumis.portal.deployment
Methods in lumis.portal.deployment that return ModuleStatus Modifier and Type Method Description ModuleStatus
IModule. getStatus()
Returns the module status.ModuleStatus
Module. getStatus()
static ModuleStatus
ModuleStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleStatus[]
ModuleStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-