Interface WorkflowLauncher


  • public interface WorkflowLauncher
    The WorkflowLauncher starts workflow depending on:
    • jcr event
    • path (regular expression)
    • nodetype
    • Method Detail

      • getConfigEntries

        java.util.List<ConfigEntry> getConfigEntries()
        Get list of all config entries
        Returns:
        list of all config entries
      • editConfigEntry

        void editConfigEntry​(java.lang.String id,
                             ConfigEntry configEntry)
                      throws RepositoryException
        Edit existing config entry
        Parameters:
        id - id if existing config entry
        configEntry - modified config entry
        Throws:
        RepositoryException