com.atlassian.confluence.plugins.edgeindex
Interface EdgeIndexManager

All Known Implementing Classes:
LuceneEdgeIndexManager

public interface EdgeIndexManager

Responsible for indexing edges.


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(Object target)
          Updates the index to reflect any changes to permissions in the specified target object.
 void unIndex(Edge edge)
          Unindexes an edge.
 

Method Detail

index

void index(Edge edge)
Indexes an edge.


unIndex

void unIndex(Edge edge)
Unindexes an edge.


reIndexPermissions

void reIndexPermissions(Object target)
Updates the index to reflect any changes to permissions in the specified target object.


contentEntityRemoved

void contentEntityRemoved(ContentEntityObject contentEntity)
Update the index to reflect the deletion of the specified content entity.



Copyright © 2003-2012 Atlassian. All Rights Reserved.