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
TheBulkReplaceOperation
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 Summary
Fields Modifier and Type Field Description static String
MODE_REGEX
static String
PN_FIND
static String
PN_MODE
static String
PN_REPLACE
static String
PN_UPDATE_PROPERTIES
-
Constructor Summary
Constructors Constructor Description BulkReplaceOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.servlets.post.PostResponse response, org.apache.sling.servlets.post.SlingPostProcessor[] processors)
-
-
-
Field Detail
-
PN_UPDATE_PROPERTIES
public static final String PN_UPDATE_PROPERTIES
- See Also:
- Constant Field Values
-
MODE_REGEX
public static final String MODE_REGEX
- See Also:
- Constant Field Values
-
PN_FIND
public static final String PN_FIND
- See Also:
- Constant Field Values
-
PN_REPLACE
public static final String PN_REPLACE
- See Also:
- Constant Field Values
-
PN_MODE
public static final String PN_MODE
- See Also:
- Constant Field Values
-
-