Uses of Class
de.valtech.aecu.api.service.AecuException
-
Packages that use AecuException Package Description de.valtech.aecu.api.groovy.console.bindings Contains the classes for the Groovy binding "aecu".de.valtech.aecu.api.service This package contains the service API for AEM Easy Content Upgrade (AECU). -
-
Uses of AecuException in de.valtech.aecu.api.groovy.console.bindings
Methods in de.valtech.aecu.api.groovy.console.bindings that throw AecuException Modifier and Type Method Description voidContentUpgrade. dryRun()Performs a dry-run.voidContentUpgrade. run()Saves all changes to repository.voidContentUpgrade. run(boolean dryRun)Executes a run or a dryRun depending on the dryRun parameter value. -
Uses of AecuException in de.valtech.aecu.api.service
Methods in de.valtech.aecu.api.service that throw AecuException Modifier and Type Method Description HistoryEntryAecuService. createHistoryEntry()Starts a new history entry.ExecutionResultAecuService. execute(String path)Executes the script at the given position.HistoryEntryAecuService. finishHistoryEntry(HistoryEntry history)Finishes the history entry.List<String>AecuService. getFiles(String path)Returns a list of files that can be executed in the given path.List<HistoryEntry>AecuService. getHistory(int startIndex, int count)Returns the last history entries.HistoryEntryAecuService. storeExecutionInHistory(HistoryEntry history, ExecutionResult result)Stores an execution run in existing history.
-