Uses of Interface
de.espirit.firstspirit.store.access.nexport.io.ExportInfoFileHandle
Packages that use ExportInfoFileHandle
Package
Description
-
Uses of ExportInfoFileHandle in de.espirit.firstspirit.store.access.nexport
Methods in de.espirit.firstspirit.store.access.nexport that return types with arguments of type ExportInfoFileHandleModifier and TypeMethodDescription@NotNull Set<ExportInfoFileHandle>ExportInfo.getCreatedFileHandles()Get the detailed information on created file handles.@NotNull Set<ExportInfoFileHandle>ExportInfo.getDeletedFileHandles()Get the detailed information on deleted file handles.@NotNull Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> ExportInfo.getMovedFileHandles()Get the detailed information on moved file handles.@NotNull Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> ExportInfo.getMovedFileHandles()Get the detailed information on moved file handles.@NotNull Set<ExportInfoFileHandle>ExportInfo.getUpdatedFileHandles()Get the detailed information on updated file handles. -
Uses of ExportInfoFileHandle in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations that return types with arguments of type ExportInfoFileHandleModifier and TypeMethodDescription@NotNull Set<ExportInfoFileHandle>ExportOperation.Result.getCreatedFileHandles()Get the detailed information on created file handles.@NotNull Set<ExportInfoFileHandle>ExportOperation.Result.getDeletedFileHandles()Get the detailed information on deleted file handles.@NotNull Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> ExportOperation.Result.getMovedFileHandles()Get the detailed information on moved file handles.@NotNull Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> ExportOperation.Result.getMovedFileHandles()Get the detailed information on moved file handles.@NotNull Set<ExportInfoFileHandle>ExportOperation.Result.getUpdatedFileHandles()Get the detailed information on updated file handles.