Uses of Class
org.apache.sling.servlets.post.ModificationType
-
Packages that use ModificationType Package Description org.apache.sling.servlets.post -
-
Uses of ModificationType in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post that return ModificationType Modifier and Type Method Description ModificationType
Modification. getType()
static ModificationType
ModificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModificationType[]
ModificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.servlets.post with parameters of type ModificationType Modifier and Type Method Description protected 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 ModificationType Constructor Description Modification(ModificationType type, String source, String destination)
-