Interface ElementExportInfo
- All Superinterfaces:
ExportInfo
This interface represents an
IDProvider
during the ExportOperation
.- Since:
- 5.2.1403
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
ExportInfo.Type
-
Method Summary
Modifier and TypeMethodDescription@NotNull BasicElementInfo
Retrieves theBasicElementInfo
of this element.getName()
Delivers the name (normally theIDProvider.getUid()
of the related element.Methods inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
getCreatedFileHandles, getDeletedFileHandles, getMovedFileHandles, getStatus, getType, getUpdatedFileHandles
-
Method Details
-
getElementInfo
Retrieves theBasicElementInfo
of this element.- Returns:
- the
BasicElementInfo
of this element - Since:
- 5.2.1403
- See Also:
-
getName
String getName()Delivers the name (normally theIDProvider.getUid()
of the related element.- Specified by:
getName
in interfaceExportInfo
- Returns:
- the name
- Since:
- 5.2.1403
-