Uses of Interface
de.valtech.aecu.api.service.HistoryEntry
- 
Packages that use HistoryEntry Package Description de.valtech.aecu.api.service This package contains the service API for AEM Easy Content Upgrade (AECU).
- 
- 
Uses of HistoryEntry in de.valtech.aecu.api.serviceMethods in de.valtech.aecu.api.service that return HistoryEntry Modifier and Type Method Description HistoryEntryAecuService. createHistoryEntry()Starts a new history entry.HistoryEntryAecuService. executeWithInstallHookHistory(String path)Executes the script(s) at the given position and taking install hook history into account.HistoryEntryAecuService. executeWithInstallHookHistory(String path, String data)Executes the script(s) at the given position and taking install hook history into account.HistoryEntryAecuService. finishHistoryEntry(HistoryEntry history)Finishes the history entry.HistoryEntryAecuService. storeExecutionInHistory(HistoryEntry history, ExecutionResult result)Stores an execution run in existing history.Methods in de.valtech.aecu.api.service that return types with arguments of type HistoryEntry Modifier and Type Method Description List<HistoryEntry>AecuService. getHistory(int startIndex, int count)Returns the last history entries.Methods in de.valtech.aecu.api.service with parameters of type HistoryEntry Modifier and Type Method Description HistoryEntryAecuService. finishHistoryEntry(HistoryEntry history)Finishes the history entry.HistoryEntryAecuService. storeExecutionInHistory(HistoryEntry history, ExecutionResult result)Stores an execution run in existing history.
 
-