public interface EdgeIndexManager
Modifier and Type | Method and Description |
---|---|
void |
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 |
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.
|
void index(Edge edge)
void unIndex(Edge edge)
void reIndexPermissions(Object target)
void contentEntityRemoved(ContentEntityObject contentEntity)
void contentEntityVersionRemoved(ContentEntityObject contentEntity)
Copyright © 2003–2018 Atlassian. All rights reserved.