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

Packages that use IntegrityCheck
com.atlassian.jira.appconsistency.integrity   
com.atlassian.jira.appconsistency.integrity.check   
com.atlassian.jira.appconsistency.integrity.integritycheck   
com.atlassian.jira.web.action.admin   
 

Uses of IntegrityCheck in com.atlassian.jira.appconsistency.integrity
 

Methods in com.atlassian.jira.appconsistency.integrity that return IntegrityCheck
 IntegrityCheck IntegrityCheckManagerImpl.getIntegrityCheck(Long id)
           
 IntegrityCheck IntegrityCheckManager.getIntegrityCheck(Long id)
           
 

Methods in com.atlassian.jira.appconsistency.integrity that return types with arguments of type IntegrityCheck
 List<IntegrityCheck> IntegrityCheckManagerImpl.getIntegrityChecks()
           
 

Uses of IntegrityCheck in com.atlassian.jira.appconsistency.integrity.check
 

Methods in com.atlassian.jira.appconsistency.integrity.check that return IntegrityCheck
 IntegrityCheck Check.getIntegrityCheck()
           
 IntegrityCheck EntityCheckImpl.getIntegrityCheck()
           
 IntegrityCheck CheckImpl.getIntegrityCheck()
           
 

Methods in com.atlassian.jira.appconsistency.integrity.check with parameters of type IntegrityCheck
 void Check.setIntegrityCheck(IntegrityCheck integrityCheck)
           
 void EntityCheckImpl.setIntegrityCheck(IntegrityCheck integrityCheck)
           
 void CheckImpl.setIntegrityCheck(IntegrityCheck integrityCheck)
           
 

Uses of IntegrityCheck in com.atlassian.jira.appconsistency.integrity.integritycheck
 

Subinterfaces of IntegrityCheck in com.atlassian.jira.appconsistency.integrity.integritycheck
 interface EntityIntegrityCheck
           
 

Classes in com.atlassian.jira.appconsistency.integrity.integritycheck that implement IntegrityCheck
 class AbstractIntegrityCheck
           
 class EntityIntegrityCheckImpl
           
 class FieldLayoutIntegrityCheck
           
 class FilterSubscriptionIntegrityCheck
           
 class IntegrityCheckImpl
           
 class IssueIntegrityCheck
          unused
 class SchemePermissionIntegrityCheck
           
 class SearchRequestRelationIntegrityCheck
           
 class WorkflowStateIntegrityCheck
           
 

Methods in com.atlassian.jira.appconsistency.integrity.integritycheck with parameters of type IntegrityCheck
 int AbstractIntegrityCheck.compareTo(IntegrityCheck ic)
           
 

Uses of IntegrityCheck in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin with parameters of type IntegrityCheck
 boolean IntegrityChecker.isHasCorrectableResults(IntegrityCheck integrityCheck)
           
 boolean IntegrityChecker.isIntegrityCheckAvailable(IntegrityCheck integrityCheck)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.