Uses of Interface
org.apache.sling.servlets.post.PostOperation
Packages that use PostOperation
-
Uses of PostOperation in org.apache.sling.servlets.post
Classes in org.apache.sling.servlets.post that implement PostOperationModifier and TypeClassDescriptionclassDeprecated.(SLING-6722): this class mixes Sling and JCR APIs which is not optimal as nowadays we favor the Sling APIs.classDeprecated.as of 2.0.8 (Bundle version 2.2.0) and replaced byAbstractPostOperation. -
Uses of PostOperation in org.apache.sling.servlets.post.impl.operations
Classes in org.apache.sling.servlets.post.impl.operations that implement PostOperationModifier and TypeClassDescriptionclassTheAbstractPostOperationclass 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.classTheCheckinOperationclass implements thecheckinoperation for the Sling default POST servlet.classTheCheckoutOperationclass implements thecheckoutoperation for the Sling default POST servlet.classTheCopyOperationclass implements thecopyoperation for the Sling default POST servlet.classTheDeleteOperationclass implements thedeleteoperation for the Sling default POST servlet.classTheImportOperationclass implements theSlingPostConstants.OPERATION_IMPORTimport operation for the Sling default POST servlet.classTheModifyOperationclass implements the default operation called by the Sling default POST servlet if no operation is requested by the client.classTheMoveOperationclass implements themoveoperation for the Sling default POST servlet.classTheNopOperationclass implements no operation at all.classTheRestoreOperationclass implements therestoreoperation for the Sling default POST servlet.classPerforms a streamed modification of the content.