Uses of Class
org.imixs.archive.importer.DocumentImportEvent
Packages that use DocumentImportEvent
Package
Description
-
Uses of DocumentImportEvent in org.imixs.archive.importer
Fields in org.imixs.archive.importer with type parameters of type DocumentImportEventModifier and TypeFieldDescriptionprotected javax.enterprise.event.Event<DocumentImportEvent>DocumentImportScheduler.importEventsMethods in org.imixs.archive.importer with parameters of type DocumentImportEventModifier and TypeMethodDescriptionvoidDocumentImportService.logMessage(String message, DocumentImportEvent event) Creates a new log entry and stores the message into an optional event -
Uses of DocumentImportEvent in org.imixs.archive.importer.ftp
Methods in org.imixs.archive.importer.ftp with parameters of type DocumentImportEventModifier and TypeMethodDescriptionCSVImportService.importData(InputStream imputStream, String encoding, String type, String keyField, DocumentImportEvent event) This method imports all entities from a csv file.voidCSVImportService.onEvent(DocumentImportEvent event) This method reacts on a CDI ImportEvent and imports the data of a CSV file form a ftp server.voidFTPImportService.onEvent(DocumentImportEvent event) This method reacts on a CDI ImportEvent and reads documents form a ftp server. -
Uses of DocumentImportEvent in org.imixs.archive.importer.mail
Methods in org.imixs.archive.importer.mail with parameters of type DocumentImportEventModifier and TypeMethodDescriptionvoidIMAPImportService.onEvent(DocumentImportEvent event) This method reacts on a CDI ImportEvent and reads documents form a IMAP server.