Interface AllEntitiesLoader.ExportedEntityVisitor
- Enclosing interface:
- AllEntitiesLoader
public static interface AllEntitiesLoader.ExportedEntityVisitor
Visitor is passed to 
AllEntitiesLoader to export loaded entity- 
Method SummaryModifier and TypeMethodDescriptionbooleanvisitEntity(EntityExportContext entityExportContext) Export entity to an appropriate format (json, excel)
- 
Method Details- 
visitEntityExport entity to an appropriate format (json, excel)- Parameters:
- entityExportContext- loaded entity
- Returns:
- false if entity cannot be exported
 
 
-