Fixes for dynamic model management: fix delete model validation (in MT case) & fix model restore from archive

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6984 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2007-10-12 16:48:59 +00:00
parent 5d0a520f25
commit 714c7a2b14
7 changed files with 157 additions and 30 deletions

View File

@@ -24,6 +24,8 @@
*/
package org.alfresco.repo.tenant;
import java.util.List;
import org.apache.commons.logging.Log;
/**
@@ -51,4 +53,9 @@ public class SingleTDeployerServiceImpl implements TenantDeployerService
{
// NOOP
}
public List<Tenant> getAllTenants()
{
return null;
}
}