public class NodeRefPropertyMethodInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
NodeRefPropertyMethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
boolean |
isFilterOnGet() |
boolean |
isFilterOnSet() |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setFilterOnGet(boolean filterOnGet) |
void |
setFilterOnSet(boolean filterOnSet) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
public boolean isFilterOnGet()
public void setFilterOnGet(boolean filterOnGet)
public boolean isFilterOnSet()
public void setFilterOnSet(boolean filterOnSet)
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void init()
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.