Interface NotifiedSpecialValueTranslator

All Superinterfaces:
SpecialValueTranslator
All Known Implementing Classes:
ClassificationAttributeTranslator, MarketplaceClassificationAttributeTranslator

public interface NotifiedSpecialValueTranslator extends SpecialValueTranslator
This type of special value translator is being notified after all value translators have been triggered.
  • Method Details

    • notifyTranslationEnd

      void notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem) throws ImpExException
      Is called if all SpecialValueTranslators used in header have been triggered. Implement here special logic which has to be executed after end of overall translation.
      Parameters:
      line - current value line
      header - current header
      processedItem - item which was created or updated
      Throws:
      ImpExException - an ImpEx specific problem has occur