Interface WorkflowLauncher
public interface WorkflowLauncher
The
WorkflowLauncher starts workflow depending on:
- jcr event
- path (regular expression)
- nodetype
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfigEntry(ConfigEntry entry) Add new launcher configuration entryvoideditConfigEntry(String id, ConfigEntry configEntry) Edit existing config entryGet list of all config entriesvoidRemove launcher config entry
-
Method Details
-
addConfigEntry
Add new launcher configuration entry- Parameters:
entry- launcher config entry- Throws:
WorkflowException- thrown in case config entry could not be added
-
removeConfigEntry
Remove launcher config entry- Parameters:
id- config entry id- Throws:
WorkflowException- thrown in case config entry could not be removed
-
getConfigEntries
Get list of all config entries- Returns:
- list of all config entries
- Throws:
WorkflowException- thrown in case config entries could not be retrieved
-
editConfigEntry
Edit existing config entry- Parameters:
id- id if existing config entryconfigEntry- modified config entry- Throws:
WorkflowException- thrown in case config entry could not be edited
-