Interface ProcessesXml

  • All Known Implementing Classes:
    ProcessesXmlImpl

    public interface ProcessesXml

    Java API representation of the ProcessesXml Metadata.

    Author:
    Daniel Meyer
    • Field Detail

      • EMPTY_PROCESSES_XML

        static final ProcessesXml EMPTY_PROCESSES_XML

        Constant representing the empty processes.xml

    • Method Detail

      • getProcessEngines

        java.util.List<ProcessEngineXml> getProcessEngines()
        Returns:
        A List of ProcessEngineXml Metadata Items representing process engine configurations.
      • getProcessArchives

        java.util.List<ProcessArchiveXml> getProcessArchives()
        Returns:
        A List of ProcessArchiveXml Metadata Items representing process archive deployments.