Enum Class ProductManagerAuditCode

java.lang.Object
java.lang.Enum<ProductManagerAuditCode>
org.odpi.openmetadata.adapters.connectors.productmanager.ffdc.ProductManagerAuditCode
All Implemented Interfaces:
Serializable, Comparable<ProductManagerAuditCode>, Constable, AuditLogMessageSet

public enum ProductManagerAuditCode extends Enum<ProductManagerAuditCode> implements AuditLogMessageSet
The DistributeKafkaAuditCode is used to define the message content for the OMRS Audit Log. The 5 fields in the enum are:
  • Log Message Identifier - to uniquely identify the message
  • Severity - is this an event, decision, action, error or exception
  • Log Message Text - includes placeholder to allow additional values to be captured
  • Additional Information - further parameters and data relating to the audit message (optional)
  • SystemAction - describes the result of the situation
  • UserAction - describes how a user should correct the situation
  • Enum Constant Details

    • UNEXPECTED_EXCEPTION

      public static final ProductManagerAuditCode UNEXPECTED_EXCEPTION
      HARVEST-DIGITAL-PRODUCTS-0001 - The {0} integration connector received an unexpected exception {1} during method {2}; the error message was: {3}
    • NO_LAST_UPDATE_DATE

      public static final ProductManagerAuditCode NO_LAST_UPDATE_DATE
      HARVEST-DIGITAL-PRODUCTS-0002 - Integration connector {0} is unable to determine if tabular data source {1} has changed since it has no last update time column
    • DATA_SET_UPDATE_DETECTED

      public static final ProductManagerAuditCode DATA_SET_UPDATE_DETECTED
      HARVEST-DIGITAL-PRODUCTS-0003 - Integration connector {0} detected that row {1} of dataset {2} has been updated on {3}
    • BAD_CONFIGURATION

      public static final ProductManagerAuditCode BAD_CONFIGURATION
      HARVEST-DIGITAL-PRODUCTS-0005 - The {0} integration connector encountered an {1} exception when connecting to {2} during the {3} method. The exception message included was {4}
    • CONNECTOR_STOPPING

      public static final ProductManagerAuditCode CONNECTOR_STOPPING
      HARVEST-DIGITAL-PRODUCTS-0009 - The {0} integration connector has stopped its monitoring of open metadata from server {1} on platform {2} and is shutting down
    • CREATED_SUPPORTING_DEFINITION

      public static final ProductManagerAuditCode CREATED_SUPPORTING_DEFINITION
      HARVEST-DIGITAL-PRODUCTS-0010 - The {0} integration connector has created a new {1} supporting definition with GUID {2}
    • STARTING_CONNECTOR

      public static final ProductManagerAuditCode STARTING_CONNECTOR
      HARVEST-DIGITAL-PRODUCTS-0011 - The {0} integration connector is starting its harvesting of open metadata from server {1} on platform {2} into digital products
    • NEW_OPEN_METADATA_PRODUCT

      public static final ProductManagerAuditCode NEW_OPEN_METADATA_PRODUCT
      HARVEST-DIGITAL-PRODUCTS-0012 - The {0} integration connector has created a new digital product {1} called {2}
    • NEW_VALID_VALUE_PRODUCT

      public static final ProductManagerAuditCode NEW_VALID_VALUE_PRODUCT
      HARVEST-DIGITAL-PRODUCTS-0013 - The {0} integration connector has dynamically created a new digital product {1} for valid value set {2}
    • LINKING_ELEMENTS

      public static final ProductManagerAuditCode LINKING_ELEMENTS
      HARVEST-DIGITAL-PRODUCTS-0014 - The {0} integration connector is linking {1} element {2} to {3} element {4} using relationship {5}
    • RETRIEVING_SUPPORTING_DEFINITION

      public static final ProductManagerAuditCode RETRIEVING_SUPPORTING_DEFINITION
      HARVEST-DIGITAL-PRODUCTS-0015 - The {0} integration connector has retrieved a new {1} supporting definition with GUID {2}
    • RETRIEVING_OPEN_METADATA_PRODUCT

      public static final ProductManagerAuditCode RETRIEVING_OPEN_METADATA_PRODUCT
      HARVEST-DIGITAL-PRODUCTS-0016 - The {0} integration connector has retrieved an existing digital product {1} called {2}
    • RETRIEVED_VALID_VALUE_PRODUCT

      public static final ProductManagerAuditCode RETRIEVED_VALID_VALUE_PRODUCT
      HARVEST-DIGITAL-PRODUCTS-0017 - The {0} integration connector has retrieved existing digital product {1} for valid value set {2}
    • UNABLE_TO_REGISTER_LISTENER

      public static final ProductManagerAuditCode UNABLE_TO_REGISTER_LISTENER
      HARVEST-DIGITAL-PRODUCTS-0032 - The {0} integration connector encountered an {1} exception when registering a listener to the open metadata ecosystem. The exception message included was {2}
  • Method Details

    • values

      public static ProductManagerAuditCode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProductManagerAuditCode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getMessageDefinition

      public AuditLogMessageDefinition getMessageDefinition()
      Retrieve a message definition object for logging. This method is used when there are no message inserts.
      Specified by:
      getMessageDefinition in interface AuditLogMessageSet
      Returns:
      message definition object.
    • getMessageDefinition

      public AuditLogMessageDefinition getMessageDefinition(String... params)
      Retrieve a message definition object for logging. This method is used when there are values to be inserted into the message.
      Specified by:
      getMessageDefinition in interface AuditLogMessageSet
      Parameters:
      params - array of parameters (all strings). They are inserted into the message according to the numbering in the message text.
      Returns:
      message definition object.
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<ProductManagerAuditCode>
      Returns:
      string of property names and values for this enum