Uses of Class
org.nuxeo.runtime.RuntimeMessage.Source
-
Packages that use RuntimeMessage.Source Package Description org.nuxeo.runtime org.nuxeo.runtime.model org.nuxeo.runtime.model.impl -
-
Uses of RuntimeMessage.Source in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as RuntimeMessage.Source Modifier and Type Field Description protected RuntimeMessage.SourceRuntimeMessage. sourceMethods in org.nuxeo.runtime that return RuntimeMessage.Source Modifier and Type Method Description RuntimeMessage.SourceRuntimeMessage. getSource()Returns the type of source that produced the message.static RuntimeMessage.SourceRuntimeMessage.Source. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeMessage.Source[]RuntimeMessage.Source. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nuxeo.runtime with parameters of type RuntimeMessage.Source Constructor Description RuntimeMessage(RuntimeMessage.Level level, String message, RuntimeMessage.Source source, String sourceId) -
Uses of RuntimeMessage.Source in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model with parameters of type RuntimeMessage.Source Modifier and Type Method Description protected voidDefaultComponent. addRuntimeMessage(RuntimeMessage.Level level, String message, RuntimeMessage.Source source, String sourceComponent) -
Uses of RuntimeMessage.Source in org.nuxeo.runtime.model.impl
Methods in org.nuxeo.runtime.model.impl with parameters of type RuntimeMessage.Source Modifier and Type Method Description protected voidComponentInstanceImpl. handleError(String message, RuntimeMessage.Source source, String sourceId, Exception e)
-