Package | Description |
---|---|
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.processingmanagement |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FileActionComponent.Operation |
ProcessingData.getOperation()
Retrieve the kind of Operation for which the file have been detected (create, update, delete, ...
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileProcessorManager.queueContains(Repository repository,
FileActionComponent.Operation operation,
java.io.File file)
Check if the queue contains a ProcessingData matching the specified parameters.
|
Constructor and Description |
---|
ProcessingData(Repository repository,
java.io.File file,
FileActionComponent.Operation operation) |
ProcessingData(Repository repository,
java.util.Set<java.io.File> fileSet,
FileActionComponent.Operation operation) |
Copyright © 2001-2018 Jalios SA. All Rights Reserved.