public static interface ImportOperation.Result
Modifier and Type | Method and Description |
---|---|
Set<BasicElementInfo> |
getCreatedElements()
Provides the set of newly created elements.
|
Set<BasicEntityInfo> |
getCreatedEntities()
Provides the set of newly created entities.
|
Set<BasicElementInfo> |
getDeletedElements()
Provides the set of deleted elements.
|
Set<BasicElementInfo> |
getLostAndFoundElements()
Provides the set of elements being moved to the lost and found folder instead of being deleted.
|
Set<BasicElementInfo> |
getMovedElements()
Provides the set of moved elements.
|
List<ImportOperation.Problem> |
getProblems()
Provide a list of problems which occurred during import.
|
Set<BasicElementInfo> |
getUpdatedElements()
Provides the set of updated elements.
|
@NotNull Set<BasicElementInfo> getCreatedElements()
@NotNull Set<BasicElementInfo> getUpdatedElements()
@NotNull Set<BasicElementInfo> getDeletedElements()
@NotNull Set<BasicElementInfo> getLostAndFoundElements()
@NotNull Set<BasicElementInfo> getMovedElements()
@NotNull Set<BasicEntityInfo> getCreatedEntities()
@NotNull List<ImportOperation.Problem> getProblems()
Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408