Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.event
Enum SearchIndexEvent.Type

java.lang.Object
  extended by java.lang.Enum<SearchIndexEvent.Type>
      extended by 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>


Enum Constant Summary
CONTENT_ADDED
           
CONTENT_DELETED
           
CONTENT_ERROR
           
CONTENT_UPDATED
           
OPTIMIZE_COMPLETED
           
OPTIMIZE_STARTED
           
REBUILD_COMPLETED
           
REBUILD_STARTED
           
UPDATE_COMPLETED
           
UPDATE_STARTED
           
 
Method Summary
static SearchIndexEvent.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchIndexEvent.Type[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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

Jive Product Page

Copyright © 1999-2007 Jive Software.