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

All Known Subinterfaces:
EntityIntegrityCheck
All Known Implementing Classes:
AbstractIntegrityCheck, EntityIntegrityCheckImpl, FieldLayoutIntegrityCheck, FilterSubscriptionIntegrityCheck, IntegrityCheckImpl, IssueIntegrityCheck, PortletIntegrityCheck, SchemePermissionIntegrityCheck, SearchRequestRelationIntegrityCheck, WorkflowStateIntegrityCheck

public interface IntegrityCheck


Method Summary
 List getChecks()
           
 String getDescription()
           
 Long getId()
           
 boolean isAvailable()
           
 

Method Detail

getId

Long getId()

getDescription

String getDescription()

getChecks

List getChecks()

isAvailable

boolean isAvailable()


Copyright © 2002-2008 Atlassian. All Rights Reserved.