Package com.atlassian.jira.sharing
Interface SharePermissionReindexer
- All Known Implementing Classes:
DefaultSharePermissionReindexer
public interface SharePermissionReindexer
Responsible for re-indexing SharedEntities when a
SharePermission gets removed.-
Method Summary
Modifier and TypeMethodDescriptionvoidreindex(SharePermission permission) Given a permission, re-index all entities that currently have that permission in the index.
-
Method Details