|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.service.IssueIndexServiceImpl
@Service(value="gh-issueIndexingService") public class IssueIndexServiceImpl
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 |
|---|
public IssueIndexServiceImpl()
| Method Detail |
|---|
public void reIndex(com.atlassian.jira.issue.Issue issue)
reIndex in interface IssueIndexServiceissue - the issue to reindexpublic void reIndexIssues(java.util.Collection<com.atlassian.jira.issue.Issue> issues)
IssueIndexService
reIndexIssues in interface IssueIndexServiceissues - the issues to reindex
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||