Uses of Class
com.atlassian.jira.scheme.distiller.DistilledSchemeResults

Packages that use DistilledSchemeResults
com.atlassian.jira.bc.scheme.distiller   
com.atlassian.jira.scheme.distiller   
com.atlassian.jira.web.action.admin.scheme.comparison   
com.atlassian.jira.web.action.admin.scheme.distiller   
 

Uses of DistilledSchemeResults in com.atlassian.jira.bc.scheme.distiller
 

Methods in com.atlassian.jira.bc.scheme.distiller that return DistilledSchemeResults
 DistilledSchemeResults DefaultSchemeDistillerService.distillSchemes(User user, Collection schemes, ErrorCollection errorCollection)
           
 DistilledSchemeResults SchemeDistillerService.distillSchemes(User user, Collection schemes, ErrorCollection errorCollection)
          This method does the work of analyzing and distilling, if possible, the passed in Scheme's.
 

Methods in com.atlassian.jira.bc.scheme.distiller with parameters of type DistilledSchemeResults
 SchemeRelationships DefaultSchemeDistillerService.getSchemeRelationships(User user, DistilledSchemeResults distilledSchemeResults, ErrorCollection errorCollection)
           
 SchemeRelationships SchemeDistillerService.getSchemeRelationships(User user, DistilledSchemeResults distilledSchemeResults, ErrorCollection errorCollection)
          This method will return a SchemeRelationships object for the internal collections of distilled scheme results.
 

Uses of DistilledSchemeResults in com.atlassian.jira.scheme.distiller
 

Methods in com.atlassian.jira.scheme.distiller that return DistilledSchemeResults
 DistilledSchemeResults SchemeDistillerImpl.distillSchemes(Collection schemes)
           
 DistilledSchemeResults SchemeDistiller.distillSchemes(Collection schemes)
          This method does the work of analyzing and distilling, if possible, the passed in Scheme's.
 

Methods in com.atlassian.jira.scheme.distiller with parameters of type DistilledSchemeResults
 SchemeRelationships SchemeDistillerImpl.getSchemeRelationships(DistilledSchemeResults distilledSchemeResults)
           
 SchemeRelationships SchemeDistiller.getSchemeRelationships(DistilledSchemeResults distilledSchemeResults)
          This method will return a SchemeRelationships object for the internal collections of distilled scheme results.
 

Uses of DistilledSchemeResults in com.atlassian.jira.web.action.admin.scheme.comparison
 

Methods in com.atlassian.jira.web.action.admin.scheme.comparison that return DistilledSchemeResults
 DistilledSchemeResults SchemeComparisonToolAction.getDistilledSchemeResults()
           
 

Uses of DistilledSchemeResults in com.atlassian.jira.web.action.admin.scheme.distiller
 

Fields in com.atlassian.jira.web.action.admin.scheme.distiller declared as DistilledSchemeResults
protected  DistilledSchemeResults AbstractMergeAction.distilledSchemeResults
           
 

Methods in com.atlassian.jira.web.action.admin.scheme.distiller that return DistilledSchemeResults
 DistilledSchemeResults AbstractMergeAction.getDistilledSchemeResults()
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.