com.atlassian.jira.plugin.workflow
Class WorkflowUberFunctionPluginFactory

java.lang.Object
  extended bycom.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
      extended bycom.atlassian.jira.plugin.workflow.WorkflowUberFunctionPluginFactory
All Implemented Interfaces:
WorkflowPluginFactory, WorkflowPluginFunctionFactory

public class WorkflowUberFunctionPluginFactory
extends AbstractWorkflowPluginFactory
implements WorkflowPluginFunctionFactory


Constructor Summary
WorkflowUberFunctionPluginFactory()
           
 
Method Summary
protected  Map createMap(String paramName, String arg)
           
 Map getDescriptorParams(Map conditionParams)
           
protected  void getVelocityParamsForEdit(Map velocityParams, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
           
protected  void getVelocityParamsForInput(Map velocityParams)
           
protected  void getVelocityParamsForView(Map velocityParams, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
           
 
Methods inherited from class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
createMap, extractMultipleParams, extractSingleParam, getVelocityParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.plugin.workflow.WorkflowPluginFactory
getVelocityParams
 

Constructor Detail

WorkflowUberFunctionPluginFactory

public WorkflowUberFunctionPluginFactory()
Method Detail

getVelocityParamsForInput

protected void getVelocityParamsForInput(Map velocityParams)
Specified by:
getVelocityParamsForInput in class AbstractWorkflowPluginFactory

getVelocityParamsForEdit

protected void getVelocityParamsForEdit(Map velocityParams,
                                        com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
Specified by:
getVelocityParamsForEdit in class AbstractWorkflowPluginFactory

getVelocityParamsForView

protected void getVelocityParamsForView(Map velocityParams,
                                        com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
Specified by:
getVelocityParamsForView in class AbstractWorkflowPluginFactory

createMap

protected Map createMap(String paramName,
                        String arg)

getDescriptorParams

public Map getDescriptorParams(Map conditionParams)
Specified by:
getDescriptorParams in interface WorkflowPluginFactory


Copyright © 2002-2006 Atlassian. All Rights Reserved.