@Description(value="AEM Easy Content Upgrade")
@ProviderType
public interface AecuServiceMBean
| Modifier and Type | Method and Description |
|---|---|
String |
execute(String path)
Executes the script at the given position.
|
List<String> |
getFiles(String path)
Returns a list of files that can be executed in the given path.
|
String |
getHistory(int start,
int count)
Returns history entries.
|
String |
getVersion()
Returns the AECU version.
|
@Description(value="Version") String getVersion()
@Description(value="Returns a list of files that can be executed in the given path") List<String> getFiles(@Name(value="Path") @Description(value="File or folder") String path) throws de.valtech.aecu.api.service.AecuException
path - file or folderde.valtech.aecu.api.service.AecuException - error finding files (e.g. invalid path)@Description(value="Executes a single file or all files of a folder structure") String execute(@Name(value="Path") @Description(value="Path to file/folder that should be executed") String path) throws de.valtech.aecu.api.service.AecuException
path - path of scriptde.valtech.aecu.api.service.AecuException - error during execution@Description(value="Returns the last history entries") String getHistory(@Name(value="Start index") int start, @Name(value="Count") int count) throws de.valtech.aecu.api.service.AecuException
start - start index (0 is last run)count - number of entries to returnde.valtech.aecu.api.service.AecuException - error reading historyCopyright © 2019. All rights reserved.