Interface IModuleVisitor

All Known Implementing Classes:
PrefixModuleVisitor

public interface IModuleVisitor
This visitor is used during the initialization to gather the modules containing process definitions. All the modules passed to this visitor will be available through the process manager.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each process module that should be added to the manager.
  • Method Details

    • addProcessEngine

      void addProcessEngine(IProcessModuleDS datasource)
      This method should be invoked for each process module that should be added to the manager.
      Parameters:
      datasource - Data source containing the information needed to initialize a process engine.
      Throws:
      InitializationException - This exception is thrown when the process engine could not be initialized.