Class 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.
    • Constructor Detail

      • BulkReplaceOperation

        public BulkReplaceOperation()
    • Method Detail

      • 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