com.atlassian.jira.plugin.workflow
Class WorkflowPermissionValidatorPluginFactory

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

public class WorkflowPermissionValidatorPluginFactory
extends AbstractWorkflowPluginFactory
implements WorkflowPluginValidatorFactory


Constructor Summary
WorkflowPermissionValidatorPluginFactory(SchemePermissions schemePermissions)
           
 
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

WorkflowPermissionValidatorPluginFactory

public WorkflowPermissionValidatorPluginFactory(SchemePermissions schemePermissions)
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-2005 Atlassian. All Rights Reserved.