com.atlassian.jira.plugin.workflow
Class WorkflowFunctionModuleDescriptor

java.lang.Object
  extended bycom.atlassian.plugin.descriptors.AbstractModuleDescriptor
      extended bycom.atlassian.plugin.descriptors.ResourcedModuleDescriptor
          extended bycom.atlassian.jira.plugin.JiraResourcedModuleDescriptor
              extended bycom.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor
                  extended bycom.atlassian.jira.plugin.workflow.WorkflowFunctionModuleDescriptor
All Implemented Interfaces:
java.lang.Comparable, com.atlassian.plugin.ModuleDescriptor

public class WorkflowFunctionModuleDescriptor
extends AbstractWorkflowModuleDescriptor


Field Summary
static java.lang.String ACTION_TYPE_NON_INITIAL
           
 
Fields inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
RESOURCE_TYPE_I18N
 
Fields inherited from class com.atlassian.plugin.descriptors.ResourcedModuleDescriptor
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
singleton
 
Constructor Summary
WorkflowFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 java.lang.String getHtml(java.lang.String resourceName, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
           
protected  java.lang.String getParameterName()
           
 java.lang.Integer getWeight()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 boolean isAddable(java.lang.String actionType)
           
 boolean isDefault()
           
 boolean isDeletable()
           
 boolean isOrderable()
           
 boolean isUnique()
           
 
Methods inherited from class com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor
compareTo, getImplementationClass, getModule, getParamValue, isEditable
 
Methods inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
createVelocityParams, getAuthenticationContext, getDescription, getHtml, getHtml, getI18nBean, getI18nLocations, getText, getText, isResourceExist
 
Methods inherited from class com.atlassian.plugin.descriptors.ResourcedModuleDescriptor
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, getCompleteKey, getKey, getModuleClass, getName, getParams, isEnabledByDefault, isSingleton, isSingletonByDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_TYPE_NON_INITIAL

public static final java.lang.String ACTION_TYPE_NON_INITIAL
See Also:
Constant Field Values
Constructor Detail

WorkflowFunctionModuleDescriptor

public WorkflowFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext)
Method Detail

init

public void init(com.atlassian.plugin.Plugin plugin,
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.ModuleDescriptor
Overrides:
init in class AbstractWorkflowModuleDescriptor
Throws:
com.atlassian.plugin.PluginParseException

getParameterName

protected java.lang.String getParameterName()
Specified by:
getParameterName in class AbstractWorkflowModuleDescriptor

getHtml

public java.lang.String getHtml(java.lang.String resourceName,
                                com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
Specified by:
getHtml in class AbstractWorkflowModuleDescriptor

isOrderable

public boolean isOrderable()
Specified by:
isOrderable in class AbstractWorkflowModuleDescriptor

isUnique

public boolean isUnique()
Specified by:
isUnique in class AbstractWorkflowModuleDescriptor

isDeletable

public boolean isDeletable()
Specified by:
isDeletable in class AbstractWorkflowModuleDescriptor

isAddable

public boolean isAddable(java.lang.String actionType)
Specified by:
isAddable in class AbstractWorkflowModuleDescriptor

getWeight

public java.lang.Integer getWeight()

isDefault

public boolean isDefault()


Copyright © 2002-2005 Atlassian. All Rights Reserved.