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(java.lang.String id,
ConfigEntry configEntry)
Edit existing config entry
|
java.util.List<ConfigEntry> |
getConfigEntries()
Get list of all config entries
|
void |
removeConfigEntry(java.lang.String id)
Remove launcher config entry
|
void addConfigEntry(ConfigEntry entry) throws RepositoryException
entry
- launcher config entryRepositoryException
void removeConfigEntry(java.lang.String id) throws RepositoryException
id
- config entry idRepositoryException
java.util.List<ConfigEntry> getConfigEntries()
void editConfigEntry(java.lang.String id, ConfigEntry configEntry) throws RepositoryException
id
- id if existing config entryconfigEntry
- modified config entryRepositoryException
Copyright © 2010 - 2020 Adobe. All Rights Reserved