Interface ApplicationInfo

  • All Superinterfaces:
    Serializable

    public interface ApplicationInfo
    extends Serializable
    Basic application information
    • Method Detail

      • 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