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 BasicElementInfoRetrieves theBasicElementInfoof 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 theBasicElementInfoof this element.- Returns:
- the
BasicElementInfoof this element - Since:
- 5.2.1403
- See Also:
-
getName
String getName()Delivers the name (normally theIDProvider.getUid()of the related element.- Specified by:
getNamein interfaceExportInfo- Returns:
- the name
- Since:
- 5.2.1403
-