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 TypeClassDescriptionclass
Deprecated.(SLING-6722): this class mixes Sling and JCR APIs which is not optimal as nowadays we favor the Sling APIs.class
Deprecated.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 TypeClassDescriptionclass
TheAbstractPostOperation
class is a base implementation of thePostOperation
service interface providing actual implementations with useful tooling and common functionality like preparing the change logs or saving or refreshing.class
TheCheckinOperation
class implements thecheckin
operation for the Sling default POST servlet.class
TheCheckoutOperation
class implements thecheckout
operation for the Sling default POST servlet.class
TheCopyOperation
class implements thecopy
operation for the Sling default POST servlet.class
TheDeleteOperation
class implements thedelete
operation for the Sling default POST servlet.class
TheImportOperation
class implements theSlingPostConstants.OPERATION_IMPORT
import operation for the Sling default POST servlet.class
TheModifyOperation
class implements the default operation called by the Sling default POST servlet if no operation is requested by the client.class
TheMoveOperation
class implements themove
operation for the Sling default POST servlet.class
TheNopOperation
class implements no operation at all.class
TheRestoreOperation
class implements therestore
operation for the Sling default POST servlet.class
Performs a streamed modification of the content.