com.atlassian.jira.workflow.condition
Class DisallowIfInStepCondition

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

public class DisallowIfInStepCondition
extends Object
implements com.opensymphony.workflow.Condition

Condition that can be placed on a 'common' action (one shared in multiple steps) which prevents the action being executed for some of those steps. In effect, allows a "common for everything except.." action.


Constructor Summary
DisallowIfInStepCondition()
           
 
Method Summary
 boolean passesCondition(Map transientVars, 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

DisallowIfInStepCondition

public DisallowIfInStepCondition()
Method Detail

passesCondition

public boolean passesCondition(Map transientVars,
                               Map args,
                               com.opensymphony.module.propertyset.PropertySet ps)
Specified by:
passesCondition in interface com.opensymphony.workflow.Condition


Copyright © 2002-2014 Atlassian. All Rights Reserved.