Class WorkflowConditionModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<WorkflowPluginConditionFactory>
com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<WorkflowPluginConditionFactory>
com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
com.atlassian.jira.plugin.workflow.WorkflowConditionModuleDescriptor
- All Implemented Interfaces:
JiraResourcedModuleDescriptor<WorkflowPluginConditionFactory>
,com.atlassian.plugin.ModuleDescriptor<WorkflowPluginConditionFactory>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
,Comparable<AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>>
public class WorkflowConditionModuleDescriptor
extends AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowConditionModuleDescriptor
(JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, com.atlassian.plugin.module.ModuleFactory moduleFactory) -
Method Summary
Modifier and TypeMethodDescriptionAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>.com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor.PluginTypeResolver
Get rendered HTML from a resource defined in the plugin descriptor.protected String
boolean
boolean
boolean
boolean
isUnique()
Methods inherited from class com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor
compareTo, disabled, enabled, getImplementationClass, getParamValue, init, isEditable
Methods inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtml
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
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, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Constructor Details
-
WorkflowConditionModuleDescriptor
public WorkflowConditionModuleDescriptor(JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
-
Method Details
-
getParameterName
- Specified by:
getParameterName
in classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
getHtml
public String getHtml(String resourceName, com.opensymphony.workflow.loader.AbstractDescriptor descriptor) Description copied from class:AbstractWorkflowModuleDescriptor
Get rendered HTML from a resource defined in the plugin descriptor.- Specified by:
getHtml
in classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
- Parameters:
resourceName
- Eg. "view" or "input-parameters"descriptor
- ??- Returns:
- HTML rendered from resource (eg. velocity template or JSP)
-
isOrderable
public boolean isOrderable()- Specified by:
isOrderable
in classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
isUnique
public boolean isUnique()- Specified by:
isUnique
in classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
isDeletable
public boolean isDeletable()- Specified by:
isDeletable
in classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
isAddable
- Specified by:
isAddable
in classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
createPluginTypeResolver
public AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>.com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor.PluginTypeResolver createPluginTypeResolver()- Overrides:
createPluginTypeResolver
in classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-