| HistoryEntry | AecuService. createHistoryEntry() | Starts a new history entry. | 
| ExecutionResult | AecuService. execute(String path) | Executes the script at the given position. | 
| ExecutionResult | AecuService. execute(String path,
       String data) | Executes the script at the given position. | 
| 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. | 
| 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. | 
| HistoryEntry | AecuService. storeExecutionInHistory(HistoryEntry history,
                       ExecutionResult result) | Stores an execution run in existing history. |