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

All Superinterfaces:
Check
All Known Implementing Classes:
AbstractEntityRelation, EntityCheckImpl, IssueLinkCheck, PrimaryEntityRelationCreate, PrimaryEntityRelationDelete

public interface EntityCheck
extends Check


Method Summary
 EntityIntegrityCheck getEntityIntegrityCheck()
           
 void setEntityIntegrityCheck(EntityIntegrityCheck entityIntegrityCheck)
           
 
Methods inherited from interface com.atlassian.jira.appconsistency.integrity.check.Check
correct, getDescription, getId, getIntegrityCheck, getUnavailableMessage, isAvailable, preview, setIntegrityCheck
 

Method Detail

getEntityIntegrityCheck

EntityIntegrityCheck getEntityIntegrityCheck()

setEntityIntegrityCheck

void setEntityIntegrityCheck(EntityIntegrityCheck entityIntegrityCheck)


Copyright © 2002-2013 Atlassian. All Rights Reserved.