Interface AllEntitiesLoader.ExportedEntityVisitor

Enclosing interface:
AllEntitiesLoader

public static interface AllEntitiesLoader.ExportedEntityVisitor
Visitor is passed to AllEntitiesLoader to export loaded entity
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visitEntity(EntityExportContext entityExportContext)
    Export entity to an appropriate format (json, excel)
  • Method Details

    • visitEntity

      boolean visitEntity(EntityExportContext entityExportContext)
      Export entity to an appropriate format (json, excel)
      Parameters:
      entityExportContext - loaded entity
      Returns:
      false if entity cannot be exported