Interface ModuleAdminAgent.ModuleResult

Enclosing interface:
ModuleAdminAgent

public static interface ModuleAdminAgent.ModuleResult
The module installation/update result containing the installed/upgraded module descriptor and the process log message.
Since:
5.1.103
  • Method Details

    • getDescriptor

      ModuleDescriptor getDescriptor()
      Returns the descriptor of the currently installed/updated module.
      Returns:
      the module descriptor
      Since:
      5.1.103
    • getUpdatedWebApps

      @NotNull @NotNull Collection<WebAppId> getUpdatedWebApps()
      Returns the ids of all updated web-app components.
      Returns:
      updated web-app components.
      Since:
      5.1.103
    • getUpdatedProjectApps

      @NotNull @NotNull Collection<Project> getUpdatedProjectApps()
      Returns the projects where project-app components are updated.
      Returns:
      project ids.
      Since:
      5.1.103
    • getLogMessages

      String getLogMessages()
      Return any log message of the installation process.
      Returns:
      the log message
      Since:
      5.1.103