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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RecordsManagementActionServiceRecords management action serviceprotected RecordsManagementAuditServiceRecords management audit serviceprotected RuntimeActionServiceRuntime action serviceFields inherited from class org.springframework.aop.framework.ProxyFactoryBean
GLOBAL_SUFFIX, loggerFields inherited from class org.springframework.aop.framework.AdvisedSupport
EMPTY_TARGET_SOURCEFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRegister the actionvoidsetRecordsManagementActionService(RecordsManagementActionService recordsManagementActionService) Set records management servicevoidsetRecordsManagementAuditService(RecordsManagementAuditService recordsManagementAuditService) Set records management servicevoidsetRuntimeActionService(RuntimeActionService runtimeActionService) Set action servicevoidsetTransactionService(TransactionService transactionService) Methods inherited from class org.springframework.aop.framework.ProxyFactoryBean
adviceChanged, getObject, getObjectType, getProxy, isSingleton, setAdvisorAdapterRegistry, setAutodetectInterfaces, setBeanClassLoader, setBeanFactory, setFrozen, setInterceptorNames, setProxyClassLoader, setProxyInterfaces, setSingleton, setTargetNameMethods inherited from class org.springframework.aop.framework.ProxyCreatorSupport
addListener, createAopProxy, getAopProxyFactory, isActive, removeListener, setAopProxyFactoryMethods 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, toStringMethods inherited from class org.springframework.aop.framework.ProxyConfig
copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setOpaque, setOptimize, setProxyTargetClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.aop.framework.Advised
isExposeProxy, isFrozen, isProxyTargetClass, setExposeProxy
-
Field Details
-
runtimeActionService
Runtime action service -
recordsManagementActionService
Records management action service -
recordsManagementAuditService
Records management audit service
-
-
Constructor Details
-
RMActionProxyFactoryBean
public RMActionProxyFactoryBean()
-
-
Method Details
-
setRuntimeActionService
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
- Parameters:
transactionService- transaction service- Since:
- 2.4.a
-
registerAction
public void registerAction()Register the action
-