Package com.day.cq.workflow.launcher
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:
RepositoryException
-
removeConfigEntry
Remove launcher config entry- Parameters:
id- config entry id- Throws:
RepositoryException
-
getConfigEntries
List<ConfigEntry> getConfigEntries()Get list of all config entries- Returns:
- list of all config entries
-
editConfigEntry
Edit existing config entry- Parameters:
id- id if existing config entryconfigEntry- modified config entry- Throws:
RepositoryException
-