Uses of Class
com.jalios.jcms.fileprocessor.FileActionComponent.Operation
-
Packages that use FileActionComponent.Operation Package Description com.jalios.jcms.fileprocessor com.jalios.jcms.fileprocessor.processingmanagement -
-
Uses of FileActionComponent.Operation in com.jalios.jcms.fileprocessor
Methods in com.jalios.jcms.fileprocessor that return FileActionComponent.Operation Modifier and Type Method Description static FileActionComponent.Operation
FileActionComponent.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileActionComponent.Operation[]
FileActionComponent.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileActionComponent.Operation in com.jalios.jcms.fileprocessor.processingmanagement
Methods in com.jalios.jcms.fileprocessor.processingmanagement that return FileActionComponent.Operation Modifier and Type Method Description FileActionComponent.Operation
ProcessingData. getOperation()
Retrieve the kind of Operation for which the file have been detected (create, update, delete, ...Methods in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type FileActionComponent.Operation Modifier and Type Method Description boolean
FileProcessorManager. queueContains(Repository repository, FileActionComponent.Operation operation, java.io.File file)
Check if the queue contains a ProcessingData matching the specified parameters.Constructors in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type FileActionComponent.Operation Constructor Description ProcessingData(Repository repository, java.io.File file, FileActionComponent.Operation operation)
ProcessingData(Repository repository, java.util.Set<java.io.File> fileSet, FileActionComponent.Operation operation)
-