Uses of Enum Class
com.flowable.platform.service.health.advisor.AdviceSeverity
Packages that use AdviceSeverity
Package
Description
-
Uses of AdviceSeverity in com.flowable.platform.service.health
Fields in com.flowable.platform.service.health declared as AdviceSeverityMethods in com.flowable.platform.service.health that return AdviceSeverityMethods in com.flowable.platform.service.health with parameters of type AdviceSeverityConstructors in com.flowable.platform.service.health with parameters of type AdviceSeverityModifierConstructorDescriptionHealthAdviceItem(AdviceSeverity severity, String key, Map<String, Object> params) -
Uses of AdviceSeverity in com.flowable.platform.service.health.advisor
Subclasses with type arguments of type AdviceSeverity in com.flowable.platform.service.health.advisorMethods in com.flowable.platform.service.health.advisor that return AdviceSeverityModifier and TypeMethodDescriptionstatic AdviceSeverityReturns the enum constant of this class with the specified name.static AdviceSeverity[]AdviceSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowable.platform.service.health.advisor with parameters of type AdviceSeverity