Class NotificationMessages

java.lang.Object
org.mule.datasense.impl.model.reporting.NotificationMessages

public class NotificationMessages extends Object
  • Field Details

  • Constructor Details

    • NotificationMessages

      public NotificationMessages()
  • Method Details

    • MSG_FAILED_TO_ENRICH_KEYS

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_FAILED_TO_ENRICH_KEYS(org.mule.runtime.api.metadata.resolving.MetadataFailure metadataFailure)
    • REASON_FAILED_TO_ENRICH_KEYS

      public static final org.mule.runtime.api.i18n.I18nMessage REASON_FAILED_TO_ENRICH_KEYS(org.mule.runtime.api.metadata.resolving.MetadataFailure metadataFailure)
    • MSG_FAILED_TO_RESOLVE_DYNAMIC_MODEL

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_FAILED_TO_RESOLVE_DYNAMIC_MODEL(org.mule.runtime.api.metadata.resolving.MetadataFailure metadataFailure)
    • REASON_FAILED_TO_RESOLVE_DYNAMIC_MODEL

      public static final org.mule.runtime.api.i18n.I18nMessage REASON_FAILED_TO_RESOLVE_DYNAMIC_MODEL(org.mule.runtime.api.metadata.resolving.MetadataFailure metadataFailure)
    • MSG_SCRIPTING_LANGUAGE_ERROR

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_SCRIPTING_LANGUAGE_ERROR(String expression, String reason)
    • MSG_SCRIPTING_LANGUAGE_WARNING

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_SCRIPTING_LANGUAGE_WARNING(String expression, String reason)
    • MSG_RESOURCE_NOT_FOUND

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_RESOURCE_NOT_FOUND(String resource)
    • MSG_UNKNOWN_FLOW_COMPONENT

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_UNKNOWN_FLOW_COMPONENT(MessageProcessorNode messageProcessorNode)
    • MSG_RAML_RESOLUTION_NOTIFICATION

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_RAML_RESOLUTION_NOTIFICATION(String notificationType, String message)
    • MSG_SOAPKIT_RESOLUTION_NOTIFICATION

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_SOAPKIT_RESOLUTION_NOTIFICATION(String notificationType, String message)
    • MSG_RAML_RESOLUTION_INITIALIZATION

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_RAML_RESOLUTION_INITIALIZATION(String message)
    • MSG_SOAPKIT_RESOLUTION_INITIALIZATION

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_SOAPKIT_RESOLUTION_INITIALIZATION(String message)
    • MSG_RECURSIVE_CALL_DETECTED

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_RECURSIVE_CALL_DETECTED(String flow)
    • MSG_DYNAMIC_METADATA_RESOLUTION_SKIPPED_CAUSE_INCOMPLETE_PARAMETERS

      public static final org.mule.runtime.api.i18n.I18nMessage MSG_DYNAMIC_METADATA_RESOLUTION_SKIPPED_CAUSE_INCOMPLETE_PARAMETERS(Collection<String> parameters)