Package | Description |
---|---|
com.jalios.jcms.fileprocessor.repository | |
com.jalios.jcms.fileprocessor.ui |
Modifier and Type | Method and Description |
---|---|
FileProcessingLog |
Repository.addFileProcessingLog(java.io.File file,
FileActionComponent component,
ProcessingType type,
ProcessingStatus status,
long duration,
java.lang.Exception exception,
int attempt)
Create a new instance of FileProcessingLog with the specified parameters and store it.
|
FileProcessingLog |
Repository.addFileProcessingLog(java.lang.String filename,
java.lang.Class<? extends FileActionComponent> componentClass,
ProcessingType type,
ProcessingStatus status,
long duration,
java.lang.String message,
int attempt) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FileProcessingLog> |
Repository.getFileProcessingLogs(java.io.File file)
Retrieve all the FileProcessingLog for the specified file in this repository and webapp instance (urid).
|
java.util.List<FileProcessingLog> |
Repository.getFileProcessingLogs(java.lang.String filename)
Retrieve all the FileProcessingLog for the specified file in this repository and webapp instance (urid).
|
java.util.List<FileProcessingLog> |
Repository.getPostponedProcessingLogs()
Retrieve all the postponed FileProcessingLog in this repository and webapp instance (urid).
|
Modifier and Type | Method and Description |
---|---|
FileProcessingInfo |
Repository.updateFileProcessingInfo(java.io.File file,
java.util.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(java.lang.String filename,
java.util.List<FileProcessingLog> logList) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FileProcessorUIUtil.getStatusIconHtml(FileProcessingLog log,
java.lang.String userLang)
Retrieve the HTML to use for the specified log's status representation
|
Copyright © 2001-2018 Jalios SA. All Rights Reserved.