Class UpdateReferencesPostOperation

  • All Implemented Interfaces:
    org.apache.sling.servlets.post.SlingPostProcessor

    public class UpdateReferencesPostOperation
    extends Object
    implements org.apache.sling.servlets.post.SlingPostProcessor
    The UpdateReferencesPostOperation class will update all of the references from a resource which is being moved or deleted to another resource.
    • Constructor Detail

      • UpdateReferencesPostOperation

        public UpdateReferencesPostOperation()
    • Method Detail

      • process

        public void process​(org.apache.sling.api.SlingHttpServletRequest request,
                            List<org.apache.sling.servlets.post.Modification> changes)
                     throws Exception
        Specified by:
        process in interface org.apache.sling.servlets.post.SlingPostProcessor
        Throws:
        Exception