Uses of Interface
de.espirit.firstspirit.agency.GlobalWebAppId
-
Uses of GlobalWebAppId in de.espirit.firstspirit.agency
Modifier and TypeFieldDescriptionstatic final GlobalWebAppId
GlobalWebAppId.PREVIEW
Identifier for the FirstSpirit Preview.static final GlobalWebAppId
GlobalWebAppId.ROOT
Identifier for the FirstSpirit Startpage.static final GlobalWebAppId
GlobalWebAppId.STAGING
Identifier for the FirstSpirit Staging.static final GlobalWebAppId
GlobalWebAppId.WEBEDI
Deprecated.static final GlobalWebAppId
GlobalWebAppId.WEBEDIT
Identifier for the FirstSpirit ContentCreatorstatic final GlobalWebAppId
GlobalWebAppId.WEBMON
Identifier for the FirstSpirit System-Monitoring.Modifier and TypeMethodDescriptionstatic GlobalWebAppId
Creates a global web-app identifier.ModuleAdminAgent.createGlobalWebApp
(String globalWebAppId, String contextName, String name) Creates a global web-app.Modifier and TypeMethodDescription@NotNull Collection<GlobalWebAppId>
ModuleAdminAgent.getGlobalWebApps()
Returns all configurable global web-apps.@NotNull Collection<GlobalWebAppId>
ModuleAdminAgent.getGlobalWebApps
(boolean includeSystem) Returns all configurable global web-apps with the option to include the ones from the system.Modifier and TypeMethodDescriptionvoid
ModuleAdminAgent.removeGlobalWebApp
(GlobalWebAppId globalWebAppId) Undeploys and destroys the given global web-app.
WEBEDIT
instead.