com.atlassian.jira.appconsistency.integrity.check
Interface Check
- All Known Subinterfaces:
- EntityCheck
- All Known Implementing Classes:
- AbstractEntityRelation, BaseFilterSubscriptionsCheck, CheckImpl, EntityCheckImpl, FieldLayoutCheck, FilterSubscriptionsSavedFilterCheck, FilterSubscriptionsTriggerCheck, IssueLinkCheck, PrimaryEntityRelationCreate, PrimaryEntityRelationDelete, SchemePermissionCheck, SearchRequestRelationCheck, SimpleTriggerCheck, WorkflowCurrentStepCheck, WorkflowIssueStatusNull, WorkflowStateCheck
public interface Check
getId
Long getId()
getDescription
String getDescription()
preview
List preview()
throws IntegrityException
- Throws:
IntegrityException
correct
List correct()
throws IntegrityException
- Throws:
IntegrityException
getIntegrityCheck
IntegrityCheck getIntegrityCheck()
setIntegrityCheck
void setIntegrityCheck(IntegrityCheck integrityCheck)
isAvailable
boolean isAvailable()
getUnavailableMessage
String getUnavailableMessage()
Copyright © 2002-2012 Atlassian. All Rights Reserved.