public static interface ExportOperation.Result
Modifier and Type | Method and Description |
---|---|
Collection<ExportInfo> |
getCreatedElements()
Get the detailed information on created elements.
|
Set<ExportInfoFileHandle> |
getCreatedFileHandles()
Get the detailed information on created file handles.
|
Set<FileHandle> |
getCreatedFiles()
Deprecated.
since 5.2.1403. Use
getCreatedFileHandles() ()} or getCreatedElements() ()} instead. |
Collection<ExportInfo> |
getDeletedElements()
Get the detailed information on deleted elements.
|
Set<ExportInfoFileHandle> |
getDeletedFileHandles()
Get the detailed information on deleted file handles.
|
Set<FileHandle> |
getDeletedFiles()
Deprecated.
since 5.2.1403. Use
getDeletedFileHandles() or getDeletedElements() instead. |
Collection<ExportInfo> |
getMovedElements()
Get the detailed information on moved elements.
|
Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> |
getMovedFileHandles()
Get the detailed information on moved file handles.
|
Collection<ExportInfo> |
getUpdatedElements()
Get the detailed information on updated elements.
|
Set<ExportInfoFileHandle> |
getUpdatedFileHandles()
Get the detailed information on updated file handles.
|
Set<FileHandle> |
getUpdatedFiles()
Deprecated.
since 5.2.1403. Use
getUpdatedFileHandles() ()} or getUpdatedElements() ()} instead. |
@NotNull @Deprecated Set<FileHandle> getCreatedFiles()
getCreatedFileHandles()
()} or getCreatedElements()
()} instead.@NotNull @Deprecated Set<FileHandle> getUpdatedFiles()
getUpdatedFileHandles()
()} or getUpdatedElements()
()} instead.@NotNull @Deprecated Set<FileHandle> getDeletedFiles()
getDeletedFileHandles()
or getDeletedElements()
instead.@NotNull Set<ExportInfoFileHandle> getCreatedFileHandles()
@NotNull Set<ExportInfoFileHandle> getUpdatedFileHandles()
@NotNull Set<ExportInfoFileHandle> getDeletedFileHandles()
@NotNull Collection<Pair<ExportInfoFileHandle,ExportInfoFileHandle>> getMovedFileHandles()
collection
is apair
of ExportInfoFileHandles
. The key of a pair
isalways 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).ExportInfoFileHandle
@NotNull Collection<ExportInfo> getCreatedElements()
@NotNull Collection<ExportInfo> getUpdatedElements()
@NotNull Collection<ExportInfo> getDeletedElements()
@NotNull Collection<ExportInfo> getMovedElements()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210