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.
|
EnumSet<PropertiesTransportOptions.ProjectPropertyType> |
getModifiedProjectProperties()
Provides the
EnumSet of modified project properties. |
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.
|
Set<BasicEntityInfo> |
getUpdatedEntities()
Provides the set of updated entities.
|
@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 Set<BasicEntityInfo> getUpdatedEntities()
@NotNull EnumSet<PropertiesTransportOptions.ProjectPropertyType> getModifiedProjectProperties()
EnumSet
of modified project properties. Project properties are referred to be modified
if they were created or updated during the import.EnumSet
of modified project properties.@NotNull List<ImportOperation.Problem> getProblems()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210