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
TheUpdateReferencesPostOperation
class will update all of the references from a resource which is being moved or deleted to another resource.
-
-
Field Summary
Fields Modifier and Type Field Description static String
RP_UPDATE_REFERENCES
-
Constructor Summary
Constructors Constructor Description UpdateReferencesPostOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(org.apache.sling.api.SlingHttpServletRequest request, List<org.apache.sling.servlets.post.Modification> changes)
-
-
-
Field Detail
-
RP_UPDATE_REFERENCES
public static final String RP_UPDATE_REFERENCES
- See Also:
- Constant Field Values
-
-