Class RobotInitializer

java.lang.Object
com.logicaldoc.core.ContextInitializer
com.logicaldoc.ai.AIInitializer
com.logicaldoc.robot.RobotInitializer
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@Component("robotInitializer") public class RobotInitializer extends AIInitializer
Initializes the system with proper models and Robot
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.logicaldoc.core.ContextInitializer

    onApplicationEvent

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.ApplicationListener

    supportsAsyncExecution
  • Constructor Details

    • RobotInitializer

      public RobotInitializer()