public class RMActionProxyFactoryBean
extends org.springframework.aop.framework.ProxyFactoryBean
| Modifier and Type | Field and Description |
|---|---|
protected RecordsManagementActionService |
recordsManagementActionService
Records management action service
|
protected RecordsManagementAuditService |
recordsManagementAuditService
Records management audit service
|
protected org.alfresco.repo.action.RuntimeActionService |
runtimeActionService
Runtime action service
|
| Constructor and Description |
|---|
RMActionProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAction()
Register the action
|
void |
setRecordsManagementActionService(RecordsManagementActionService recordsManagementActionService)
Set records management service
|
void |
setRecordsManagementAuditService(RecordsManagementAuditService recordsManagementAuditService)
Set records management service
|
void |
setRuntimeActionService(org.alfresco.repo.action.RuntimeActionService runtimeActionService)
Set action service
|
void |
setTransactionService(org.alfresco.service.transaction.TransactionService transactionService) |
adviceChanged, createCompositeInterface, getObject, getObjectType, getProxy, isSingleton, setAdvisorAdapterRegistry, setAutodetectInterfaces, setBeanClassLoader, setBeanFactory, setFrozen, setInterceptorNames, setProxyClassLoader, setProxyInterfaces, setSingleton, setTargetNameaddListener, createAopProxy, getAopProxyFactory, isActive, removeListener, setAopProxyFactoryaddAdvice, addAdvice, addAdvisor, addAdvisor, addAdvisors, addAdvisors, addAllAdvisors, addInterface, adviceIncluded, copyConfigurationFrom, copyConfigurationFrom, countAdvicesOfType, getAdvisorChainFactory, getAdvisors, getAdvisorsInternal, getInterceptorsAndDynamicInterceptionAdvice, getProxiedInterfaces, getTargetClass, getTargetSource, indexOf, indexOf, isInterfaceProxied, isPreFiltered, removeAdvice, removeAdvisor, removeAdvisor, removeInterface, replaceAdvisor, setAdvisorChainFactory, setInterfaces, setPreFiltered, setTarget, setTargetClass, setTargetSource, toProxyConfigString, toString, updateAdvisorArraycopyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setOpaque, setOptimize, setProxyTargetClassprotected org.alfresco.repo.action.RuntimeActionService runtimeActionService
protected RecordsManagementActionService recordsManagementActionService
protected RecordsManagementAuditService recordsManagementAuditService
public void setRuntimeActionService(org.alfresco.repo.action.RuntimeActionService runtimeActionService)
actionService - public void setRecordsManagementActionService(RecordsManagementActionService recordsManagementActionService)
recordsManagementActionService - public void setRecordsManagementAuditService(RecordsManagementAuditService recordsManagementAuditService)
recordsManagementAuditService - public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
transactionService - transaction servicepublic void registerAction()
Copyright © 2005–2016 Alfresco Software. All rights reserved.