|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.scheme.distiller.SchemeDistillerImpl
public class SchemeDistillerImpl
Implements SchemeDistiller
.
Constructor Summary | |
---|---|
SchemeDistillerImpl(SchemeManagerFactory schemeManagerFactory,
SchemePermissions schemePermissions,
EventTypeManager eventTypeManager)
|
Method Summary | |
---|---|
DistilledSchemeResults |
distillSchemes(Collection schemes)
This method does the work of analyzing and distilling, if possible, the passed in Scheme 's. |
SchemeRelationships |
getSchemeRelationships(DistilledSchemeResults distilledSchemeResults)
This method will return a SchemeRelationships object for the internal collections of distilled scheme results. |
Scheme |
persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult)
This method will persist the result of the 'distilling' operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemeDistillerImpl(SchemeManagerFactory schemeManagerFactory, SchemePermissions schemePermissions, EventTypeManager eventTypeManager)
Method Detail |
---|
public Scheme persistNewSchemeMappings(DistilledSchemeResult distilledSchemeResult) throws DataAccessException
SchemeDistiller
persistNewSchemeMappings
in interface SchemeDistiller
DataAccessException
- if something goes wrong at the db level.public SchemeRelationships getSchemeRelationships(DistilledSchemeResults distilledSchemeResults)
SchemeDistiller
getSchemeRelationships
in interface SchemeDistiller
public DistilledSchemeResults distillSchemes(Collection schemes)
SchemeDistiller
Scheme
's.
distillSchemes
in interface SchemeDistiller
schemes
- a collection of Scheme
objects representing the schemes that you would like to
try to 'distill'.
DistilledSchemeResults
for full details.
The object will contain empty collections if null or an empty collection is passed in.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |