Package org.alfresco.repo.model.ml
Class MLContentInterceptor
- java.lang.Object
-
- org.alfresco.repo.model.ml.MLContentInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class MLContentInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptorReplaces content readers according to the empty translation status.- Since:
- 2.1
- Author:
- Derek Hulley
- See Also:
ContentService.getReader(NodeRef, QName),FileFolderService.getReader(NodeRef)
-
-
Constructor Summary
Constructors Constructor Description MLContentInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)voidsetContentService(ContentService directContentService)voidsetMultilingualContentService(MultilingualContentService directMultilingualContentService)voidsetNodeService(org.alfresco.service.cmr.repository.NodeService bean)
-
-
-
Method Detail
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService bean)
-
setContentService
public void setContentService(ContentService directContentService)
-
setMultilingualContentService
public void setMultilingualContentService(MultilingualContentService directMultilingualContentService)
-
invoke
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
java.lang.Throwable
-
-