public interface ExportInfo
ExportOperation
. The reason for a change
can be creation, updates, deletions or movement. The types can be:
ExportOperation.Result
,
FsMetaExportInfo
,
PropertyTypeExportInfo
,
ElementExportInfo
,
EntityTypeExportInfo
Modifier and Type | Interface and Description |
---|---|
static class |
ExportInfo.Type
Type defining the changed
ExportInfo . |
Modifier and Type | Method and Description |
---|---|
Set<ExportInfoFileHandle> |
getCreatedFileHandles()
Get the detailed information on created file handles.
|
Set<ExportInfoFileHandle> |
getDeletedFileHandles()
Get the detailed information on deleted file handles.
|
Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> |
getMovedFileHandles()
Get the detailed information on moved file handles.
|
String |
getName()
Returns the name of this export info object.
|
ExportStatus |
getStatus()
Retrieve the current
export status of this ExportInfo . |
ExportInfo.Type |
getType()
Retrieve the current
type of this ExportInfo . |
Set<ExportInfoFileHandle> |
getUpdatedFileHandles()
Get the detailed information on updated file handles.
|
@NotNull ExportInfo.Type getType()
type
of this ExportInfo
.type
of this elementString getName()
@NotNull ExportStatus getStatus()
export status
of this ExportInfo
.export status
of this element@NotNull Set<ExportInfoFileHandle> getCreatedFileHandles()
ExportInfoFileHandle
@NotNull Set<ExportInfoFileHandle> getUpdatedFileHandles()
ExportInfoFileHandle
@NotNull Set<ExportInfoFileHandle> getDeletedFileHandles()
ExportInfoFileHandle
@NotNull Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> getMovedFileHandles()
collection
is a
pair
of ExportInfoFileHandles
. The key of a pair
is
always the handle of the file before the move operation (at its original location) and the value of the pair is
always the handle of the file after the move operation (at its current location).Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210