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) Installs or updates the given module.@NotNull ModuleAdminAgent.ModuleResult
ModuleAdminAgent.install
(@NotNull InputStream fsmStream, boolean updateUsages, boolean deployWebApps) 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
Uninstalls the given module.void
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.