mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge of BRANCHES/DEV/4.2_ENT_DEV/ADMIN_CONSOLE - Admin Console 46247-46672
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@46677 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
package org.alfresco.service.cmr.module;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import org.alfresco.repo.module.ModuleComponent;
|
||||
|
||||
@@ -47,6 +48,13 @@ public interface ModuleService
|
||||
*/
|
||||
List<ModuleDetails> getAllModules();
|
||||
|
||||
/**
|
||||
* Gets a list of the modules missing from the system.
|
||||
*
|
||||
* @return module details of the modules missing from the system.
|
||||
*/
|
||||
List<ModuleDetails> getMissingModules();
|
||||
|
||||
/**
|
||||
* Register a component of a module for execution.
|
||||
*
|
||||
|
@@ -37,4 +37,10 @@ public interface WebDavService
|
||||
* @return true if activity generation is enabled.
|
||||
*/
|
||||
public boolean activitiesEnabled();
|
||||
|
||||
/**
|
||||
* Is the web dav service enabled?
|
||||
* @return true, is enabled
|
||||
*/
|
||||
public boolean getEnabled();
|
||||
}
|
||||
|
Reference in New Issue
Block a user