Class ProcessEngineManagerTemplate

java.lang.Object
com.aquima.interactions.test.templates.ProcessEngineManagerTemplate

public class ProcessEngineManagerTemplate extends Object
The process engine manager template can be used to initialize a process engine manager.
Since:
7.1
Author:
Jon van Leuven
  • Constructor Details

    • ProcessEngineManagerTemplate

      public ProcessEngineManagerTemplate()
      Constructs a process engine template that has no process engine definitions.
    • ProcessEngineManagerTemplate

      protected ProcessEngineManagerTemplate(ApplicationTemplate applicationTemplate)
      Constructs a process engine manager template that uses the application template for process engine initialization.
      Parameters:
      applicationTemplate - The application template containing the process engine definitions.
  • Method Details

    • getProcessModule

      public ProcessModuleTemplate getProcessModule()
      This method returns the template of the process module.
      Returns:
      the template of the process module.
    • toManager

      public com.aquima.interactions.process.IProcessEngineManager toManager()
      This method create a process engine manager based on the template.
      Returns:
      The process engine manager implementation, never null.
    • setLicenseKey

      public void setLicenseKey(String key)