com.atlassian.jira.workflow.condition
Class DisallowIfInStepCondition
java.lang.Object
   com.atlassian.jira.workflow.condition.DisallowIfInStepCondition
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.
 
| 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 | 
 
DisallowIfInStepCondition
public DisallowIfInStepCondition()
passesCondition
public boolean passesCondition(Map transientVars,
                               Map args,
                               com.opensymphony.module.propertyset.PropertySet ps)
- 
- Specified by:
- passesConditionin interface- com.opensymphony.workflow.Condition
 
- 
 
Copyright © 2002-2014 Atlassian. All Rights Reserved.