public class

WorkflowFunctionModuleDescriptor

extends AbstractWorkflowModuleDescriptor<T>
java.lang.Object
   ↳ com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
     ↳ com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<T>
       ↳ com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor<T>
         ↳ com.atlassian.jira.plugin.workflow.WorkflowFunctionModuleDescriptor

Summary

Constants
String ACTION_TYPE_NON_INITIAL
[Expand]
Inherited Fields
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
Public Constructors
WorkflowFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, ModuleFactory moduleFactory)
Public Methods
String getHtml(String resourceName, AbstractDescriptor descriptor)
Get rendered HTML from a resource defined in the plugin descriptor.
Integer getWeight()
void init(Plugin plugin, Element element)
boolean isAddable(String actionType)
boolean isDefault()
boolean isDeletable()
boolean isOrderable()
boolean isUnique()
Protected Methods
String getParameterName()
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor
From class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
From class java.lang.Object
From interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.StateAware
From interface java.lang.Comparable

Constants

public static final String ACTION_TYPE_NON_INITIAL

Constant Value: "non-initial"

Public Constructors

public WorkflowFunctionModuleDescriptor (JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, ModuleFactory moduleFactory)

Public Methods

public String getHtml (String resourceName, AbstractDescriptor descriptor)

Get rendered HTML from a resource defined in the plugin descriptor.

Parameters
resourceName Eg. "view" or "input-parameters"
descriptor ??
Returns
  • HTML rendered from resource (eg. velocity template or JSP)

public Integer getWeight ()

public void init (Plugin plugin, Element element)

public boolean isAddable (String actionType)

public boolean isDefault ()

public boolean isDeletable ()

public boolean isOrderable ()

public boolean isUnique ()

Protected Methods

protected String getParameterName ()