public interface WorkflowLauncher
WorkflowLauncher starts workflow depending on:
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigEntry(ConfigEntry entry)
Add new launcher configuration entry
|
void |
editConfigEntry(String id,
ConfigEntry configEntry)
Edit existing config entry
|
List<ConfigEntry> |
getConfigEntries()
Get list of all config entries
|
void |
removeConfigEntry(String id)
Remove launcher config entry
|
void addConfigEntry(ConfigEntry entry) throws RepositoryException
entry - launcher config entryRepositoryExceptionvoid removeConfigEntry(String id) throws RepositoryException
id - config entry idRepositoryExceptionList<ConfigEntry> getConfigEntries()
void editConfigEntry(String id, ConfigEntry configEntry) throws RepositoryException
id - id if existing config entryconfigEntry - modified config entryRepositoryExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved