Package org.apache.sling.servlets.post.impl.operations
package org.apache.sling.servlets.post.impl.operations
-
ClassDescriptionThe
AbstractPostOperation
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.TheCheckinOperation
class implements thecheckin
operation for the Sling default POST servlet.TheCheckoutOperation
class implements thecheckout
operation for the Sling default POST servlet.TheCopyOperation
class implements thecopy
operation for the Sling default POST servlet.TheDeleteOperation
class implements thedelete
operation for the Sling default POST servlet.TheImportOperation
class implements theSlingPostConstants.OPERATION_IMPORT
import operation for the Sling default POST servlet.TheModifyOperation
class implements the default operation called by the Sling default POST servlet if no operation is requested by the client.TheMoveOperation
class implements themove
operation for the Sling default POST servlet.TheNopOperation
class implements no operation at all.TheRestoreOperation
class implements therestore
operation for the Sling default POST servlet.Performs a streamed modification of the content.