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.Iterator<ConfigEntry> |
getConfigEntries()
Get list of all config entries
|
void |
removeConfigEntry(java.lang.String id)
Remove launcher config entry
|
void addConfigEntry(ConfigEntry entry) throws WorkflowException
entry
- launcher config entryWorkflowException
- thrown in case config entry could not be addedvoid removeConfigEntry(java.lang.String id) throws WorkflowException
id
- config entry idWorkflowException
- thrown in case config entry could not be removedjava.util.Iterator<ConfigEntry> getConfigEntries() throws WorkflowException
WorkflowException
- thrown in case config entries could not be retrievedvoid editConfigEntry(java.lang.String id, ConfigEntry configEntry) throws WorkflowException
id
- id if existing config entryconfigEntry
- modified config entryWorkflowException
- thrown in case config entry could not be edited"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"