Verwendungen von Enum-Klasse
org.apache.sling.servlets.post.ModificationType
Packages, die ModificationType verwenden
-
Verwendungen von ModificationType in org.apache.sling.servlets.post
Methoden in org.apache.sling.servlets.post, die ModificationType zurückgebenModifizierer und TypMethodeBeschreibungModification.getType()static ModificationTypeGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static ModificationType[]ModificationType.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.apache.sling.servlets.post mit Parametern vom Typ ModificationTypeModifizierer und TypMethodeBeschreibungprotected static ModificationModification.onChange(ModificationType type, String source) protected static ModificationModification.onChange(ModificationType type, String source, String dest) Konstruktoren in org.apache.sling.servlets.post mit Parametern vom Typ ModificationTypeModifiziererKonstruktorBeschreibungModification(ModificationType type, String source, String destination)