Package com.adobe.cq.history.api
Interface HistoryEntry
-
- All Superinterfaces:
Comparable<HistoryEntry>
public interface HistoryEntry extends Comparable<HistoryEntry>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHistoryEntry.Action
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HistoryEntry.ActiongetAction()CalendargetDate()StringgetResourcePath()Set<String>getResourceTypes()StringgetUserId()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-