Uses of Interface
de.espirit.firstspirit.access.ServerActionHandle
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 ServerActionHandle in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionstatic ServerActionHandle<? extends DeleteProgress,
Boolean> AccessUtil.delete
(IDProvider element, boolean ignoreIncomingReferences) Deprecated.static ServerActionHandle<? extends DeleteProgress,
Boolean> AccessUtil.delete
(Collection<IDProvider> elements, boolean ignoreIncomingReferences) Deprecated.useDeleteOperation
instead ; since 5.2.1804static ServerActionHandle<? extends ReleaseProgress,
Boolean> AccessUtil.release
(IDProvider toRelease, boolean checkOnly) Deprecated.useReleaseOperation
instead ; since 5.2.180606static ServerActionHandle<? extends ReleaseProgress,
Boolean> AccessUtil.release
(IDProvider releaseStartNode, boolean checkOnly, boolean ensureAccessibility, boolean recursive, IDProvider.DependentReleaseType dependentType) Deprecated.useReleaseOperation
instead ; since 5.2.180606static ServerActionHandle<? extends ReleaseProgress,
Boolean> AccessUtil.release
(IDProvider releaseStartNode, boolean checkOnly, boolean ensureAccessibility, boolean recursive, IDProvider.DependentReleaseType dependentType, String comment) Deprecated.useReleaseOperation
instead ; since 5.2.180606static ServerActionHandle<? extends ReleaseProgress,
Boolean> AccessUtil.release
(IDProvider toRelease, boolean checkOnly, String comment) Deprecated.useReleaseOperation
instead ; since 5.2.180606static ServerActionHandle<? extends RestoreProgress,
Boolean> AccessUtil.restore
(@NotNull IDProvider newParent, @NotNull ElementInfo elementInfo, boolean restoreParentIfNecessary, boolean ignoreMissingReferencedObjects, boolean checkOnlyMode) Starts a restore action on the server, which restores the deleted element specified by the givenelementInfo
static ServerActionHandle<? extends RevertProgress,
Boolean> AccessUtil.revert
(IDProvider element, Revision revision, boolean recursive, EnumSet<IDProvider.RevertType> ignoreRevertTypes, boolean ignoreMissingReferencedObjects, boolean checkOnlyMode) Reverts an element of typeIDProvider
to a specific revision. -
Uses of ServerActionHandle in de.espirit.firstspirit.access.admin
Modifier and TypeMethodDescriptionProjectStorage.startDifferentialBackup
(BackupParameters backupParameters) Start differential project repository backup export.ProjectStorage.startExport
(ExportParameters exportParameters) Start project export.ProjectStorage.startImport
(ImportParameters importParameters) Start project import.ProjectStorage.startIncrementalBackup
(BackupParameters backupParameters) Start incremental project repository backup export.ProjectStorage.startPartialInstall
(long projectId, Map<String, String> layerMappings, List<ExportFile> backups) Install incremental or differential backup file into a existing project.ProjectStorage.startProjectRevert
(long projectId, String snapshotFileName) Revert a project to a state after a snapshot has been installed.ProjectStorage.startSnapshotExport
(BackupParameters backupParameters) Start project snapshot export. -
Uses of ServerActionHandle 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.since 5.2.513 - useFeatureInstallAgent.installFeature(FeatureFile, LayerMapper)
instead@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
.
DeleteOperation
instead ; since 5.2.1804