Uses of Interface
com.atlassian.greenhopper.service.rank.RankIndexService

Packages that use RankIndexService
com.atlassian.greenhopper.customfield.rank   
com.atlassian.greenhopper.service   
com.atlassian.greenhopper.service.rank   
 

Uses of RankIndexService in com.atlassian.greenhopper.customfield.rank
 

Constructors in com.atlassian.greenhopper.customfield.rank with parameters of type RankIndexService
RankCFType(RankIndexService rankService)
           
RankLuceneFieldSorter(RankIndexService rankService, com.atlassian.jira.issue.fields.CustomField customField)
           
 

Uses of RankIndexService in com.atlassian.greenhopper.service
 

Methods in com.atlassian.greenhopper.service that return RankIndexService
 RankIndexService BridgeServiceLocator.getRankIndexService()
          Deprecated.  
 

Uses of RankIndexService in com.atlassian.greenhopper.service.rank
 

Classes in com.atlassian.greenhopper.service.rank that implement RankIndexService
 class RankIndexServiceImpl
          The rank system is made of two main components: The stored rank, which is a single linked list of issueIDs in an AO table, and the runtime rank index, which is an in-memory lookup map of chained Rank objects that maintain a numeric position index.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.