|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FileActionComponent.Operation>
com.jalios.jcms.fileprocessor.FileActionComponent.Operation
public static enum FileActionComponent.Operation
Possible operation detected on a file
| Enum Constant Summary | |
|---|---|
FILE_CREATE
File was just created. |
|
FILE_CREATE_OR_UPDATE
File was detected as new or updated in a directory. |
|
FILE_DELETE
File was just deleted. |
|
FILE_UPDATE
File was updated, or a generic update was requested through User Interface. |
|
| Method Summary | |
|---|---|
static FileActionComponent.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileActionComponent.Operation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FileActionComponent.Operation FILE_CREATE
Used only when file(s) are submitted after FileDocument
creation through FileProcessorDBListenerStoreListener.
public static final FileActionComponent.Operation FILE_UPDATE
Used when file is submitted by FileProcessorDBListenerStoreListener after FileDocument update or
through any UI handler such as FileProcessorAdminHandler or PdfConverterAdminHandler in plugins.
public static final FileActionComponent.Operation FILE_CREATE_OR_UPDATE
Used only when file(s) are submitted through detection of DirectoryScanner.
public static final FileActionComponent.Operation FILE_DELETE
Used only when file(s) are submitted after FileDocument
deletion through FileProcessorDBListenerStoreListener.
| Method Detail |
|---|
public static FileActionComponent.Operation[] values()
for (FileActionComponent.Operation c : FileActionComponent.Operation.values()) System.out.println(c);
public static FileActionComponent.Operation valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||