com.atlassian.jira.plugin.workflow
Class WorkflowSubTaskBlockingConditionFactoryImpl

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

public class WorkflowSubTaskBlockingConditionFactoryImpl
extends AbstractWorkflowPluginFactory
implements WorkflowPluginConditionFactory


Constructor Summary
WorkflowSubTaskBlockingConditionFactoryImpl(ConstantsManager constantsManager)
           
 
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

WorkflowSubTaskBlockingConditionFactoryImpl

public WorkflowSubTaskBlockingConditionFactoryImpl(ConstantsManager constantsManager)
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.