com.atlassian.jira.scheme.distiller
Class DistilledSchemeResults

java.lang.Object
  extended by com.atlassian.jira.scheme.distiller.DistilledSchemeResults

public class DistilledSchemeResults
extends Object

This class will contain two collections. One containing a Collection of un-matched schemes (those that could not be 'distilled') And a Collection of DistilledSchemeResult objects, those schemes that can be distilled.


Constructor Summary
DistilledSchemeResults(Collection distilledSchemeResults, Collection unDistilledSchemes, String schemeType)
           
DistilledSchemeResults(String schemeType)
           
 
Method Summary
 void addDistilledSchemeResult(DistilledSchemeResult distilledSchemeResult)
           
 void addUndistilledScheme(Scheme scheme)
           
 Collection getDistilledSchemeResults()
           
 Collection getDistilledSchemes()
           
 String getSchemeType()
           
 Collection getUnDistilledSchemes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistilledSchemeResults

public DistilledSchemeResults(String schemeType)

DistilledSchemeResults

public DistilledSchemeResults(Collection distilledSchemeResults,
                              Collection unDistilledSchemes,
                              String schemeType)
Method Detail

getDistilledSchemes

public Collection getDistilledSchemes()

addDistilledSchemeResult

public void addDistilledSchemeResult(DistilledSchemeResult distilledSchemeResult)

getDistilledSchemeResults

public Collection getDistilledSchemeResults()

addUndistilledScheme

public void addUndistilledScheme(Scheme scheme)

getUnDistilledSchemes

public Collection getUnDistilledSchemes()

getSchemeType

public String getSchemeType()


Copyright © 2002-2008 Atlassian. All Rights Reserved.