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()
void
log(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)
-
-