Interface IContentNodeDS

All Superinterfaces:
IReportingDS
All Known Subinterfaces:
IContentDS, IDocumentDS
All Known Implementing Classes:
ContentDelegateDS, ContentDS, DocumentDS, ReportingContentDS, ReportingDocumentDS, XmlContentDS, XmlContentDS, XmlDocumentDS, XmlDocumentDS

public interface IContentNodeDS extends IReportingDS
Base interface for content data-sources that support sub-content.
Since:
6.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be invoked during initialization to read all the sub content.

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • iterateContent

      void iterateContent(INodeVisitor visitor)
      This method will be invoked during initialization to read all the sub content.
      Parameters:
      visitor - This visitor should be used to add all the sub-content to.
      Throws:
      InitializationException - This exception is thrown when the definition could not be initialized due to a fatal error.