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 voidHibernateImportFolderHistoryDAO. 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 historyConstructors in com.logicaldoc.importfolder with parameters of type ImportFolderHistory Constructor Description ImportFolderHistory(ImportFolderHistory source)
-