|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugins.edgeindex.LuceneEdgeIndexManager
public class LuceneEdgeIndexManager
Constructor Summary | |
---|---|
LuceneEdgeIndexManager(EdgeIndexTaskQueue taskQueue,
EdgeIndexTaskFactory indexTaskFactory,
EdgeFactory edgeFactory)
|
Method Summary | |
---|---|
void |
contentEntityRemoved(ContentEntityObject contentEntity)
Update the index to reflect the deletion of the specified content entity. |
void |
index(Edge edge)
Indexes an edge. |
void |
reIndexPermissions(java.lang.Object target)
Updates the index to reflect any changes to permissions in the specified target object. |
void |
unIndex(Edge edge)
Unindexes an edge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LuceneEdgeIndexManager(EdgeIndexTaskQueue taskQueue, EdgeIndexTaskFactory indexTaskFactory, EdgeFactory edgeFactory)
Method Detail |
---|
public void index(Edge edge)
EdgeIndexManager
index
in interface EdgeIndexManager
public void unIndex(Edge edge)
EdgeIndexManager
unIndex
in interface EdgeIndexManager
public void reIndexPermissions(java.lang.Object target)
EdgeIndexManager
reIndexPermissions
in interface EdgeIndexManager
public void contentEntityRemoved(ContentEntityObject contentEntity)
EdgeIndexManager
contentEntityRemoved
in interface EdgeIndexManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |