Uses of Class
com.jalios.jcms.fileprocessor.processingmanagement.FileProcessingLog

Packages that use FileProcessingLog
com.jalios.jcms.fileprocessor.repository   
com.jalios.jcms.fileprocessor.ui   
 

Uses of FileProcessingLog in com.jalios.jcms.fileprocessor.repository
 

Methods in com.jalios.jcms.fileprocessor.repository that return FileProcessingLog
 FileProcessingLog Repository.addFileProcessingLog(File file, FileActionComponent component, ProcessingType type, ProcessingStatus status, long duration, Exception exception)
          Create a new instance of FileProcessingLog with the specified parameters and store it.
 FileProcessingLog Repository.addFileProcessingLog(String filename, Class<? extends FileActionComponent> componentClass, ProcessingType type, ProcessingStatus status, long duration, String message)
           
 

Methods in com.jalios.jcms.fileprocessor.repository that return types with arguments of type FileProcessingLog
 List<FileProcessingLog> Repository.getFileProcessingLogs(File file)
          Retrieve all the FileProcessingLog for the specified file in this repository and webapp instance (urid).
 List<FileProcessingLog> Repository.getFileProcessingLogs(String filename)
          Retrieve all the FileProcessingLog for the specified file in this repository and webapp instance (urid).
 

Method parameters in com.jalios.jcms.fileprocessor.repository with type arguments of type FileProcessingLog
 FileProcessingInfo Repository.updateFileProcessingInfo(File file, List<FileProcessingLog> logList)
          Create, Update or Delete the FileProcessingInfo instance for the specified file (in this repository and webapp instance, ie urid), from the specified list of FileProcessingLog
 FileProcessingInfo Repository.updateFileProcessingInfo(String filename, List<FileProcessingLog> logList)
           
 

Uses of FileProcessingLog in com.jalios.jcms.fileprocessor.ui
 

Methods in com.jalios.jcms.fileprocessor.ui with parameters of type FileProcessingLog
static String FileProcessorUIUtil.getStatusIconHtml(FileProcessingLog log, String userLang)
          Retrieve the HTML to use for the specified log's status representation
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.