Uses of Class
lumis.portal.analytics.automationflow.WaitingForEventFlow.Status
-
Packages that use WaitingForEventFlow.Status Package Description lumis.portal.analytics.automationflow -
-
Uses of WaitingForEventFlow.Status in lumis.portal.analytics.automationflow
Methods in lumis.portal.analytics.automationflow that return WaitingForEventFlow.Status Modifier and Type Method Description WaitingForEventFlow.Status
WaitingForEventFlow. getStatus()
Returns the status.static WaitingForEventFlow.Status
WaitingForEventFlow.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static WaitingForEventFlow.Status[]
WaitingForEventFlow.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.analytics.automationflow with parameters of type WaitingForEventFlow.Status Modifier and Type Method Description WaitingForEventFlow
WaitingForEventFlow. setStatus(WaitingForEventFlow.Status status)
Sets the status.
-