Interface ExpImpForContentAttrtItfc

All Known Implementing Classes:
ExpImpForContentAttr

public interface ExpImpForContentAttrtItfc
All attribute export/import handlers which will export contents other than meta data should implement this interface in order that the associated contents will be exported. *

Supported API: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exportObjectContents(Object contentHolder, IxbElement fileXML, Exporter exporter)
    Exports all contents of the content holder "contentHolder".
  • Method Details

    • exportObjectContents

      void exportObjectContents(Object contentHolder, IxbElement fileXML, Exporter exporter) throws WTException
      Exports all contents of the content holder "contentHolder".
      Parameters:
      contentHolder -
      fileXML -
      exporter -

      Supported API: true
      Throws:
      WTException