Uses of Enum Class
org.nuxeo.runtime.RuntimeMessage.Source
Packages that use RuntimeMessage.Source
-
Uses of RuntimeMessage.Source in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as RuntimeMessage.SourceMethods in org.nuxeo.runtime that return RuntimeMessage.SourceModifier and TypeMethodDescriptionRuntimeMessage.getSource()
Returns the type of source that produced the message.static RuntimeMessage.Source
Returns the enum constant of this class with the specified name.static RuntimeMessage.Source[]
RuntimeMessage.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.nuxeo.runtime with parameters of type RuntimeMessage.SourceModifierConstructorDescriptionRuntimeMessage
(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.SourceModifier and TypeMethodDescriptionprotected void
DefaultComponent.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.SourceModifier and TypeMethodDescriptionprotected void
ComponentInstanceImpl.handleError
(String message, RuntimeMessage.Source source, String sourceId, Exception e)