Class PropertyExtenderInterceptor

java.lang.Object
org.alfresco.repo.node.propertyextender.PropertyExtenderInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class PropertyExtenderInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
This interceptor is used to extend the properties that are being changed on a node.

It invokes the registered property extenders to calculate the additional properties and handle them accordingly.

  • Constructor Details

  • Method Details

    • invoke

      public @Nullable Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable