Uses of Interface
de.espirit.firstspirit.store.access.nexport.ExportInfo
Packages that use ExportInfo
Package
Description
-
Uses of ExportInfo in de.espirit.firstspirit.store.access.nexport
Subinterfaces of ExportInfo in de.espirit.firstspirit.store.access.nexportModifier and TypeInterfaceDescriptioninterface
This interface represents anIDProvider
during theExportOperation
.interface
interface
This interface represents the FirstSpirit only relatedmeta information
stored in directory.FirstSpirit
.interface
This interface represents anPropertiesTransportOptions.ProjectPropertyType
during theExportOperation
. -
Uses of ExportInfo in de.espirit.firstspirit.store.access.nexport.io
Methods in de.espirit.firstspirit.store.access.nexport.io that return ExportInfoModifier and TypeMethodDescriptionExportInfoFileHandle.getExportInfo()
Returns the connectedExportInfo
of this file handle. -
Uses of ExportInfo in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations that return types with arguments of type ExportInfoModifier and TypeMethodDescription@NotNull Collection<ExportInfo>
ExportOperation.Result.getCreatedElements()
Get the detailed information on created elements.@NotNull Collection<ExportInfo>
ExportOperation.Result.getDeletedElements()
Get the detailed information on deleted elements.@NotNull Collection<ExportInfo>
ExportOperation.Result.getMovedElements()
Get the detailed information on moved elements.@NotNull Collection<ExportInfo>
ExportOperation.Result.getUpdatedElements()
Get the detailed information on updated elements.