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

java.lang.Object
  extended bycom.atlassian.jira.appconsistency.integrity.check.CheckImpl
      extended bycom.atlassian.jira.appconsistency.integrity.check.WorkflowCurrentStepCheck
All Implemented Interfaces:
Check

public class WorkflowCurrentStepCheck
extends CheckImpl


Field Summary
 
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
id, ofBizDelegator
 
Constructor Summary
WorkflowCurrentStepCheck(OfBizDelegator ofBizDelegator, Long id)
           
 
Method Summary
 List correct()
           
 String getDescription()
           
 String getUnavailableMessage()
           
 boolean isAvailable()
           
 List preview()
           
 void setConstantsManager(ConstantsManager constManager)
           
 void setWorkflowManager(WorkflowManager wfManager)
           
 
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

WorkflowCurrentStepCheck

public WorkflowCurrentStepCheck(OfBizDelegator ofBizDelegator,
                                Long 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 wfManager)

setConstantsManager

public void setConstantsManager(ConstantsManager constManager)


Copyright © 2002-2006 Atlassian. All Rights Reserved.