mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78429: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 75801: ACE-2149: EOL AVM / WCM - Thorough sweep of 'avm' and 'wcm' references - Picked up on many 'deployment' and related classes and configuration - Repo starts git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82558 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -70,7 +70,6 @@ import org.alfresco.service.cmr.repository.InvalidNodeRefException;
|
||||
import org.alfresco.service.cmr.repository.InvalidStoreRefException;
|
||||
import org.alfresco.service.cmr.repository.NodeRef;
|
||||
import org.alfresco.service.cmr.repository.NodeRef.Status;
|
||||
import org.alfresco.service.cmr.repository.NodeService;
|
||||
import org.alfresco.service.cmr.repository.Path;
|
||||
import org.alfresco.service.cmr.repository.StoreRef;
|
||||
import org.alfresco.service.cmr.repository.datatype.DefaultTypeConverter;
|
||||
@@ -106,7 +105,6 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
|
||||
private NodeDAO nodeDAO;
|
||||
private PermissionService permissionService;
|
||||
private StoreArchiveMap storeArchiveMap;
|
||||
private NodeService avmNodeService;
|
||||
private NodeIndexer nodeIndexer;
|
||||
private BehaviourFilter policyBehaviourFilter;
|
||||
private boolean enableTimestampPropagation;
|
||||
@@ -136,11 +134,6 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
|
||||
this.storeArchiveMap = storeArchiveMap;
|
||||
}
|
||||
|
||||
public void setAvmNodeService(NodeService avmNodeService)
|
||||
{
|
||||
this.avmNodeService = avmNodeService;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param nodeIndexer the indexer that will be notified of node additions,
|
||||
* modifications and deletions
|
||||
@@ -234,9 +227,6 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
|
||||
}
|
||||
storeRefs.add(storeRef);
|
||||
}
|
||||
// Now get the AVMStores.
|
||||
List<StoreRef> avmStores = avmNodeService.getStores();
|
||||
storeRefs.addAll(avmStores);
|
||||
// Return them all.
|
||||
return storeRefs;
|
||||
}
|
||||
|
Reference in New Issue
Block a user