com.atlassian.jira.plugin.workflow
Class WorkflowUserPermissionValidatorPluginFactory

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

public class WorkflowUserPermissionValidatorPluginFactory
extends AbstractWorkflowPluginFactory
implements WorkflowPluginValidatorFactory


Constructor Summary
WorkflowUserPermissionValidatorPluginFactory(SchemePermissions schemePermissions)
           
 
Method Summary
protected  java.util.Map createMap(java.util.Map extractedParams)
           
 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
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

WorkflowUserPermissionValidatorPluginFactory

public WorkflowUserPermissionValidatorPluginFactory(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

createMap

protected java.util.Map createMap(java.util.Map extractedParams)
Overrides:
createMap 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.