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

Packages that use ProcessingType
com.jalios.jcms.fileprocessor   
com.jalios.jcms.fileprocessor.processingmanagement   
com.jalios.jcms.fileprocessor.repository   
 

Uses of ProcessingType in com.jalios.jcms.fileprocessor
 

Methods in com.jalios.jcms.fileprocessor that return ProcessingType
 ProcessingType ProcessingEvent.getType()
           
 

Constructors in com.jalios.jcms.fileprocessor with parameters of type ProcessingType
ProcessingEvent(Repository repository, FileActionComponent component, File file, ProcessingType type, ProcessingData.Type processingDataType)
          Create a new Action with information that never change
 

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

Methods in com.jalios.jcms.fileprocessor.processingmanagement that return ProcessingType
static ProcessingType ProcessingType.get(int code)
          Retrieve the ProcessingType corresponding to the specified code
 ProcessingType FileProcessingLog.getProcessingTypeEnum()
           
static ProcessingType ProcessingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProcessingType[] ProcessingType.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 ProcessingType
 void FileProcessingLog.setProcessingType(ProcessingType type)
           
 

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

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



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