Package de.espirit.firstspirit.agency
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 Summary
Modifier and TypeMethodDescriptionReturns the descriptor of the currently installed/updated module.Return any log message of the installation process.@NotNull Collection<Project>
Returns the projects where project-app components are updated.@NotNull Collection<WebAppId>
Returns the ids of all updated web-app components.
-
Method Details
-
getDescriptor
ModuleDescriptor getDescriptor()Returns the descriptor of the currently installed/updated module.- Returns:
- the module descriptor
- Since:
- 5.1.103
-
getUpdatedWebApps
Returns the ids of all updated web-app components.- Returns:
- updated web-app components.
- Since:
- 5.1.103
-
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
-