Uses of Class
com.atlassian.jira.appconsistency.integrity.exception.IntegrityException

Packages that use IntegrityException
com.atlassian.jira.appconsistency.integrity   
com.atlassian.jira.appconsistency.integrity.check   
 

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

Methods in com.atlassian.jira.appconsistency.integrity that throw IntegrityException
 List IntegrityChecker.correct(Check check)
           
 Map IntegrityChecker.correct(List<Check> checks)
           
 Map IntegrityChecker.correctWithIds(List<Long> checkIds)
           
 List IntegrityChecker.preview(Check check)
           
 Map IntegrityChecker.preview(List<Check> checks)
           
 Map IntegrityChecker.previewWithIds(List<Long> checkIds)
           
 

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

Methods in com.atlassian.jira.appconsistency.integrity.check that throw IntegrityException
 List FieldLayoutCheck.correct()
           
 List SearchRequestRelationCheck.correct()
           
 List WorkflowCurrentStepCheck.correct()
           
 List PrimaryEntityRelationCreate.correct()
           
 List IssueLinkCheck.correct()
           
 List<DeleteEntityAmendment> PrimaryEntityRelationDelete.correct()
           
 List<DeleteEntityAmendment> BaseFilterSubscriptionsCheck.correct()
           
 List WorkflowIssueStatusNull.correct()
           
 List<T> Check.correct()
           
 List<CheckAmendment> WorkflowStateCheck.correct()
           
 List SchemePermissionCheck.correct()
           
protected  List<DeleteEntityAmendment> BaseFilterSubscriptionsCheck.doCheck(boolean correct)
           
protected  void FilterSubscriptionsScheduleCheck.doRealCheck(boolean correct, org.ofbiz.core.entity.GenericValue subscription, List<DeleteEntityAmendment> messages)
           
protected  void FilterSubscriptionsSavedFilterCheck.doRealCheck(boolean correct, org.ofbiz.core.entity.GenericValue subscription, List<DeleteEntityAmendment> messages)
           
protected abstract  void BaseFilterSubscriptionsCheck.doRealCheck(boolean correct, org.ofbiz.core.entity.GenericValue subscription, List<DeleteEntityAmendment> messages)
           
protected  OfBizListIterator EntityCheckImpl.getEntities(String entityName)
           
 List FieldLayoutCheck.preview()
           
 List SearchRequestRelationCheck.preview()
           
 List WorkflowCurrentStepCheck.preview()
           
 List<T> AbstractEntityRelation.preview()
           
 List IssueLinkCheck.preview()
           
 List<DeleteEntityAmendment> BaseFilterSubscriptionsCheck.preview()
           
 List WorkflowIssueStatusNull.preview()
           
 List<T> Check.preview()
           
 List<CheckAmendment> WorkflowStateCheck.preview()
           
 List SchemePermissionCheck.preview()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.