Uses of Class
com.logicaldoc.robot.RobotHistory
Packages that use RobotHistory
-
Uses of RobotHistory in com.logicaldoc.robot
Methods in com.logicaldoc.robot that return types with arguments of type RobotHistoryModifier and TypeMethodDescriptionHibernateRobotHistoryDAO.findByRobotId(long robotId) RobotHistoryDAO.findByRobotId(long robotId) This method selects all histories of a given robot.Methods in com.logicaldoc.robot with parameters of type RobotHistoryModifier and TypeMethodDescriptionRobot.ask(String question, RobotHistory transaction) Ask a question or give a command to the robotRobotTool.ask(String robotName, String question, RobotHistory transaction) Asks a question to a robotConstructors in com.logicaldoc.robot with parameters of type RobotHistory