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 checks)
           
 Map correctWithIds(List checkIds)
           
 List preview(Check check)
           
 Map preview(List checks)
           
 Map previewWithIds(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 Map preview(List checks)
            throws IntegrityException
Throws:
IntegrityException

previewWithIds

public Map previewWithIds(List checkIds)
                   throws IntegrityException
Throws:
IntegrityException

correct

public Map correct(List checks)
            throws IntegrityException
Throws:
IntegrityException

correctWithIds

public Map correctWithIds(List 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-2007 Atlassian. All Rights Reserved.