Class RMActionProxyFactoryBean
- java.lang.Object
-
- org.springframework.aop.framework.ProxyConfig
-
- org.springframework.aop.framework.AdvisedSupport
-
- org.springframework.aop.framework.ProxyCreatorSupport
-
- org.springframework.aop.framework.ProxyFactoryBean
-
- org.alfresco.module.org_alfresco_module_rm.capability.RMActionProxyFactoryBean
-
- All Implemented Interfaces:
Serializable
,org.springframework.aop.framework.Advised
,org.springframework.aop.TargetClassAware
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.FactoryBean<Object>
public class RMActionProxyFactoryBean extends org.springframework.aop.framework.ProxyFactoryBean
RM action proxy factory bean.- Author:
- Roy Wetherall
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected RecordsManagementActionService
recordsManagementActionService
Records management action serviceprotected RecordsManagementAuditService
recordsManagementAuditService
Records management audit serviceprotected org.alfresco.repo.action.RuntimeActionService
runtimeActionService
Runtime action service
-
Constructor Summary
Constructors Constructor Description RMActionProxyFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerAction()
Register the actionvoid
setRecordsManagementActionService(RecordsManagementActionService recordsManagementActionService)
Set records management servicevoid
setRecordsManagementAuditService(RecordsManagementAuditService recordsManagementAuditService)
Set records management servicevoid
setRuntimeActionService(org.alfresco.repo.action.RuntimeActionService runtimeActionService)
Set action servicevoid
setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
-
Methods inherited from class org.springframework.aop.framework.ProxyFactoryBean
adviceChanged, createCompositeInterface, getObject, getObjectType, getProxy, isSingleton, setAdvisorAdapterRegistry, setAutodetectInterfaces, setBeanClassLoader, setBeanFactory, setFrozen, setInterceptorNames, setProxyClassLoader, setProxyInterfaces, setSingleton, setTargetName
-
Methods inherited from class org.springframework.aop.framework.ProxyCreatorSupport
addListener, createAopProxy, getAopProxyFactory, isActive, removeListener, setAopProxyFactory
-
Methods inherited from class org.springframework.aop.framework.AdvisedSupport
addAdvice, addAdvice, addAdvisor, addAdvisor, addAdvisors, addAdvisors, addInterface, adviceIncluded, copyConfigurationFrom, copyConfigurationFrom, countAdvicesOfType, getAdvisorChainFactory, getAdvisorCount, getAdvisors, getAdvisorsInternal, getInterceptorsAndDynamicInterceptionAdvice, getProxiedInterfaces, getTargetClass, getTargetSource, indexOf, indexOf, isInterfaceProxied, isPreFiltered, removeAdvice, removeAdvisor, removeAdvisor, removeInterface, replaceAdvisor, setAdvisorChainFactory, setInterfaces, setPreFiltered, setTarget, setTargetClass, setTargetSource, toProxyConfigString, toString
-
Methods inherited from class org.springframework.aop.framework.ProxyConfig
copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setOpaque, setOptimize, setProxyTargetClass
-
-
-
-
Field Detail
-
runtimeActionService
protected org.alfresco.repo.action.RuntimeActionService runtimeActionService
Runtime action service
-
recordsManagementActionService
protected RecordsManagementActionService recordsManagementActionService
Records management action service
-
recordsManagementAuditService
protected RecordsManagementAuditService recordsManagementAuditService
Records management audit service
-
-
Method Detail
-
setRuntimeActionService
public void setRuntimeActionService(org.alfresco.repo.action.RuntimeActionService runtimeActionService)
Set action service- Parameters:
runtimeActionService
-
-
setRecordsManagementActionService
public void setRecordsManagementActionService(RecordsManagementActionService recordsManagementActionService)
Set records management service- Parameters:
recordsManagementActionService
-
-
setRecordsManagementAuditService
public void setRecordsManagementAuditService(RecordsManagementAuditService recordsManagementAuditService)
Set records management service- Parameters:
recordsManagementAuditService
-
-
setTransactionService
public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
- Parameters:
transactionService
- transaction service- Since:
- 2.4.a
-
registerAction
public void registerAction()
Register the action
-
-