com.jivesoftware.community.event
Enum SearchIndexEvent.Type
java.lang.Object
java.lang.Enum<SearchIndexEvent.Type>
com.jivesoftware.community.event.SearchIndexEvent.Type
- All Implemented Interfaces:
- Serializable, Comparable<SearchIndexEvent.Type>
- Enclosing class:
- SearchIndexEvent
public static enum SearchIndexEvent.Type
- extends Enum<SearchIndexEvent.Type>
CONTENT_ADDED
public static final SearchIndexEvent.Type CONTENT_ADDED
CONTENT_DELETED
public static final SearchIndexEvent.Type CONTENT_DELETED
CONTENT_UPDATED
public static final SearchIndexEvent.Type CONTENT_UPDATED
CONTENT_ERROR
public static final SearchIndexEvent.Type CONTENT_ERROR
REBUILD_STARTED
public static final SearchIndexEvent.Type REBUILD_STARTED
REBUILD_COMPLETED
public static final SearchIndexEvent.Type REBUILD_COMPLETED
UPDATE_STARTED
public static final SearchIndexEvent.Type UPDATE_STARTED
UPDATE_COMPLETED
public static final SearchIndexEvent.Type UPDATE_COMPLETED
OPTIMIZE_STARTED
public static final SearchIndexEvent.Type OPTIMIZE_STARTED
OPTIMIZE_COMPLETED
public static final SearchIndexEvent.Type OPTIMIZE_COMPLETED
values
public static final SearchIndexEvent.Type[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(SearchIndexEvent.Type c : SearchIndexEvent.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static SearchIndexEvent.Type valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
Copyright © 1999-2007 Jive Software.