Uses of Class
org.nuxeo.runtime.RuntimeMessage.Level
-
Packages that use RuntimeMessage.Level Package Description org.nuxeo.runtime org.nuxeo.runtime.model -
-
Uses of RuntimeMessage.Level in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as RuntimeMessage.Level Modifier and Type Field Description protected RuntimeMessage.LevelRuntimeMessage. levelMethods in org.nuxeo.runtime that return RuntimeMessage.Level Modifier and Type Method Description RuntimeMessage.LevelRuntimeMessage. getLevel()static RuntimeMessage.LevelRuntimeMessage.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeMessage.Level[]RuntimeMessage.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.runtime with parameters of type RuntimeMessage.Level Modifier and Type Method Description List<String>RuntimeMessageHandler. getMessages(RuntimeMessage.Level level)Returns all messages strings, filtered by given level.List<String>RuntimeMessageHandlerImpl. getMessages(RuntimeMessage.Level level)List<RuntimeMessage>RuntimeMessageHandler. getRuntimeMessages(RuntimeMessage.Level level)Returns all messages, filtered by given level.List<RuntimeMessage>RuntimeMessageHandlerImpl. getRuntimeMessages(RuntimeMessage.Level level)Constructors in org.nuxeo.runtime with parameters of type RuntimeMessage.Level Constructor Description RuntimeMessage(RuntimeMessage.Level level, String message, RuntimeMessage.Source source, String sourceId) -
Uses of RuntimeMessage.Level in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model with parameters of type RuntimeMessage.Level Modifier and Type Method Description protected voidDefaultComponent. addRuntimeMessage(RuntimeMessage.Level level, String message)protected voidDefaultComponent. addRuntimeMessage(RuntimeMessage.Level level, String message, RuntimeMessage.Source source, String sourceComponent)
-