public class WorkflowConditionModuleDescriptor extends AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
| Constructor and Description |
|---|
WorkflowConditionModuleDescriptor(JiraAuthenticationContext authenticationContext,
OSWorkflowConfigurator workflowConfigurator,
ComponentClassManager componentClassManager,
com.atlassian.plugin.module.ModuleFactory moduleFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor.PluginTypeResolver |
createPluginTypeResolver() |
String |
getHtml(String resourceName,
com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
Get rendered HTML from a resource defined in the plugin descriptor.
|
protected String |
getParameterName() |
boolean |
isAddable(String actionType) |
boolean |
isDeletable() |
boolean |
isOrderable() |
boolean |
isUnique() |
compareTo, disabled, enabled, getImplementationClass, getParamValue, init, isEditableassertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtmlassertModuleClassImplements, 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, equals, getCompleteKey, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenpublic WorkflowConditionModuleDescriptor(JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, com.atlassian.plugin.module.ModuleFactory moduleFactory)
protected String getParameterName()
getParameterName in class AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>public String getHtml(String resourceName, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
AbstractWorkflowModuleDescriptorgetHtml in class AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>resourceName - Eg. "view" or "input-parameters"descriptor - ??public boolean isOrderable()
isOrderable in class AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>public boolean isUnique()
isUnique in class AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>public boolean isDeletable()
isDeletable in class AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>public boolean isAddable(String actionType)
isAddable in class AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>public com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor.PluginTypeResolver createPluginTypeResolver()
createPluginTypeResolver in class AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>Copyright © 2002-2021 Atlassian. All Rights Reserved.