com.atlassian.greenhopper.service
Class IssueIndexServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.IssueIndexServiceImpl
All Implemented Interfaces:
IssueIndexService

@Service(value="gh-issueIndexingService")
public class IssueIndexServiceImpl
extends java.lang.Object
implements IssueIndexService

Implementation of the IssueIndexingService interface Wraps IssueIndexManager.


Field Summary
 
Fields inherited from interface com.atlassian.greenhopper.service.IssueIndexService
SERVICE
 
Constructor Summary
IssueIndexServiceImpl()
           
 
Method Summary
 void reIndex(com.atlassian.jira.issue.Issue issue)
          Reindex a single issue.
 void reIndexIssues(java.util.Collection<com.atlassian.jira.issue.Issue> issues)
          Reindex a collection of issues.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueIndexServiceImpl

public IssueIndexServiceImpl()
Method Detail

reIndex

public void reIndex(com.atlassian.jira.issue.Issue issue)
Reindex a single issue.

Specified by:
reIndex in interface IssueIndexService
Parameters:
issue - the issue to reindex

reIndexIssues

public void reIndexIssues(java.util.Collection<com.atlassian.jira.issue.Issue> issues)
Description copied from interface: IssueIndexService
Reindex a collection of issues.

Specified by:
reIndexIssues in interface IssueIndexService
Parameters:
issues - the issues to reindex


Copyright © 2007-2011 Atlassian. All Rights Reserved.