com.atlassian.jira.workflow.function.issue
Class UpdateNotNullIssueFieldFunction

java.lang.Object
  extended bycom.atlassian.jira.workflow.function.issue.UpdateIssueFieldFunction
      extended bycom.atlassian.jira.workflow.function.issue.UpdateNotNullIssueFieldFunction
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class UpdateNotNullIssueFieldFunction
extends UpdateIssueFieldFunction


Constructor Summary
UpdateNotNullIssueFieldFunction()
           
 
Method Summary
 void execute(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Takes a name (vars.key) of a transient var in the args map If the transientVars contains that the name stored in "vars.key" set it as the field.value and call the super method to update the issue field function.
 
Methods inherited from class com.atlassian.jira.workflow.function.issue.UpdateIssueFieldFunction
makeDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateNotNullIssueFieldFunction

public UpdateNotNullIssueFieldFunction()
Method Detail

execute

public void execute(java.util.Map transientVars,
                    java.util.Map args,
                    com.opensymphony.module.propertyset.PropertySet ps)
Takes a name (vars.key) of a transient var in the args map If the transientVars contains that the name stored in "vars.key" set it as the field.value and call the super method to update the issue field function.

Specified by:
execute in interface com.opensymphony.workflow.FunctionProvider
Overrides:
execute in class UpdateIssueFieldFunction


Copyright © 2002-2005 Atlassian. All Rights Reserved.