Uses of Enum Class
org.apache.sling.servlets.post.ModificationType
Packages that use ModificationType
-
Uses of ModificationType in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post that return ModificationTypeModifier and TypeMethodDescriptionModification.getType()
static ModificationType
Returns the enum constant of this class with the specified name.static ModificationType[]
ModificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sling.servlets.post with parameters of type ModificationTypeModifier and TypeMethodDescriptionprotected static Modification
Modification.onChange
(ModificationType type, String source) protected static Modification
Modification.onChange
(ModificationType type, String source, String dest) Constructors in org.apache.sling.servlets.post with parameters of type ModificationTypeModifierConstructorDescriptionModification
(ModificationType type, String source, String destination)