Uses of Class
org.imixs.archive.export.ExportException

Packages that use ExportException
Package
Description
 
  • Uses of ExportException in org.imixs.archive.export.services

    Modifier and Type
    Method
    Description
    List<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.FileData
    FileService.readFileData(String fileName, String path)
    Reads a fileData from a given export path (optional on a FTP Server)..
    void
    SchedulerService.restartScheduler()
    Stops and restarts the timer.
    void
    SchedulerService.startScheduler(boolean clearLog)
    This method initializes the scheduler.
    boolean
    SchedulerService.stopScheduler()
    This method stops the scheduler.
    void
    FileService.writeFileData(org.imixs.workflow.FileData fileData, String path)
    This method write a single file to the export path (optional on a FTP Server).