Uses of Interface
de.espirit.firstspirit.feature.FeatureInstallResult
Package
Description
Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of FeatureInstallResult in de.espirit.firstspirit.feature
Modifier and TypeMethodDescription@NotNull ServerActionHandle<? extends FeatureProgress,
FeatureInstallResult> FeatureInstallAgent.installFeature
(@NotNull FeatureFile featureFile, @NotNull Map<String, String> layerMapping) Deprecated, for removal: This API element is subject to removal in a future version.@NotNull ServerActionHandle<? extends FeatureProgress,
FeatureInstallResult> FeatureInstallAgent.installFeature
(@NotNull FeatureFile featureFile, @Nullable LayerMapper layerMapper) Starts a server side feature installation process for the given feature file.@NotNull ServerActionHandle<? extends FeatureProgress,
FeatureInstallResult> FeatureInstallAgent.installFeature
(@NotNull FeatureInstallOptions options) Starts a server side feature installation process for the givenFeatureInstallOptions
.
FeatureInstallAgent.installFeature(FeatureFile, LayerMapper)
instead