Uses of Class
com.logicaldoc.importfolder.ImportFolderHistory
-
Packages that use ImportFolderHistory Package Description com.logicaldoc.importfolder -
-
Uses of ImportFolderHistory in com.logicaldoc.importfolder
Methods in com.logicaldoc.importfolder that return types with arguments of type ImportFolderHistory Modifier and Type Method Description List<ImportFolderHistory>
HibernateImportFolderHistoryDAO. findByImportFolderId(long importFolderId, String event)
List<ImportFolderHistory>
ImportFolderHistoryDAO. findByImportFolderId(long importFolderId, String event)
This method selects all histories of a given import folder.Methods in com.logicaldoc.importfolder with parameters of type ImportFolderHistory Modifier and Type Method Description boolean
HibernateImportFolderHistoryDAO. store(ImportFolderHistory history)
boolean
HibernateImportFolderHistoryDAO. store(ImportFolderHistory history, com.logicaldoc.core.document.Document document)
boolean
ImportFolderHistoryDAO. store(ImportFolderHistory history, com.logicaldoc.core.document.Document document)
Stores a new history
-