public interface FeatureInstallResult extends Serializable
installation process
.FeatureInstallAgent.installFeature(FeatureFile, Map)
Modifier and Type | Method and Description |
---|---|
Set<BasicElementInfo> |
getCreatedElements()
Provides the set of newly created elements.
|
Set<BasicElementInfo> |
getDeletedElements()
Provides the set of deleted elements.
|
EnumMap<Store.Type,List<BasicElementInfo>> |
getDeletedStoreNodes()
Deprecated.
since 5.2.181006 - use
getDeletedElements() instead |
Set<BasicElementInfo> |
getLostAndFoundElements()
Provides the set of elements being moved to the lost and found folder instead of being deleted.
|
EnumMap<Store.Type,List<BasicElementInfo>> |
getLostAndFoundStoreNodes()
Deprecated.
since 5.2.181006 - use
getLostAndFoundElements() instead |
Set<BasicElementInfo> |
getMovedElements()
Provides the set of moved elements.
|
Set<BasicElementInfo> |
getUpdatedElements()
Provides the set of updated elements.
|
@NotNull @Deprecated EnumMap<Store.Type,List<BasicElementInfo>> getLostAndFoundStoreNodes()
getLostAndFoundElements()
instead@NotNull @Deprecated EnumMap<Store.Type,List<BasicElementInfo>> getDeletedStoreNodes()
getDeletedElements()
instead@NotNull Set<BasicElementInfo> getCreatedElements()
@NotNull Set<BasicElementInfo> getUpdatedElements()
@NotNull Set<BasicElementInfo> getDeletedElements()
@NotNull Set<BasicElementInfo> getLostAndFoundElements()
@NotNull Set<BasicElementInfo> getMovedElements()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210