public class

PrimaryEntityRelationDelete

extends AbstractEntityRelation<T extends Amendment>
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.integrity.check.CheckImpl<T extends com.atlassian.jira.appconsistency.integrity.amendment.Amendment>
     ↳ com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl<T extends com.atlassian.jira.appconsistency.integrity.amendment.Amendment>
       ↳ com.atlassian.jira.appconsistency.integrity.check.AbstractEntityRelation<T extends com.atlassian.jira.appconsistency.integrity.amendment.Amendment>
         ↳ com.atlassian.jira.appconsistency.integrity.check.PrimaryEntityRelationDelete

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
Public Constructors
PrimaryEntityRelationDelete(OfBizDelegator ofBizDelegator, int id, String relationType, String relationName)
Public Methods
List<DeleteEntityAmendment> correct()
String getDescription()
boolean isAvailable()
Protected Methods
DeleteEntityAmendment previewAmendment(GenericValue entity)
[Expand]
Inherited Methods
From class com.atlassian.jira.appconsistency.integrity.check.AbstractEntityRelation
From class com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl
From class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
From class java.lang.Object
From interface com.atlassian.jira.appconsistency.integrity.check.Check
From interface com.atlassian.jira.appconsistency.integrity.check.EntityCheck

Public Constructors

public PrimaryEntityRelationDelete (OfBizDelegator ofBizDelegator, int id, String relationType, String relationName)

Public Methods

public List<DeleteEntityAmendment> correct ()

public String getDescription ()

public boolean isAvailable ()

Protected Methods

protected DeleteEntityAmendment previewAmendment (GenericValue entity)