public class WorkflowFunctionModuleDescriptor extends AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_TYPE_NON_INITIAL |
Constructor and Description |
---|
WorkflowFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext,
OSWorkflowConfigurator workflowConfigurator,
ComponentClassManager componentClassManager,
com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
String |
getHtml(String resourceName,
com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
Get rendered HTML from a resource defined in the plugin descriptor.
|
protected String |
getParameterName() |
Integer |
getWeight() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isAddable(String actionType) |
boolean |
isDefault() |
boolean |
isDeletable() |
boolean |
isOrderable() |
boolean |
isUnique() |
compareTo, createPluginTypeResolver, disabled, enabled, getImplementationClass, getParamValue, isEditable
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtml
assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
destroy, equals, getCompleteKey, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
public static final String ACTION_TYPE_NON_INITIAL
public WorkflowFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<WorkflowPluginFunctionFactory>
init
in class AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
com.atlassian.plugin.PluginParseException
protected String getParameterName()
getParameterName
in class AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
public String getHtml(String resourceName, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
AbstractWorkflowModuleDescriptor
getHtml
in class AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
resourceName
- Eg. "view" or "input-parameters"descriptor
- ??public boolean isOrderable()
isOrderable
in class AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
public boolean isUnique()
isUnique
in class AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
public boolean isDeletable()
isDeletable
in class AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
public boolean isAddable(String actionType)
isAddable
in class AbstractWorkflowModuleDescriptor<WorkflowPluginFunctionFactory>
public Integer getWeight()
public boolean isDefault()
Copyright © 2002-2022 Atlassian. All Rights Reserved.