Uses of Class
de.espirit.firstspirit.server.module.ModuleException
-
Uses of ModuleException in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@NotNull ModuleAdminAgent.ModuleResult
ModuleAdminAgent.install
(@NotNull InputStream fsmStream, boolean updateUsages) Deprecated.@NotNull ModuleAdminAgent.ModuleResult
ModuleAdminAgent.install
(@NotNull InputStream fsmStream, boolean updateUsages, boolean deployWebApps) Deprecated.since 5.2.241104, useModuleAdminAgent.install(InputStream,UpdateUsagesMode)
instead@NotNull ModuleAdminAgent.ModuleResult
ModuleAdminAgent.install
(@NotNull InputStream fsmStream, @NotNull ModuleAdminAgent.UpdateUsagesMode updateUsagesMode) Installs or updates the given module.void
ModuleAdminAgent.installProjectApp
(String moduleName, String projectAppName, @NotNull Project project) Installs or updates a project application to the specified project.void
ModuleAdminAgent.installWebApp
(String moduleName, String webAppComponent, @NotNull WebAppId webAppId) Installs or updates the given web-app component into the specified web app and deploys the web app to its web-server.void
ModuleAdminAgent.installWebApp
(String moduleName, String webAppComponent, @NotNull WebAppId webAppId, boolean deploy) Installs or updates the given web-app component into the specified web app and deploys the web app to its web-server, ifdeploy
is set totrue
.void
ModuleAdminAgent.uninstall
(@NotNull String moduleName, @NotNull ModuleAdminAgent.UpdateUsagesMode updateUsagesMode) Uninstalls the module with the given name after performing the specified actions.void
Deprecated.since 5.2.241104, useModuleAdminAgent.uninstall(String,UpdateUsagesMode)
insteadvoid
ModuleAdminAgent.uninstallProjectApp
(String moduleName, String projectAppName, @NotNull Project project) Removes the project application from the specified project.void
ModuleAdminAgent.uninstallWebApp
(String moduleName, String webAppComponent, WebAppId webAppId) Removes the given web-app component from the specified web app and deploys the web to its web-server.
ModuleAdminAgent.install(InputStream,UpdateUsagesMode)
instead