com.atlassian.jira.sharing
Class DefaultSharePermissionReindexer

java.lang.Object
  extended by com.atlassian.jira.sharing.DefaultSharePermissionReindexer
All Implemented Interfaces:
SharePermissionReindexer

public class DefaultSharePermissionReindexer
extends Object
implements SharePermissionReindexer


Constructor Summary
DefaultSharePermissionReindexer(SharedEntityIndexer indexer)
           
 
Method Summary
 void reindex(SharePermission permission)
          Given a permission, re-index all entities that currently have that permission in the index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSharePermissionReindexer

public DefaultSharePermissionReindexer(SharedEntityIndexer indexer)
Method Detail

reindex

public void reindex(SharePermission permission)
Description copied from interface: SharePermissionReindexer
Given a permission, re-index all entities that currently have that permission in the index.

Specified by:
reindex in interface SharePermissionReindexer


Copyright © 2002-2009 Atlassian. All Rights Reserved.