Uses of Class
com.logicaldoc.importfolder.ImportFolderHistory
Packages that use ImportFolderHistory
- 
Uses of ImportFolderHistory in com.logicaldoc.importfolderMethods in com.logicaldoc.importfolder that return types with arguments of type ImportFolderHistoryModifier and TypeMethodDescriptionHibernateImportFolderHistoryDAO.findByImportFolderId(long importFolderId, String event) ImportFolderHistoryDAO.findByImportFolderId(long importFolderId, String event) This method selects all histories of a given import folder.CrawlStats.getImportFolderErrors()Methods in com.logicaldoc.importfolder with parameters of type ImportFolderHistoryModifier and TypeMethodDescriptionvoidHibernateImportFolderHistoryDAO.store(ImportFolderHistory history) voidHibernateImportFolderHistoryDAO.store(ImportFolderHistory history, com.logicaldoc.core.document.Document document) voidImportFolderHistoryDAO.store(ImportFolderHistory history, com.logicaldoc.core.document.Document document) Stores a new historyMethod parameters in com.logicaldoc.importfolder with type arguments of type ImportFolderHistoryModifier and TypeMethodDescriptionvoidCrawlStats.setImportFolderErrors(List<ImportFolderHistory> importFolderErrors) Constructors in com.logicaldoc.importfolder with parameters of type ImportFolderHistory