Package de.espirit.firstspirit.feature
Interface FeatureInstallResult
- All Superinterfaces:
Serializable
Definition representing the result of a feature
installation process
.- Since:
- 5.0.111
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull Set<BasicElementInfo>
Provides the set of newly created elements.@NotNull Set<BasicElementInfo>
Provides the set of deleted elements.@NotNull EnumMap<Store.Type,
List<BasicElementInfo>> Deprecated.@NotNull Set<BasicElementInfo>
Provides the set of elements being moved to the lost and found folder instead of being deleted.@NotNull EnumMap<Store.Type,
List<BasicElementInfo>> Deprecated.since 5.2.181006 - usegetLostAndFoundElements()
instead@NotNull Set<BasicElementInfo>
Provides the set of moved elements.@NotNull Set<BasicElementInfo>
Provides the set of updated elements.
-
Method Details
-
getLostAndFoundStoreNodes
@NotNull @Deprecated @NotNull EnumMap<Store.Type,List<BasicElementInfo>> getLostAndFoundStoreNodes()Deprecated.since 5.2.181006 - usegetLostAndFoundElements()
insteadReturns all store nodes which have been moved to folder lost and found during the installation process.- Since:
- 5.0.111
-
getDeletedStoreNodes
Deprecated.since 5.2.181006 - usegetDeletedElements()
insteadReturns all store nodes which have deleted during the installation process.- Since:
- 5.0.111
-
getCreatedElements
Provides the set of newly created elements.- Returns:
- Set of new elements.
- Since:
- 5.2.181006
-
getUpdatedElements
Provides the set of updated elements.- Returns:
- Set of updated elements.
- Since:
- 5.2.181006
-
getDeletedElements
Provides the set of deleted elements.- Returns:
- Set of deleted elements.
- Since:
- 5.2.181006
-
getLostAndFoundElements
Provides the set of elements being moved to the lost and found folder instead of being deleted.- Returns:
- Set of moved elements.
- Since:
- 5.2.181006
-
getMovedElements
Provides the set of moved elements.- Returns:
- Set of moved elements.
- Since:
- 5.2.181006
-
getDeletedElements()
instead