Interface EdgeIndexManager
- All Known Implementing Classes:
DefaultEdgeIndexManager
public interface EdgeIndexManager
Responsible for indexing edges.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontentEntityRemoved(ContentEntityObject contentEntity) Update the index to reflect the deletion of the specified content entity.voidcontentEntityVersionRemoved(ContentEntityObject contentEntity) Update the index to reflect the deletion of the specified content entity version.voidIndexes an edge.voidPerforms a reindexvoidreIndexPermissions(Object target) Updates the index to reflect any changes to permissions in the specified target object.voidUnindexes an edge.
-
Method Details
-
index
Indexes an edge. -
unIndex
Unindexes an edge. -
reIndexPermissions
Updates the index to reflect any changes to permissions in the specified target object. -
contentEntityRemoved
Update the index to reflect the deletion of the specified content entity. -
contentEntityVersionRemoved
Update the index to reflect the deletion of the specified content entity version. -
reindex
Performs a reindex
-