com.atlassian.jira.appconsistency.integrity.check
Class WorkflowIssueStatusNull

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.CheckImpl
      extended by com.atlassian.jira.appconsistency.integrity.check.WorkflowIssueStatusNull
All Implemented Interfaces:
Check

public class WorkflowIssueStatusNull
extends CheckImpl

This check will update an issues status with the value in the workflow entry table if null.


Field Summary
 
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
id, ofBizDelegator
 
Constructor Summary
WorkflowIssueStatusNull(OfBizDelegator ofBizDelegator, int id)
           
 
Method Summary
 java.util.List correct()
           
 java.lang.String getDescription()
           
 java.lang.String getUnavailableMessage()
           
 boolean isAvailable()
           
 java.util.List preview()
           
 void setWorkflowManager(WorkflowManager workflowManager)
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
getI18NBean, getId, getIntegrityCheck, setIntegrityCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowIssueStatusNull

public WorkflowIssueStatusNull(OfBizDelegator ofBizDelegator,
                               int id)
Method Detail

getDescription

public java.lang.String getDescription()

preview

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

correct

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

isAvailable

public boolean isAvailable()

getUnavailableMessage

public java.lang.String getUnavailableMessage()

setWorkflowManager

public void setWorkflowManager(WorkflowManager workflowManager)


Copyright © 2002-2010 Atlassian. All Rights Reserved.