Class GroovyPortalInfo
java.lang.Object
de.uplanet.lucy.server.scripting.groovy.GroovyPortalInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the portal's base URL.Get the default locale of the portal.int
Get the Intrexx Share version.int
Get the Intrexx version as an integer (e.g.Get the Intrexx version as a string (e.g.Get the portal's display name.Get the portal name (server/<GUID>).int
Get the process id (PID) of the running portal server.boolean
Check if Intrexx Share is available in the current portal.
-
Constructor Details
-
GroovyPortalInfo
public GroovyPortalInfo()
-
-
Method Details
-
getProcessId
public int getProcessId()Get the process id (PID) of the running portal server.- Returns:
- The process id.
-
getPortalName
Get the portal name (server/<GUID>).- Returns:
- The portal name.
-
getPortalDisplayName
Get the portal's display name.- Returns:
- The portal's display name.
-
getBaseUrl
Get the portal's base URL.- Returns:
- The portal's base URL, or
null
if it is not configured.
-
getDefaultLocale
Get the default locale of the portal.- Returns:
- The default locale of the portal.
-
getIntrexxVersion
public int getIntrexxVersion()Get the Intrexx version as an integer (e.g. 10000000).- Returns:
- The Intrexx version as an integer.
- See Also:
-
getIntrexxVersionStr
Get the Intrexx version as a string (e.g. 21.03).- Returns:
- The Intrexx version as a string.
- See Also:
-