Class BulkReplaceOperation

java.lang.Object
org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
All Implemented Interfaces:
org.apache.sling.servlets.post.PostOperation

public class BulkReplaceOperation extends Object implements org.apache.sling.servlets.post.PostOperation
The BulkReplaceOperation class will update all of the properties applicable to the supplied parameters under the resource for the operation, replacing the find string with the replacement value.
  • Field Details

  • Constructor Details

    • BulkReplaceOperation

      public BulkReplaceOperation()
  • Method Details

    • run

      public void run(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.servlets.post.PostResponse response, org.apache.sling.servlets.post.SlingPostProcessor[] processors)
      Specified by:
      run in interface org.apache.sling.servlets.post.PostOperation