com.atlassian.jira.appconsistency.integrity
Class IntegrityChecker

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.IntegrityChecker

public class IntegrityChecker
extends Object


Constructor Summary
IntegrityChecker(IntegrityCheckManager integrityCheckManager)
           
 
Method Summary
 List correct(Check check)
           
 Map correct(List<Check> checks)
           
 Map correctWithIds(List<Long> checkIds)
           
 List preview(Check check)
           
 Map preview(List<Check> checks)
           
 Map previewWithIds(List<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 Map preview(List<Check> checks)
            throws IntegrityException
Throws:
IntegrityException

previewWithIds

public Map previewWithIds(List<Long> checkIds)
                   throws IntegrityException
Throws:
IntegrityException

correct

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

correctWithIds

public Map correctWithIds(List<Long> checkIds)
                   throws IntegrityException
Throws:
IntegrityException

preview

public List preview(Check check)
             throws IntegrityException
Throws:
IntegrityException

correct

public List correct(Check check)
             throws IntegrityException
Throws:
IntegrityException


Copyright © 2002-2009 Atlassian. All Rights Reserved.