com.atlassian.greenhopper.service
Interface IssueIndexService

All Known Implementing Classes:
IssueIndexServiceImpl

public interface IssueIndexService

Provides issue indexing support


Field Summary
static java.lang.String SERVICE
          Service identifier to be used for dependency injection.
 
Method Summary
 void reIndex(com.atlassian.jira.issue.Issue issue)
          Reindex a specific issue.
 void reIndexIssues(java.util.Collection<com.atlassian.jira.issue.Issue> issues)
          Reindex a collection of issues.
 

Field Detail

SERVICE

static final java.lang.String SERVICE
Service identifier to be used for dependency injection.

See Also:
Constant Field Values
Method Detail

reIndex

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

Parameters:
issue - the issue to reindex

reIndexIssues

void reIndexIssues(java.util.Collection<com.atlassian.jira.issue.Issue> issues)
Reindex a collection of issues.

Parameters:
issues - the issues to reindex


Copyright © 2007-2011 Atlassian. All Rights Reserved.