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