Klasse GroovyPortalInfo
java.lang.Object
de.uplanet.lucy.server.scripting.groovy.GroovyPortalInfo
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the portal's base URL.Get the default locale of the portal.Get the Intrexx semantic version.intGet the Intrexx Share version.intGet the Intrexx version as an integer (e.g. 10000000).Get the Intrexx version as a string (e.g. 21.03).Get the portal's display name.Get the portal name (server/<GUID>).intGet the process id (PID) of the running portal server.longGet the portal start time.longGet the portal uptime in milliseconds.booleanTest if the Application API is supported in this portal.booleanTest if external authentication is supported in this portal.booleanTest if horizontal scaling is supported in this portal.booleanCheck if Intrexx Share is available in the current portal.booleanTest if multitenancy is supported in this portal.booleanTest if user synchronization is supported in this portal.booleanTest if WebDAV services are supported in this portal.
-
Konstruktordetails
-
GroovyPortalInfo
public GroovyPortalInfo() -
GroovyPortalInfo
public GroovyPortalInfo(org.springframework.context.ApplicationContext p_appCtx)
-
-
Methodendetails
-
getProcessId
public int getProcessId()Get the process id (PID) of the running portal server.- Gibt zurück:
- The process id.
-
getUptimeMillis
public long getUptimeMillis()Get the portal uptime in milliseconds.- Gibt zurück:
- The uptime in milliseconds.
-
getStartTime
public long getStartTime()Get the portal start time.- Gibt zurück:
- The start time of the JVM in milliseconds since 1970-01-01T00:00:00Z.
-
getPortalName
Get the portal name (server/<GUID>).- Gibt zurück:
- The portal name.
-
getPortalDisplayName
Get the portal's display name.- Gibt zurück:
- The portal's display name.
-
getBaseUrl
Get the portal's base URL.- Gibt zurück:
- The portal's base URL, or
nullif it is not configured.
-
getDefaultLocale
Get the default locale of the portal.- Gibt zurück:
- The default locale of the portal.
-
getIntrexxSemanticVersion
Get the Intrexx semantic version.See https://semver.org/.
- Gibt zurück:
- The Intrexx semantic version.
-
getIntrexxVersion
public int getIntrexxVersion()Get the Intrexx version as an integer (e.g. 10000000).- Gibt zurück:
- The Intrexx version as an integer.
- Siehe auch:
-
getIntrexxVersionStr
Get the Intrexx version as a string (e.g. 21.03).- Gibt zurück:
- The Intrexx version as a string.
- Siehe auch:
-
isExternalAuthenticationSupported
public boolean isExternalAuthenticationSupported()Test if external authentication is supported in this portal.- Gibt zurück:
trueif external authentication is supported in this portal, orfalseotherwise.
-
isUserSynchronizationSupported
public boolean isUserSynchronizationSupported()Test if user synchronization is supported in this portal.- Gibt zurück:
trueif user synchronization is supported in this portal, orfalseotherwise.
-
isApplicationApiSupported
public boolean isApplicationApiSupported()Test if the Application API is supported in this portal.- Gibt zurück:
trueif the Application API is supported in this portal, orfalseotherwise.
-
isMultitenancySupported
public boolean isMultitenancySupported()Test if multitenancy is supported in this portal.- Gibt zurück:
trueif multitenancy is supported in this portal, orfalseotherwise.
-
isWebdavServicesSupported
public boolean isWebdavServicesSupported()Test if WebDAV services are supported in this portal.- Gibt zurück:
trueif WebDAV services are supported in this portal, orfalseotherwise.
-
isHorizontalScalabilitySupported
public boolean isHorizontalScalabilitySupported()Test if horizontal scaling is supported in this portal.- Gibt zurück:
trueif horizontal scaling is supported in this portal, orfalseotherwise.
-