Package | Description |
---|---|
de.espirit.firstspirit.agency |
Modifier and Type | Method and Description |
---|---|
ModuleAdminAgent.ModuleResult |
ModuleAdminAgent.install(InputStream fsmStream,
boolean updateUsages)
Installs or updates the given module.
|
ModuleAdminAgent.ModuleResult |
ModuleAdminAgent.install(InputStream fsmStream,
boolean updateUsages,
boolean deployWebApps)
Installs or updates the given module.
|
void |
ModuleAdminAgent.installProjectApp(String moduleName,
String projectAppName,
Project project)
Installs or updates a project application to the specified project.
|
void |
ModuleAdminAgent.installWebApp(String moduleName,
String webAppComponent,
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,
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, if
deploy is set to true . |
void |
ModuleAdminAgent.uninstall(String moduleName,
boolean removeUsages)
Uninstalls the given module.
|
void |
ModuleAdminAgent.uninstallProjectApp(String moduleName,
String projectAppName,
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.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210