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

All Known Subinterfaces:
EntityCheck
All Known Implementing Classes:
AbstractEntityRelation, BaseFilterSubscriptionsCheck, CheckImpl, EntityCheckImpl, FieldLayoutCheck, FilterSubscriptionsSavedFilterCheck, FilterSubscriptionsTriggerCheck, IssueLinkCheck, PortletCheck, PrimaryEntityRelationCreate, PrimaryEntityRelationDelete, ProjectPortletCheck, SchemePermissionCheck, SearchRequestPortletCheck, SearchRequestRelationCheck, SimpleTriggerCheck, WorkflowCurrentStepCheck, WorkflowIssueStatusNull, WorkflowStateCheck

public interface Check


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

Method Detail

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-2007 Atlassian. All Rights Reserved.