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.SourceReturns 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 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.SourceModifier and TypeMethodDescriptionprotected voidComponentInstanceImpl.handleError(String message, RuntimeMessage.Source source, String sourceId, Exception e)