com.atlassian.jira.appconsistency.integrity.integritycheck
Interface IntegrityCheck

All Superinterfaces:
java.lang.Comparable<IntegrityCheck>
All Known Subinterfaces:
EntityIntegrityCheck
All Known Implementing Classes:
AbstractIntegrityCheck, EntityIntegrityCheckImpl, FieldLayoutIntegrityCheck, FilterSubscriptionIntegrityCheck, IntegrityCheckImpl, IssueIntegrityCheck, SchemePermissionIntegrityCheck, SearchRequestRelationIntegrityCheck, WorkflowStateIntegrityCheck

public interface IntegrityCheck
extends java.lang.Comparable<IntegrityCheck>


Method Summary
 java.util.List<? extends Check> getChecks()
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 boolean isAvailable()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getId

java.lang.Long getId()

getDescription

java.lang.String getDescription()

getChecks

java.util.List<? extends Check> getChecks()

isAvailable

boolean isAvailable()


Copyright © 2002-2010 Atlassian. All Rights Reserved.