Package | Description |
---|---|
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.processingmanagement | |
com.jalios.jcms.fileprocessor.repository | |
com.jalios.jcms.fileprocessor.ui |
Modifier and Type | Method and Description |
---|---|
ProcessingStatus |
ProcessingEvent.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingEvent.updateStatus(ProcessingStatus status) |
Modifier and Type | Method and Description |
---|---|
static ProcessingStatus |
ProcessingStatus.get(int code)
Retrieve the ProcessingStatus corresponding to the specified ProcessingStatus's code
|
ProcessingStatus |
FileProcessingInfo.getIndexingStatusEnum() |
ProcessingStatus |
FileProcessingInfo.getProcessingStatusEnum() |
ProcessingStatus |
FileProcessingLog.getStatusEnum() |
static ProcessingStatus |
ProcessingStatus.mergeStatuses(java.util.EnumSet<ProcessingStatus> statuses)
Retrieve the worst status from the specified ones
|
static ProcessingStatus |
ProcessingStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingStatus[] |
ProcessingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileProcessingInfo.setIndexingStatus(ProcessingStatus status) |
void |
FileProcessingInfo.setProcessingStatus(ProcessingStatus status) |
void |
FileProcessingLog.setStatus(ProcessingStatus status) |
Modifier and Type | Method and Description |
---|---|
static ProcessingStatus |
ProcessingStatus.mergeStatuses(java.util.EnumSet<ProcessingStatus> statuses)
Retrieve the worst status from the specified ones
|
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 |
---|---|
static java.lang.String |
FileProcessorUIUtil.getStatusIconHtml(ProcessingStatus status,
java.lang.String userLang)
Retrieve the HTML to use for the specified status representation
|
static java.lang.String |
FileProcessorUIUtil.getStatusIconName(ProcessingStatus status)
Retrieve the icon name to use for the specified status representation
|
Copyright © 2001-2018 Jalios SA. All Rights Reserved.