C D F G I M N P R T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- collectEntry(int, Object) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvRowCollector
-
Collect a new value for the element with the given index.
- CSV_FORMAT_NAME - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
-
The "name" of the CSV resultFormatter.
- CsvComplexProperty - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
- CsvComplexProperty(String, EntityProperty) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvComplexProperty
- CsvElementFetcher<T> - Interface in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
-
Interface for a class that returns a pre-registered property of an Entity.
- CsvElementSet - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
- CsvElementSet(String) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- CsvEntityEntry - Interface in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
-
A class for gathering data from an Entity into a CSV file.
- CsvEntityExpand - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
-
A class for gathering data from Entities link to by a NavigationLink of an Entity into a CSV file.
- CsvEntityExpand(String, NavigationProperty, Query, NavigationPropertyFollower) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityExpand
- CsvEntityProperty - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
-
A class for gathering data from an Property of an Entity into a CSV file.
- CsvEntityProperty(String, EntityProperty) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityProperty
-
Create a new instance.
- CsvRowCollector - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
-
Collects all elements for a single row in a CSV file.
- CsvRowCollector(CSVPrinter) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvRowCollector
-
Create a new Collector.
D
- de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv - package de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv
- de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools - package de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
F
- fetch(Entity) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementFetcher
-
Fetch the pre-registered property of the given source entity.
- fetch(Entity) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.NavigationPropertyFollower
-
Follow the registered navigation link, on the given source Entity, and return the linked Target Entity.
- flush() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvRowCollector
-
Flush the row to the CSVPrinter, and reset the collector.
- format(ResourcePath, Query, Object, boolean) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.ResultFormatterCsv
G
- getContentType() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.ResultFormatterCsv
- getFormatNames() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
- getResultFormatter(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
- getVersions() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
I
- init(CoreSettings) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
- initFrom(EntityType, Query) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- initFrom(EntityPropertyCustomSelect) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- initFrom(EntityPropertyMain) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- initFrom(NavigationProperty, Query) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- initFrom(Set<Property>, Query) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- isEnabled() - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
M
- modifyServiceDocument(ServiceRequest, Map<String, Object>) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
N
- NavigationPropertyFollower - Interface in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools
-
Interface for a class that follows a navigation link and returns the linked Entity.
P
- PluginResultFormatCsv - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv
- PluginResultFormatCsv() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
- preProcessRequest(ResourcePath, Query) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.ResultFormatterCsv
R
- registerHeader(String) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvRowCollector
-
Register a new element in the collector.
- ResultFormatterCsv - Class in de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv
- ResultFormatterCsv() - Constructor for class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.ResultFormatterCsv
T
- TAG_ENABLE_CSV - Static variable in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.PluginResultFormatCsv
W
- writeData(CsvRowCollector, Entity) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvComplexProperty
- writeData(CsvRowCollector, Entity) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- writeData(CsvRowCollector, Entity) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityEntry
-
Collect data for CSV data rows.
- writeData(CsvRowCollector, Entity) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityExpand
- writeData(CsvRowCollector, Entity) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityProperty
- writeData(CsvRowCollector, EntitySet) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- writeData(CsvRowCollector, Object) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- writeHeader(CsvRowCollector) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvComplexProperty
- writeHeader(CsvRowCollector) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvElementSet
- writeHeader(CsvRowCollector) - Method in interface de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityEntry
-
Collect data for the CSV header row.
- writeHeader(CsvRowCollector) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityExpand
- writeHeader(CsvRowCollector) - Method in class de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityProperty
All Classes All Packages