Class UninstallModule


  • public class UninstallModule
    extends Object
    UninstallModule class is able to uninstall a list of modules, uninstalling a module consists on deleting all its contents directory and setting it in ad_module table as uninstalled and inactive, afterwards a rebuild process is required, this process will delete the uninstalled modules from database.
    • Method Detail

      • execute

        public void execute​(String moduleIdList)
        Executes the uninstall process for a comma separated list of modules, all these modules will be uninstalled as well as all their contained modules.
        Parameters:
        moduleIdList - Comma separated list of module ids
      • getOBError

        public OBError getOBError()
        Returns a OBError instance obtained from the current log
        Returns:
        a new instance of OBError if the log has messages, null otherwise