|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Entity - the type of entities exported by the exporterExportedType - the type that represents the entity in the exportpublic interface Exporter<Entity,ExportedType>
This is the interface a subsystem export must implement.
| Method Summary | |
|---|---|
ExportingIterator<ExportedType> |
getExportingIterator()
Creates an iterator that is able to traverse the exported data and serialize them one by one. |
String |
getNotes()
This method can return some notes that the exporter gathered during exporting the entities that are not specific to the individual entities. |
| Method Detail |
|---|
ExportingIterator<ExportedType> getExportingIterator()
The implementation is free to preload the exported entities or to somehow load them
one by one as the callers request by calling Iterator.next().
String getNotes()
This method is only called after the export iterator
reached the end.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||