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