Uses of Interface
de.espirit.firstspirit.feature.FeatureFile
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 FeatureFile in de.espirit.firstspirit.feature
Modifier and TypeMethodDescription@NotNull FeatureFile
FeatureInstallOptions.getFeatureFile()
Retrieve aFeatureFile
object representing a feature that requires installation.FeatureProgress.getFeatureFile()
The feature file representing the feature transport zip file created by the server side process.@NotNull FeatureFile
FeatureInstallAgent.uploadFeatureFile
(@NotNull InputStream stream) Uploads the given stream (originated from a feature transport zip file) to the server and returns the relatedfeature file
Modifier and TypeMethodDescription@NotNull List<FeatureFile>
FeatureAgent.getFeatureFiles()
Returns a list of allfeatureFiles
existing on the server for the current project.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.@NotNull FeatureInstallOptions
FeatureInstallOptions.Builder.build
(@NotNull FeatureFile featureFile) CreateFeatureInstallOptions
for the installation of a feature represented by the givenFeatureFile
.void
FeatureAgent.deleteFeatureFile
(@NotNull FeatureFile featureFile) Deletes the givenFeatureFile
in the current project.FeatureAgent.downloadFeatureFile
(@NotNull FeatureFile featureFile) Download the feature transport zip file specified by the givenfeatureFile
.@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.
FeatureInstallAgent.installFeature(FeatureFile, LayerMapper)
instead