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
genericDelegator, id
 
Constructor Summary
WorkflowCurrentStepCheck(org.ofbiz.core.entity.GenericDelegator genericDelegator, java.lang.Long id)
           
 
Method Summary
 java.util.List correct()
           
 java.lang.String getDescription()
           
 java.lang.String getUnavailableMessage()
           
 boolean isAvailable()
           
 java.util.List preview()
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
getGenericDelegator, 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(org.ofbiz.core.entity.GenericDelegator genericDelegator,
                                java.lang.Long 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()


Copyright © 2002-2005 Atlassian. All Rights Reserved.