public class

DisallowIfInStepCondition

extends Object
implements Condition
java.lang.Object
   ↳ com.atlassian.jira.workflow.condition.DisallowIfInStepCondition

Class Overview

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.

Summary

Public Constructors
DisallowIfInStepCondition()
Public Methods
boolean passesCondition(Map transientVars, Map args, PropertySet ps)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.opensymphony.workflow.Condition

Public Constructors

public DisallowIfInStepCondition ()

Public Methods

public boolean passesCondition (Map transientVars, Map args, PropertySet ps)