mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
RM-6941 Changes for retention action on frozen nodes [ags]
This commit is contained in:
@@ -703,6 +703,7 @@
|
||||
<value>retain</value>
|
||||
</list>
|
||||
</property>
|
||||
<property name="dispositionService" ref="dispositionService"/>
|
||||
</bean>
|
||||
|
||||
<bean id="RecordsManagementActionService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
|
@@ -80,9 +80,12 @@ public class RecordsManagementActionServiceImpl implements RecordsManagementActi
|
||||
private ClassPolicyDelegate<BeforeRMActionExecution> beforeRMActionExecutionDelegate;
|
||||
private ClassPolicyDelegate<OnRMActionExecution> onRMActionExecutionDelegate;
|
||||
|
||||
@Autowired
|
||||
private DispositionService dispositionService;
|
||||
|
||||
public void setDispositionService(DispositionService dispositionService) {
|
||||
this.dispositionService = dispositionService;
|
||||
}
|
||||
|
||||
/** list of disposition actions to automatically execute */
|
||||
private List<String> retentionActions;
|
||||
|
||||
|
Reference in New Issue
Block a user