Interface IEpcEnricher

All Known Subinterfaces:
IEpcClassVocabularyEpcEnricher, IIlmdEpcEnricher, IIndividualAssetVocabularyEpcEnricher, IIndividualBatchVocabularyEpcEnricher

public interface IEpcEnricher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will be called before returning event details to the UI allowing human readable names and other attributes to be shown when clicking the EPC.
    default void
    Will be called before returning event details to the UI allowing human-readable names and other attributes to be shown when clicking the EPCClass of the Quantity.
  • Method Details

    • enrich

      void enrich(EnrichedEpcList epcs)
      Will be called before returning event details to the UI allowing human readable names and other attributes to be shown when clicking the EPC.
      Parameters:
      epcs - - the EPCs to be (further) enriched
    • enrich

      default void enrich(EnrichedQuantityList quantities)
      Will be called before returning event details to the UI allowing human-readable names and other attributes to be shown when clicking the EPCClass of the Quantity.
      Parameters:
      quantities - - the Quantities to be (further) enriched