com.atlassian.jira.plugin.workflow
Class AbstractWorkflowModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.plugin.descriptors.ResourcedModuleDescriptor
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor
- All Implemented Interfaces:
- java.lang.Comparable, com.atlassian.plugin.ModuleDescriptor
- Direct Known Subclasses:
- WorkflowConditionModuleDescriptor, WorkflowFunctionModuleDescriptor, WorkflowValidatorModuleDescriptor
- public abstract class AbstractWorkflowModuleDescriptor
- extends JiraResourcedModuleDescriptor
- implements java.lang.Comparable
Fields inherited from class com.atlassian.plugin.descriptors.ResourcedModuleDescriptor |
|
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
singleton |
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 |
AbstractWorkflowModuleDescriptor
public AbstractWorkflowModuleDescriptor(JiraAuthenticationContext authenticationContext)
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 JiraResourcedModuleDescriptor
- Throws:
com.atlassian.plugin.PluginParseException
getParameterName
protected abstract java.lang.String getParameterName()
getParamValue
protected java.lang.String getParamValue(org.dom4j.Element element,
java.lang.String paramName)
getModule
public java.lang.Object getModule()
- Specified by:
getModule
in interface com.atlassian.plugin.ModuleDescriptor
getImplementationClass
public java.lang.Class getImplementationClass()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
getHtml
public abstract java.lang.String getHtml(java.lang.String resourceName,
com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
isOrderable
public abstract boolean isOrderable()
isUnique
public abstract boolean isUnique()
isDeletable
public abstract boolean isDeletable()
isAddable
public abstract boolean isAddable(java.lang.String actionType)
isEditable
public boolean isEditable()
Copyright © 2002-2005 Atlassian. All Rights Reserved.