com.atlassian.jira.plugin.workflow
Interface WorkflowPluginFactory

All Known Subinterfaces:
WorkflowPluginConditionFactory, WorkflowPluginFunctionFactory, WorkflowPluginValidatorFactory
All Known Implementing Classes:
AbstractWorkflowPluginFactory, UpdateIssueFieldFunctionPluginFactory, WorkflowAllowOnlyAssigneeConditionFactoryImpl, WorkflowChangeHistoryFunctionPluginFactory, WorkflowFireIssueEventFunctionPluginFactory, WorkflowIsUserInGroupConditionFactoryImpl, WorkflowNoInputPluginFactory, WorkflowPermissionConditionFactoryImpl, WorkflowPermissionValidatorPluginFactory, WorkflowSubTaskBlockingConditionFactoryImpl, WorkflowUberFunctionPluginFactory, WorkflowUserPermissionValidatorPluginFactory

public interface WorkflowPluginFactory


Method Summary
 Map getDescriptorParams(Map conditionParams)
           
 Map getVelocityParams(String resourceName, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
           
 

Method Detail

getVelocityParams

public Map getVelocityParams(String resourceName,
                             com.opensymphony.workflow.loader.AbstractDescriptor descriptor)

getDescriptorParams

public Map getDescriptorParams(Map conditionParams)


Copyright © 2002-2006 Atlassian. All Rights Reserved.