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

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

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

Classes in com.atlassian.jira.appconsistency.integrity that implement Check
 class SearchRequestPortletCheck
          Created by IntelliJ IDEA.
 

Methods in com.atlassian.jira.appconsistency.integrity that return Check
 Check IntegrityCheckManagerImpl.getCheck(java.lang.Long checkId)
           
 Check IntegrityCheckManager.getCheck(java.lang.Long checkId)
           
 

Methods in com.atlassian.jira.appconsistency.integrity with parameters of type Check
 java.util.List IntegrityChecker.preview(Check check)
           
 java.util.List IntegrityChecker.correct(Check check)
           
 

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

Subinterfaces of Check in com.atlassian.jira.appconsistency.integrity.check
 interface EntityCheck
           
 

Classes in com.atlassian.jira.appconsistency.integrity.check that implement Check
 class AbstractEntityRelation
           
 class CheckImpl
          Created by IntelliJ IDEA.
 class EntityCheckImpl
           
 class FieldLayoutCheck
           
 class PortletCheck
          Created by IntelliJ IDEA.
 class PrimaryEntityRelationCreate
           
 class PrimaryEntityRelationDelete
           
 class ProjectPortletCheck
          Created by IntelliJ IDEA.
 class SchemePermissionCheck
          Created by IntelliJ IDEA.
 class SearchRequestRelationCheck
           
 class WorkflowCurrentStepCheck
           
 class WorkflowStateCheck
           
 

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

Methods in com.atlassian.jira.web.action.admin with parameters of type Check
 boolean IntegrityChecker.isHasWarningResults(Check check)
           
 boolean IntegrityChecker.isHasCorrectableResults(Check check)
           
 boolean IntegrityChecker.isCheckAvailable(Check check)
          Determine whether to chow a check box for the check
 java.lang.String IntegrityChecker.getCheckId(Check check)
           
 boolean IntegrityChecker.isChecked(Check check)
           
 



Copyright © 2002-2005 Atlassian. All Rights Reserved.