Enum Class UpdateSupplier

java.lang.Object
java.lang.Enum<UpdateSupplier>
nl.vpro.domain.media.update.UpdateSupplier
All Implemented Interfaces:
Serializable, Comparable<UpdateSupplier>, Constable

public enum UpdateSupplier extends Enum<UpdateSupplier>
An update supplier is an authoritative system - i.e. it is not a broadcaster - that supplies updates to POMS.

This is a limited number of systems, for each of which the POMS backend may have specific configuration on how to exactly handle incoming updates.

Since:
7.7
  • Enum Constant Details

    • RCRS

      public static final UpdateSupplier RCRS
      See MSE-5484
    • SOURCING_SERVICE

      @Beta public static final UpdateSupplier SOURCING_SERVICE
      I think we would like to do something similar for Sourcing Service
    • PREPR

      public static final UpdateSupplier PREPR
      Only used for metis.
    • PROMO

      public static final UpdateSupplier PROMO
      Since:
      7.10 (using web services earlies)
  • Method Details

    • values

      public static UpdateSupplier[] 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 UpdateSupplier 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
    • getIdType

      public IdType getIdType()