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

Packages that use ProcessingStatus
com.jalios.jcms.fileprocessor   
com.jalios.jcms.fileprocessor.processingmanagement   
com.jalios.jcms.fileprocessor.repository   
com.jalios.jcms.fileprocessor.ui   
 

Uses of ProcessingStatus in com.jalios.jcms.fileprocessor
 

Methods in com.jalios.jcms.fileprocessor that return ProcessingStatus
 ProcessingStatus ProcessingEvent.getStatus()
           
 

Methods in com.jalios.jcms.fileprocessor with parameters of type ProcessingStatus
 void ProcessingEvent.updateStatus(ProcessingStatus status)
           
 

Uses of ProcessingStatus in com.jalios.jcms.fileprocessor.processingmanagement
 

Methods in com.jalios.jcms.fileprocessor.processingmanagement that return ProcessingStatus
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(EnumSet<ProcessingStatus> statuses)
          Retrieve the worst status from the specified ones
static ProcessingStatus ProcessingStatus.valueOf(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.
 

Methods in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type ProcessingStatus
 void FileProcessingInfo.setIndexingStatus(ProcessingStatus status)
           
 void FileProcessingInfo.setProcessingStatus(ProcessingStatus status)
           
 void FileProcessingLog.setStatus(ProcessingStatus status)
           
 

Method parameters in com.jalios.jcms.fileprocessor.processingmanagement with type arguments of type ProcessingStatus
static ProcessingStatus ProcessingStatus.mergeStatuses(EnumSet<ProcessingStatus> statuses)
          Retrieve the worst status from the specified ones
 

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

Methods in com.jalios.jcms.fileprocessor.repository with parameters of type ProcessingStatus
 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)
           
 

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

Methods in com.jalios.jcms.fileprocessor.ui with parameters of type ProcessingStatus
static String FileProcessorUIUtil.getStatusIconHtml(ProcessingStatus status, String userLang)
          Retrieve the HTML to use for the specified status representation
static String FileProcessorUIUtil.getStatusIconPath(ProcessingStatus status)
          Retrieve the icon path to use for the specified status representation
 



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