public static enum ThumbnailConstants.EventNames extends Enum<ThumbnailConstants.EventNames>
| Enum Constant and Description | 
|---|
scheduleThumbnailUpdate
Event sent after checking before updating document if the main blob has been updated 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ThumbnailConstants.EventNames | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ThumbnailConstants.EventNames[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ThumbnailConstants.EventNames scheduleThumbnailUpdate
public static ThumbnailConstants.EventNames[] values()
for (ThumbnailConstants.EventNames c : ThumbnailConstants.EventNames.values()) System.out.println(c);
public static ThumbnailConstants.EventNames valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Nuxeo. All rights reserved.