com.atlassian.jira.plugin.workflow
Class WorkflowNoInputPluginFactory

java.lang.Object
  extended by com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
      extended by com.atlassian.jira.plugin.workflow.WorkflowNoInputPluginFactory
All Implemented Interfaces:
WorkflowPluginFactory, WorkflowPluginFunctionFactory

public class WorkflowNoInputPluginFactory
extends AbstractWorkflowPluginFactory
implements WorkflowPluginFunctionFactory


Constructor Summary
WorkflowNoInputPluginFactory()
           
 
Method Summary
 java.util.Map getDescriptorParams(java.util.Map conditionParams)
           
protected  void getVelocityParamsForEdit(java.util.Map velocityParams, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
           
protected  void getVelocityParamsForInput(java.util.Map velocityParams)
           
protected  void getVelocityParamsForView(java.util.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

WorkflowNoInputPluginFactory

public WorkflowNoInputPluginFactory()
Method Detail

getVelocityParamsForInput

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

getVelocityParamsForEdit

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

getVelocityParamsForView

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

getDescriptorParams

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


Copyright © 2002-2006 Atlassian. All Rights Reserved.