Package com.persequor.extension.frontend
Interface IEpcEnricher
- All Known Subinterfaces:
IEpcClassVocabularyEpcEnricher
,IIlmdEpcEnricher
,IIndividualAssetVocabularyEpcEnricher
,IIndividualBatchVocabularyEpcEnricher
public interface IEpcEnricher
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.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.
-
Method Details
-
enrich
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
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
-