Class GjEntityExpand
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.format.geojson.tools.GjEntityExpand
- All Implemented Interfaces:
GjEntityEntry
A class for gathering data from Entities link to by a NavigationLink of an
Entity into a CSV file.
- Author:
- scf
-
Constructor Summary
ConstructorsConstructorDescriptionGjEntityExpand(String serviceRootUrl, de.fraunhofer.iosb.ilt.frostserver.path.Version version, String name, de.fraunhofer.iosb.ilt.frostserver.property.NavigationProperty property, de.fraunhofer.iosb.ilt.frostserver.query.Query subQuery) -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity e, String namePrefix) Collect data for CSV data rows.
-
Constructor Details
-
Method Details
-
writeData
public void writeData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity e, String namePrefix) Description copied from interface:GjEntityEntryCollect data for CSV data rows.- Specified by:
writeDatain interfaceGjEntityEntry- Parameters:
collector- The collector to collect the data in.e- The source entity to collect the data from.namePrefix- The header to use for this item.
-