|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.workflow.condition.IsSetCondition
Condition which checks whether a transientVars variable is set to a certain value.
For instance, if the 'submitbutton' field is set to 'jira.button.submit':
com.atlassian.jira.web.action.issue.CreateIssueDetails#getAuxiliarySubmitButtonValue()
for details on this example.
Constructor Summary | |
IsSetCondition()
|
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 |
public IsSetCondition()
Method Detail |
public boolean passesCondition(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
passesCondition
in interface com.opensymphony.workflow.Condition
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |