com.atlassian.jira.workflow.condition
Class AllowEstimateNotNull

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

public class AllowEstimateNotNull
extends AllowEstimateToNull
implements com.opensymphony.workflow.Condition

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

Constructor Summary
AllowEstimateNotNull()
           
 
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

AllowEstimateNotNull

public AllowEstimateNotNull()
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
Overrides:
passesCondition in class AllowEstimateToNull
Returns:
True if condition is valid (Estimate is evaluated - NOT NULL and greater than Zero)


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