com.atlassian.jira.appconsistency.integrity.check
Interface Check

All Known Subinterfaces:
EntityCheck
All Known Implementing Classes:
CheckImpl, EntityCheckImpl

public interface Check


Method Summary
 List correct()
           
 String getDescription()
           
 Long getId()
           
 IntegrityCheck getIntegrityCheck()
           
 String getUnavailableMessage()
           
 boolean isAvailable()
           
 List preview()
           
 void setIntegrityCheck(IntegrityCheck integrityCheck)
           
 

Method Detail

getId

public Long getId()

getDescription

public String getDescription()

preview

public List preview()
             throws IntegrityException
Throws:
IntegrityException

correct

public List correct()
             throws IntegrityException
Throws:
IntegrityException

getIntegrityCheck

public IntegrityCheck getIntegrityCheck()

setIntegrityCheck

public void setIntegrityCheck(IntegrityCheck integrityCheck)

isAvailable

public boolean isAvailable()

getUnavailableMessage

public String getUnavailableMessage()


Copyright © 2002-2006 Atlassian. All Rights Reserved.