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
 List correct()
           
 String getDescription()
           
 String getUnavailableMessage()
           
 boolean isAvailable()
           
 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 String getDescription()

preview

public List preview()
             throws IntegrityException
Throws:
IntegrityException

correct

public List correct()
             throws IntegrityException
Throws:
IntegrityException

isAvailable

public boolean isAvailable()

getUnavailableMessage

public String getUnavailableMessage()

setWorkflowManager

public void setWorkflowManager(WorkflowManager workflowManager)


Copyright © 2002-2009 Atlassian. All Rights Reserved.