Class AstNotification
java.lang.Object
org.mule.datasense.impl.model.ast.AstNotification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.mule.datasenseapi.api.notifications.DataSenseNotification>List<org.mule.datasenseapi.api.notifications.DataSenseNotification>getDataSenseNotifications(Predicate<org.mule.datasenseapi.api.notifications.DataSenseNotification> dataSenseNotificationPredicate) List<org.mule.datasenseapi.api.notifications.DataSenseNotification>getDataSenseNotifications(org.mule.runtime.api.component.location.Location location) booleanbooleanbooleanvoidreportDebug(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidreportDebug(org.mule.runtime.api.i18n.I18nMessage message) voidreportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidreportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) voidreportError(org.mule.runtime.api.i18n.I18nMessage message) voidreportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidreportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) voidreportFatalError(org.mule.runtime.api.i18n.I18nMessage message) voidreportInfo(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidreportInfo(org.mule.runtime.api.i18n.I18nMessage message) voidreportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidreportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) voidreportWarning(org.mule.runtime.api.i18n.I18nMessage message)
-
Field Details
-
logger
public static final transient org.slf4j.Logger logger
-
-
Constructor Details
-
AstNotification
public AstNotification()
-
-
Method Details
-
getPlainMessages
-
getDataSenseNotifications
public List<org.mule.datasenseapi.api.notifications.DataSenseNotification> getDataSenseNotifications() -
getDataSenseNotifications
-
getDataSenseNotifications
public List<org.mule.datasenseapi.api.notifications.DataSenseNotification> getDataSenseNotifications(org.mule.runtime.api.component.location.Location location) -
reportFatalError
public void reportFatalError(org.mule.runtime.api.i18n.I18nMessage message) -
reportFatalError
public void reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) -
reportFatalError
public void reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) -
reportError
public void reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) -
reportError
public void reportError(org.mule.runtime.api.i18n.I18nMessage message) -
reportError
public void reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) -
reportWarning
public void reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) -
reportWarning
public void reportWarning(org.mule.runtime.api.i18n.I18nMessage message) -
reportWarning
public void reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) -
reportInfo
public void reportInfo(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) -
reportInfo
public void reportInfo(org.mule.runtime.api.i18n.I18nMessage message) -
reportDebug
public void reportDebug(org.mule.runtime.api.i18n.I18nMessage message) -
reportDebug
public void reportDebug(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) -
hasErrors
public boolean hasErrors() -
hasWarnings
public boolean hasWarnings() -
hasFatalErrors
public boolean hasFatalErrors()
-