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

java.lang.Object
  extended by com.atlassian.jira.workflow.function.issue.IssueStoreFunction
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class IssueStoreFunction
extends java.lang.Object
implements com.opensymphony.workflow.FunctionProvider

This function will store the current issue (if it exists) and update the cache. Note: This function will not create a change history, or even set the updated timestamp. It ONLY stores.

See Also:
GenerateChangeHistoryFunction

Constructor Summary
IssueStoreFunction()
           
 
Method Summary
 void execute(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
static com.opensymphony.workflow.loader.FunctionDescriptor makeDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueStoreFunction

public IssueStoreFunction()
Method Detail

execute

public void execute(java.util.Map transientVars,
                    java.util.Map args,
                    com.opensymphony.module.propertyset.PropertySet ps)
Specified by:
execute in interface com.opensymphony.workflow.FunctionProvider

makeDescriptor

public static com.opensymphony.workflow.loader.FunctionDescriptor makeDescriptor()


Copyright © 2002-2010 Atlassian. All Rights Reserved.