Uses of Class
org.imixs.archive.export.ExportException
Packages that use ExportException
-
Uses of ExportException in org.imixs.archive.export.services
Methods in org.imixs.archive.export.services that throw ExportExceptionModifier and TypeMethodDescriptionList<org.imixs.workflow.FileData>SchedulerService.pullFileDataList(org.imixs.workflow.ItemCollection eventLogEntry, org.imixs.melman.DocumentClient documentClient, org.imixs.melman.EventLogClient eventLogClient) This method loads a snapshot from the workflow instance based on a eventLog entry.org.imixs.workflow.FileDataFileService.readFileData(String fileName, String path) Reads a fileData from a given export path (optional on a FTP Server)..voidSchedulerService.restartScheduler()Stops and restarts the timer.voidSchedulerService.startScheduler(boolean clearLog) This method initializes the scheduler.booleanSchedulerService.stopScheduler()This method stops the scheduler.voidFileService.writeFileData(org.imixs.workflow.FileData fileData, String path) This method write a single file to the export path (optional on a FTP Server).