|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.forum.TagManagerFactory
public class TagManagerFactory
| Field Summary | |
|---|---|
static Cache |
tagCache
A cache for tag objects. |
static Cache |
tagContentCache
A cache for content object to tagID list |
static Cache |
tagIDCache
A cache that maps tag names to ID's. |
| Method Summary | |
|---|---|
void |
destroy()
Notifies the manager to release any resources that may be holding on too. |
static void |
doInitialize()
|
static java.lang.String |
getCacheKey(JiveContentObject contentObject)
Returns a tag content cache key. |
static TagManager |
getInstance()
Returns a concrete instance of the tag manager interface. |
void |
initialize()
Initialize the manager. |
void |
threadAdded(ThreadEvent event)
Fired when a thread has been added to the system. |
void |
threadDeleted(ThreadEvent event)
Fired when a thread is about to be deleted from the system. |
void |
threadModerationModified(ThreadEvent event)
Fired when the moderation value of a thread has been changed. |
void |
threadMoved(ThreadEvent event)
Fired when a thread is moved from one foru to another. |
void |
threadRated(ThreadEvent event)
Fired when the thread has been rated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Cache tagIDCache
public static Cache tagCache
public static Cache tagContentCache
| Method Detail |
|---|
public static TagManager getInstance()
public void initialize()
JiveManagerThis method is used internally by Jive during application startup and should not be called during normal usage of the class.
initialize in interface JiveManagerpublic void destroy()
JiveManager
destroy in interface JiveManagerpublic static void doInitialize()
public static java.lang.String getCacheKey(JiveContentObject contentObject)
contentObject - the contentObject.
public void threadAdded(ThreadEvent event)
ThreadListener
threadAdded in interface ThreadListenerevent - the event object.public void threadDeleted(ThreadEvent event)
ThreadListener
threadDeleted in interface ThreadListenerevent - the event object.public void threadMoved(ThreadEvent event)
ThreadListener
threadMoved in interface ThreadListenerevent - the event object.public void threadModerationModified(ThreadEvent event)
ThreadListener
threadModerationModified in interface ThreadListenerevent - the event object.public void threadRated(ThreadEvent event)
ThreadListener
threadRated in interface ThreadListenerevent - the event object.
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||