Class 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 Detail

      • 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.