public class

PrimaryEntityRelationCreate

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.PrimaryEntityRelationCreate

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
Public Constructors
PrimaryEntityRelationCreate(OfBizDelegator ofBizDelegator, int id, String relationType, String relationName, String relationField, Map fields)
Public Methods
List correct()
String getDescription()
boolean isAvailable()
Protected Methods
Amendment 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 PrimaryEntityRelationCreate (OfBizDelegator ofBizDelegator, int id, String relationType, String relationName, String relationField, Map fields)

Public Methods

public List correct ()

public String getDescription ()

public boolean isAvailable ()

Protected Methods

protected Amendment previewAmendment (GenericValue entity)