Class CheckoutPostOperation

  • All Implemented Interfaces:
    org.apache.sling.servlets.post.SlingPostProcessor

    public class CheckoutPostOperation
    extends Object
    implements org.apache.sling.servlets.post.SlingPostProcessor
    The CheckoutPostOperation service will checkout the node after it is restored so it can be edited.
    • Constructor Detail

      • CheckoutPostOperation

        public CheckoutPostOperation()
    • Method Detail

      • process

        public void process​(org.apache.sling.api.SlingHttpServletRequest request,
                            List<org.apache.sling.servlets.post.Modification> changes)
                     throws Exception
        Specified by:
        process in interface org.apache.sling.servlets.post.SlingPostProcessor
        Throws:
        Exception