Interface SharePermissionReindexer

All Known Implementing Classes:
DefaultSharePermissionReindexer

public interface SharePermissionReindexer
Responsible for re-indexing SharedEntities when a SharePermission gets removed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Given a permission, re-index all entities that currently have that permission in the index.
  • Method Details

    • reindex

      void reindex(SharePermission permission)
      Given a permission, re-index all entities that currently have that permission in the index.
      Parameters:
      permission -