Package org.apache.sling.servlets.post.impl.operations
package org.apache.sling.servlets.post.impl.operations
-
ClassesClassDescriptionThe
AbstractPostOperationclass is a base implementation of thePostOperationservice interface providing actual implementations with useful tooling and common functionality like preparing the change logs or saving or refreshing.TheCheckinOperationclass implements thecheckinoperation for the Sling default POST servlet.TheCheckoutOperationclass implements thecheckoutoperation for the Sling default POST servlet.TheCopyOperationclass implements thecopyoperation for the Sling default POST servlet.TheDeleteOperationclass implements thedeleteoperation for the Sling default POST servlet.TheImportOperationclass implements theSlingPostConstants.OPERATION_IMPORTimport operation for the Sling default POST servlet.TheModifyOperationclass implements the default operation called by the Sling default POST servlet if no operation is requested by the client.TheMoveOperationclass implements themoveoperation for the Sling default POST servlet.TheNopOperationclass implements no operation at all.TheRestoreOperationclass implements therestoreoperation for the Sling default POST servlet.Performs a streamed modification of the content.