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