|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.event.ProfileSearchIndexEvent
public class ProfileSearchIndexEvent
A class for profile search index events. This class will be passed to ProfileSearchIndexListeners
whenever a profile search index event is fired and contains all the pertinent information to the event.
| Field Summary | |
|---|---|
static int |
OPTIMIZE_COMPLETED
Event type for whenever an index optimize is completed. |
static int |
OPTIMIZE_STARTED
Event type for whenever an index optimize is started. |
static int |
REBUILD_COMPLETED
Event type for whenever an index rebuild is completed. |
static int |
REBUILD_STARTED
Event type for whenever an index rebuild is started. |
static int |
UPDATE_COMPLETED
Event type for whenever an index update is completed. |
static int |
UPDATE_STARTED
Event type for whenever an index update is started. |
static int |
USER_ADDED
Event type for whenever an user is added to the search index. |
static int |
USER_DELETED
Event type for whenever an user is removed from the search index. |
| Constructor Summary | |
|---|---|
ProfileSearchIndexEvent(int eventType,
Map<String,? extends Object> params)
|
|
| Method Summary | |
|---|---|
Date |
getDate()
|
int |
getEventType()
|
Map<String,? extends Object> |
getParams()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int USER_ADDED
public static final int USER_DELETED
public static final int REBUILD_STARTED
public static final int REBUILD_COMPLETED
public static final int UPDATE_STARTED
public static final int UPDATE_COMPLETED
public static final int OPTIMIZE_STARTED
public static final int OPTIMIZE_COMPLETED
| Constructor Detail |
|---|
public ProfileSearchIndexEvent(int eventType,
Map<String,? extends Object> params)
| Method Detail |
|---|
public int getEventType()
getEventType in interface com.jivesoftware.community.JiveEventpublic Map<String,? extends Object> getParams()
getParams in interface com.jivesoftware.community.JiveEventpublic Date getDate()
getDate in interface com.jivesoftware.community.JiveEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||