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.service
Methods in de.valtech.aecu.api.service that return HistoryEntry Modifier and Type Method Description HistoryEntry
AecuService. createHistoryEntry()
Starts a new history entry.HistoryEntry
AecuService. executeWithInstallHookHistory(String path)
Executes the script(s) at the given position and taking install hook history into account.HistoryEntry
AecuService. executeWithInstallHookHistory(String path, String data)
Executes the script(s) at the given position and taking install hook history into account.HistoryEntry
AecuService. finishHistoryEntry(HistoryEntry history)
Finishes the history entry.HistoryEntry
AecuService. 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 HistoryEntry
AecuService. finishHistoryEntry(HistoryEntry history)
Finishes the history entry.HistoryEntry
AecuService. storeExecutionInHistory(HistoryEntry history, ExecutionResult result)
Stores an execution run in existing history.
-