Package com.adobe.cq.history.api
Interface HistoryService
-
public interface HistoryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getResourceTypes()voidlog(HistoryEntry historyEntry)Collection<HistoryEntry>readEntries(ResourceResolver resolver, String userId, int maxCount)Collection<HistoryEntry>readEntries(ResourceResolver resolver, String userId, int maxCount, Filter<HistoryEntry> filter)
-
-
-
Method Detail
-
getResourceTypes
Collection<String> getResourceTypes()
-
log
void log(HistoryEntry historyEntry)
-
readEntries
Collection<HistoryEntry> readEntries(ResourceResolver resolver, String userId, int maxCount)
-
readEntries
Collection<HistoryEntry> readEntries(ResourceResolver resolver, String userId, int maxCount, Filter<HistoryEntry> filter)
-
-