mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added AVM callback handlers to update the virtualization view pseudo folders when stores/versions are created or purged.
The callback handlers queue change notifications so Windows Explorer views that are open on a pseudo folder should update (most of the time). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4595 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -60,8 +60,8 @@
|
||||
<property name="contentService"><ref bean="ContentService" /></property>
|
||||
<property name="permissionService"><ref bean="permissionService"/></property>
|
||||
<property name="authenticationComponent"><ref bean="authenticationComponent"/></property>
|
||||
<property name="authenticationService"><ref bean="authenticationService"/></property>
|
||||
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
|
||||
<property name="authenticationService"><ref bean="authenticationService"/></property>
|
||||
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
|
||||
<property name="stateReaper"><ref bean="fileStateReaper"/></property>
|
||||
</bean>
|
||||
|
||||
@@ -76,13 +76,18 @@
|
||||
|
||||
<!-- AVM Filesystem Interface -->
|
||||
<bean id="avmDiskDriver" class="org.alfresco.filesys.avm.AVMDiskDriver" >
|
||||
<property name="avmService"><ref bean="avmService" /></property>
|
||||
<property name="avmService"><ref bean="avmService" /></property>
|
||||
<property name="transactionService"><ref bean="transactionComponent" /></property>
|
||||
<property name="authenticationComponent"><ref bean="authenticationComponent"/></property>
|
||||
<property name="authenticationService"><ref bean="authenticationService"/></property>
|
||||
<property name="mimetypeService"><ref bean="mimetypeService" /></property>
|
||||
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
|
||||
<property name="authenticationService"><ref bean="authenticationService"/></property>
|
||||
<property name="mimetypeService"><ref bean="mimetypeService" /></property>
|
||||
<property name="serviceRegistry"><ref bean="ServiceRegistry"/></property>
|
||||
<property name="stateReaper"><ref bean="fileStateReaper"/></property>
|
||||
|
||||
<property name="createStoreListener"><ref bean="createStoreTxnListener"/></property>
|
||||
<property name="purgeStoreListener"><ref bean="purgeStoreTxnListener"/></property>
|
||||
<property name="createVersionListener"><ref bean="createVersionTxnListener"/></property>
|
||||
<property name="purgeVersionListener"><ref bean="purgeVersionTxnListener"/></property>
|
||||
</bean>
|
||||
|
||||
<!-- File State Reaper -->
|
||||
|
Reference in New Issue
Block a user