Interface ApplicationInfo
- All Superinterfaces:
Serializable
Basic application information
-
Method Summary
Modifier and TypeMethodDescriptionReturns the base URL of the application.Returns the build number of the application.Returns the list of installed solutionsReturns the version of the application.
-
Method Details
-
getBaseUrl
String getBaseUrl()Returns the base URL of the application.- Returns:
- the base URL of the application
-
getVersion
ApplicationVersion getVersion()Returns the version of the application.- Returns:
- the version of the application
-
getBuildNumber
String getBuildNumber()Returns the build number of the application.- Returns:
- the build number of the application
-
getSolutions
List<SolutionInfo> getSolutions()Returns the list of installed solutions- Returns:
- the list of installed solutions
-