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


Method Summary
 java.util.List correct()
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 IntegrityCheck getIntegrityCheck()
           
 java.lang.String getUnavailableMessage()
           
 boolean isAvailable()
           
 java.util.List preview()
           
 void setIntegrityCheck(IntegrityCheck integrityCheck)
           
 

Method Detail

getId

java.lang.Long getId()

getDescription

java.lang.String getDescription()

preview

java.util.List preview()
                       throws IntegrityException
Throws:
IntegrityException

correct

java.util.List correct()
                       throws IntegrityException
Throws:
IntegrityException

getIntegrityCheck

IntegrityCheck getIntegrityCheck()

setIntegrityCheck

void setIntegrityCheck(IntegrityCheck integrityCheck)

isAvailable

boolean isAvailable()

getUnavailableMessage

java.lang.String getUnavailableMessage()


Copyright © 2002-2011 Atlassian. All Rights Reserved.