Interface IProcessTypeVisitor

All Known Implementing Classes:
ProcessTypeVisitor, ReportingProcessTypeVisitor

public interface IProcessTypeVisitor
This visitor interface is used during initialization to add the available process type data sources.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addType(IProcessTypeDS datasource)
    This method may be used to add a process type definition to the process engine.
  • Method Details

    • addType

      void addType(IProcessTypeDS datasource)
      This method may be used to add a process type definition to the process engine.
      Parameters:
      datasource - Data source providing the information for the type that should be added.
      Throws:
      InitializationException - This exception is thrown when the process type information was invalid.