Uses of Interface
de.espirit.firstspirit.access.store.ExportHandler
Packages that use ExportHandler
-
Uses of ExportHandler in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access with parameters of type ExportHandlerModifier and TypeMethodDescriptionvoid
UserService.exportStoreElements
(OutputStream out, StoreElement[] elements, @Nullable ExportHandler exportHandler) Exports the given store elements. -
Uses of ExportHandler in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store with parameters of type ExportHandlerModifier and TypeMethodDescriptionvoid
StoreElement.exportStoreElement
(OutputStream out, @Nullable ExportHandler exportHandler) Exports this storeelement as zip file to the given outputstream.