Uses of Interface
de.espirit.firstspirit.access.store.ImportHandler
Packages that use ImportHandler
-
Uses of ImportHandler in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access with parameters of type ImportHandlerModifier and TypeMethodDescriptionvoidUserService.importStoreElements(ZipFile exportFile, StoreElement parent, ImportHandler importHandler) Import of a file with store elements. -
Uses of ImportHandler in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store with parameters of type ImportHandlerModifier and TypeMethodDescriptionStoreElement.importStoreElement(ZipFile exportFile, @Nullable ImportHandler importHandler) Imports the first root node from the given zip exportfile.StoreElement.importStoreElements(ZipFile exportFile, @Nullable ImportHandler importHandler) Imports all root nodes from the given zip exportfile.