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, isEditable
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtml
assertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
destroy, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, hashCode, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
public 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)
AbstractWorkflowModuleDescriptor
getHtml
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-2015 Atlassian. All Rights Reserved.