com.atlassian.jira.appconsistency.integrity
Class IntegrityChecker

java.lang.Object
  extended bycom.atlassian.jira.appconsistency.integrity.IntegrityChecker

public class IntegrityChecker
extends java.lang.Object


Constructor Summary
IntegrityChecker(IntegrityCheckManager integrityCheckManager)
           
 
Method Summary
 java.util.List correct(Check check)
           
 java.util.Map correct(java.util.List checks)
           
 java.util.Map correctWithIds(java.util.List checkIds)
           
 java.util.List preview(Check check)
           
 java.util.Map preview(java.util.List checks)
           
 java.util.Map previewWithIds(java.util.List checkIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityChecker

public IntegrityChecker(IntegrityCheckManager integrityCheckManager)
Method Detail

preview

public java.util.Map preview(java.util.List checks)
                      throws IntegrityException
Throws:
IntegrityException

previewWithIds

public java.util.Map previewWithIds(java.util.List checkIds)
                             throws IntegrityException
Throws:
IntegrityException

correct

public java.util.Map correct(java.util.List checks)
                      throws IntegrityException
Throws:
IntegrityException

correctWithIds

public java.util.Map correctWithIds(java.util.List checkIds)
                             throws IntegrityException
Throws:
IntegrityException

preview

public java.util.List preview(Check check)
                       throws IntegrityException
Throws:
IntegrityException

correct

public java.util.List correct(Check check)
                       throws IntegrityException
Throws:
IntegrityException