com.atlassian.jira.appconsistency.integrity
Class IntegrityChecker

java.lang.Object
  extended by com.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<Check> checks)
           
 java.util.Map correctWithIds(java.util.List<java.lang.Long> checkIds)
           
 java.util.List preview(Check check)
           
 java.util.Map preview(java.util.List<Check> checks)
           
 java.util.Map previewWithIds(java.util.List<java.lang.Long> 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<Check> checks)
                      throws IntegrityException
Throws:
IntegrityException

previewWithIds

public java.util.Map previewWithIds(java.util.List<java.lang.Long> checkIds)
                             throws IntegrityException
Throws:
IntegrityException

correct

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

correctWithIds

public java.util.Map correctWithIds(java.util.List<java.lang.Long> 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


Copyright © 2002-2010 Atlassian. All Rights Reserved.