Uses of Interface
de.espirit.firstspirit.feature.FeatureProgress
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 FeatureProgress in de.espirit.firstspirit.feature
Modifier and TypeMethodDescription@NotNull ServerActionHandle<? extends FeatureProgress,
FeatureAnalyseResult> FeatureInstallAgent.analyzeFeature
(@NotNull FeatureFile featureFile) Starts a server side feature analyze process for the given feature file.ServerActionHandle<? extends FeatureProgress,
Boolean> FeatureAgent.createFeatureTransportFile
(FeatureDescriptor featureDescriptor) Starts a server side process to create a feature transport file.@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