Class UpdateReferencesPostOperation

java.lang.Object
org.apache.sling.cms.core.internal.operations.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.
  • Field Details

  • Constructor Details

    • UpdateReferencesPostOperation

      public UpdateReferencesPostOperation()
  • Method Details

    • 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