Interface EdgeIndexManager
- All Known Implementing Classes:
DefaultEdgeIndexManager
public interface EdgeIndexManager
Responsible for indexing edges.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contentEntityRemoved
(ContentEntityObject contentEntity) Update the index to reflect the deletion of the specified content entity.void
contentEntityVersionRemoved
(ContentEntityObject contentEntity) Update the index to reflect the deletion of the specified content entity version.void
Indexes an edge.void
Performs a reindexvoid
reIndexPermissions
(Object target) Updates the index to reflect any changes to permissions in the specified target object.void
Unindexes 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
-