public class BulkReplaceOperation extends Object implements org.apache.sling.servlets.post.PostOperation
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.Modifier and Type | Field and Description |
---|---|
static String |
MODE_REGEX |
static String |
PN_FIND |
static String |
PN_MODE |
static String |
PN_REPLACE |
static String |
PN_UPDATE_PROPERTIES |
Constructor and Description |
---|
BulkReplaceOperation() |
Modifier and Type | Method and Description |
---|---|
void |
run(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.servlets.post.PostResponse response,
org.apache.sling.servlets.post.SlingPostProcessor[] processors) |
public static final String PN_UPDATE_PROPERTIES
public static final String MODE_REGEX
public static final String PN_FIND
public static final String PN_REPLACE
public static final String PN_MODE
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.