com.atlassian.jira.workflow.condition
Class AllowEstimateToNull

java.lang.Object
  extended by com.atlassian.jira.workflow.condition.AllowEstimateToNull
All Implemented Interfaces:
com.opensymphony.workflow.Condition
Direct Known Subclasses:
AllowEstimateNotNull

public class AllowEstimateToNull
extends java.lang.Object
implements com.opensymphony.workflow.Condition

Author:
Kaamelot - 2006 Description : Allows a the Workflow Transition only if Estimate is not yet evaluated.

Constructor Summary
AllowEstimateToNull()
           
 
Method Summary
 boolean passesCondition(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowEstimateToNull

public AllowEstimateToNull()
Method Detail

passesCondition

public boolean passesCondition(java.util.Map transientVars,
                               java.util.Map args,
                               com.opensymphony.module.propertyset.PropertySet ps)
Specified by:
passesCondition in interface com.opensymphony.workflow.Condition
Returns:
True if condition is valid (Estimate is not yet evaluated - NULL or Zero)


Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.