Class NodeHandlerFactory

java.lang.Object
com.aquima.interactions.process.impl.handlers.NodeHandlerFactory
All Implemented Interfaces:
INodeHandlerFactory

public class NodeHandlerFactory extends Object implements INodeHandlerFactory
Factory implementation that may be used to create handlers for node definitions.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • NodeHandlerFactory

      public NodeHandlerFactory(ProcessCaseRepository repository, ProcessEngine engine, IProcessTaskDelegate processTaskDelegate)
      Constructs the factory with the required arguments.
      Parameters:
      repository - The DAO that should be used to persist the tasks.
      engine - The process engine containing event and role definitions.
      processTaskDelegate - The process task delegate.
  • Method Details