- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class NodeRefPropertyMethodInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
A method interceptor to clean up node ref properties as they are passed in and out of the node service. For
getProperty and getProperies calls invalid node refs are removed from the returned set (they appear to have be
cleaned up). For setProperty and setProperties calls invalid node refs are removed and thus not set. It only
considers properties of type d:noderef.
- Author:
- andyh