Uses of Class
de.espirit.firstspirit.server.module.ModuleException
Packages that use ModuleException
-
Uses of ModuleException in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that throw ModuleExceptionModifier and TypeMethodDescription@NotNull ModuleAdminAgent.ModuleResultModuleAdminAgent.install(@NotNull InputStream fsmStream, boolean updateUsages) Deprecated.@NotNull ModuleAdminAgent.ModuleResultModuleAdminAgent.install(@NotNull InputStream fsmStream, boolean updateUsages, boolean deployWebApps) Deprecated.since 5.2.241104, useModuleAdminAgent.install(InputStream, UpdateUsagesMode)instead@NotNull ModuleAdminAgent.ModuleResultModuleAdminAgent.install(@NotNull InputStream fsmStream, @NotNull ModuleAdminAgent.UpdateUsagesMode updateUsagesMode) Installs or updates the given module.voidModuleAdminAgent.installProjectApp(String moduleName, String projectAppName, @NotNull Project project) Installs or updates a project application to the specified project.voidModuleAdminAgent.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.voidModuleAdminAgent.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, ifdeployis set totrue.voidModuleAdminAgent.uninstall(@NotNull String moduleName, @NotNull ModuleAdminAgent.UpdateUsagesMode updateUsagesMode) Uninstalls the module with the given name after performing the specified actions.voidDeprecated.since 5.2.241104, useModuleAdminAgent.uninstall(String, UpdateUsagesMode)insteadvoidModuleAdminAgent.uninstallProjectApp(String moduleName, String projectAppName, @NotNull Project project) Removes the project application from the specified project.voidModuleAdminAgent.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